etherlab/EtherCATManagementEditor.py
2019-11-25 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
2019-11-20 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
2018-10-05 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-03 Andrey Skvortsov Improve localization support in etherlab (mostly)
2018-10-02 Andrey Skvortsov cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
2018-10-02 Andrey Skvortsov Use predefined constants for PlcStatus instead of string literals
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0404 # reimported module
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W503 line break before binary operator
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E266 too many leading '#' for block comment
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E122 continuation line missing indentation or outdented
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W191 indentation contains tabs
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E211 whitespace before '['
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E127 continuation line over-indented for visual indent
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E222 multiple spaces after operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E201 whitespace after '('
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E202 whitespace before ')'
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E225 missing whitespace around operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E303 too many blank lines (2)
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E261 at least two spaces before inline comment
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E228 missing whitespace around modulo operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
2018-09-28 Andrey Skvortsov convert some etherlab source files to unix format
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E722 do not use bare except
2018-06-23 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
2014-04-02 Edouard Tisserant Cherry-pick and re-commit to legitimate ancestor of commit 'Ethercat Management Function Refactoring Source by RTES Lab.' from youcu <youcu1022@gmail.com>