plcopen/structures.py
Fri, 28 Oct 2022 13:06:52 +0800 GP Orcullo fixed plcopen imports python3
Fri, 28 Oct 2022 12:39:15 +0800 GP Orcullo automated conversion using 2to3-3.9 tool python3
Fri, 12 Oct 2018 12:06:45 +0300 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
Fri, 12 Oct 2018 11:14:34 +0300 Andrey Skvortsov python3 support: pylint, W1625 # (raising-string) Raising a string exception
Thu, 11 Oct 2018 10:01:12 +0300 Andrey Skvortsov python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
Tue, 09 Oct 2018 13:50:29 +0300 Andrey Skvortsov python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Mon, 09 Oct 2017 18:13:26 +0300 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Fri, 22 Sep 2017 16:37:38 +0300 Andrey Skvortsov fix unnecessary parens after keyword
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 01:11:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E272 multiple spaces before keyword
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Thu, 17 Aug 2017 09:55:39 +0300 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 12:21:05 +0300 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
Tue, 15 Aug 2017 17:01:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Tue, 28 Jan 2014 16:24:40 +0100 Edouard Tisserant Tidy PLCopen definitions
Fri, 27 Sep 2013 16:22:40 +0200 Laurent Bessard Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
Wed, 18 Sep 2013 15:31:38 +0200 Laurent Bessard Used OrderedDict for keeping of standard function blocks library defined
Tue, 10 Sep 2013 23:10:58 +0200 Laurent Bessard Replaced standard function blocks library definition from dictionary to plcopen xml files
Tue, 10 Sep 2013 10:35:18 +0200 Laurent Bessard Removed obsolete process for customizing block code generated in extensions
Fri, 30 Aug 2013 10:59:06 +0200 Laurent Bessard Fixed SFC block edition and SFC to SFC_textual code generating
Fri, 30 Aug 2013 09:18:41 +0200 Laurent Bessard Fixed ST program generating module
Sun, 04 Aug 2013 22:55:12 +0900 Edouard Tisserant More optimization attemps in type handling
Mon, 10 Jun 2013 11:22:05 +0200 Laurent Bessard Fixed bug when generating ST code and connection is broken in POU using graphical language
Wed, 15 May 2013 23:27:19 +0200 Laurent Bessard Fixed bug in ST code generator with extensible standard functions
Wed, 15 May 2013 08:20:17 +0200 Laurent Bessard Fixed bug in ST code generator when function output variable has no name
Tue, 14 May 2013 11:12:34 +0200 Laurent Bessard Fixed PLC code generator when interface of an already used POU has changed
Wed, 06 Mar 2013 10:47:06 +0100 Laurent Bessard Fixed test identifier function
Wed, 27 Feb 2013 11:25:39 +0100 Laurent Bessard Fixed SFC keyword definition
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz