- cleanup pyc files between running pytest 2018-10-05, by Andrey Skvortsov
- python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced 2018-10-04, by Andrey Skvortsov
- Use multiple processes to speed up pylint 2018-10-04, by Andrey Skvortsov
- python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced 2018-10-04, by Andrey Skvortsov
- python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3 2018-10-04, by Andrey Skvortsov
- Fixed regression in connecting to LOCAL:// targets 2018-11-23, by Edouard Tisserant
- Merge, with surprizingly little conflicts 2018-11-23, by Edouard Tisserant
- IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size. 2018-11-22, by Edouard Tisserant
- merge 2018-10-03, by Andrey Skvortsov
- Update localization template 2018-10-03, by Andrey Skvortsov
- Fix 'msgid' format string with unnamed arguments cannot be properly localized 2018-10-03, by Andrey Skvortsov
- Add automatic check for localization strings with multiple unnamed arguments 2018-10-03, by Andrey Skvortsov
- Improve localization support in etherlab (mostly) 2018-10-03, by Andrey Skvortsov
- cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done 2018-10-03, by Andrey Skvortsov
- cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary 2018-10-03, by Andrey Skvortsov
- Add python3 syntax checking to CI 2018-10-03, by Andrey Skvortsov
- Fix old style exception raise and exec syntax 2018-10-03, by Andrey Skvortsov
- Use python 3 compatible exception syntax everywhere 2018-10-02, by Andrey Skvortsov
- cleanup: pylint, R0123 # (literal-comparison) Comparison to literal 2018-10-02, by Andrey Skvortsov
- Use predefined constants for PlcStatus instead of string literals 2018-10-02, by Andrey Skvortsov
- cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y' 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode)) 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call 2018-10-01, by Andrey Skvortsov
- Fix segmentation fault when last lines in text POUs should be highlighted 2018-10-01, by Andrey Skvortsov
- enable etherlab checks 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import` 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable 2018-09-29, by Andrey Skvortsov
- ignore missing MotionLibrary 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck. 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined. 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0611 # (unused-import) Unused import X 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E0102 # (function-redefined) method already defined 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y" 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0404 # reimported module 2018-09-29, by Andrey Skvortsov
- check_source.sh: add E301 check to the list of selected PEP8 errors 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E301 expected 2 blank lines, found 1 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W503 line break before binary operator 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E266 too many leading '#' for block comment 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E122 continuation line missing indentation or outdented 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W191 indentation contains tabs 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E211 whitespace before '[' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E129 visually indented line with same indent as next logical line 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E127 continuation line over-indented for visual indent 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E129 visually indented line with same indent as next logical line 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W602 deprecated form of raising exception 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W601 .has_key() is deprecated, use 'in' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E731 do not assign a lambda expression, use a def 2018-09-29, by Andrey Skvortsov