plcopen/structures.py
2022-10-28 GP Orcullo fixed plcopen imports python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2018-10-12 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
2018-10-12 Andrey Skvortsov python3 support: pylint, W1625 # (raising-string) Raising a string exception
2018-10-11 Andrey Skvortsov python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
2018-10-09 Andrey Skvortsov python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-09 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-10-03 Andrey Skvortsov remove unused variables found by pylint
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-09-22 Andrey Skvortsov fix unnecessary parens after keyword
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E272 multiple spaces before keyword
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2014-01-28 Edouard Tisserant Tidy PLCopen definitions
2013-09-27 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
2013-09-18 Laurent Bessard Used OrderedDict for keeping of standard function blocks library defined
2013-09-10 Laurent Bessard Replaced standard function blocks library definition from dictionary to plcopen xml files
2013-09-10 Laurent Bessard Removed obsolete process for customizing block code generated in extensions
2013-08-30 Laurent Bessard Fixed SFC block edition and SFC to SFC_textual code generating
2013-08-30 Laurent Bessard Fixed ST program generating module
2013-08-04 Edouard Tisserant More optimization attemps in type handling
2013-06-10 Laurent Bessard Fixed bug when generating ST code and connection is broken in POU using graphical language
2013-05-15 Laurent Bessard Fixed bug in ST code generator with extensible standard functions
2013-05-15 Laurent Bessard Fixed bug in ST code generator when function output variable has no name
2013-05-14 Laurent Bessard Fixed PLC code generator when interface of an already used POU has changed
2013-03-06 Laurent Bessard Fixed test identifier function
2013-02-27 Laurent Bessard Fixed SFC keyword definition
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz