etherlab/EthercatMaster.py
Fri, 12 Oct 2018 12:06:45 +0300 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
Thu, 11 Oct 2018 09:41:15 +0300 Andrey Skvortsov python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
Tue, 09 Oct 2018 14:03:44 +0300 Andrey Skvortsov python3 support: pylint, W1607 # (file-builtin) file built-in referenced
Wed, 03 Oct 2018 12:43:35 +0300 Andrey Skvortsov Improve localization support in etherlab (mostly)
Tue, 02 Oct 2018 18:08:49 +0300 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
Sat, 29 Sep 2018 19:10:43 +0300 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
Sat, 29 Sep 2018 18:59:41 +0300 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
Sat, 29 Sep 2018 17:52:33 +0300 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
Sat, 29 Sep 2018 17:39:21 +0300 Andrey Skvortsov clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
Sat, 29 Sep 2018 17:12:44 +0300 Andrey Skvortsov clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
Sat, 29 Sep 2018 16:48:25 +0300 Andrey Skvortsov clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
Sat, 29 Sep 2018 16:40:56 +0300 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
Sat, 29 Sep 2018 16:39:25 +0300 Andrey Skvortsov clean etherlab: pylint, W0611 # (unused-import) Unused import X
Sat, 29 Sep 2018 16:33:22 +0300 Andrey Skvortsov clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
Sat, 29 Sep 2018 16:29:41 +0300 Andrey Skvortsov clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
Sat, 29 Sep 2018 16:23:20 +0300 Andrey Skvortsov clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
Sat, 29 Sep 2018 16:19:15 +0300 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
Sat, 29 Sep 2018 15:16:21 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 15:03:17 +0300 Andrey Skvortsov clean etherlab: pep8, E127 continuation line over-indented for visual indent
Sat, 29 Sep 2018 13:29:20 +0300 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
Fri, 28 Sep 2018 19:30:16 +0300 Andrey Skvortsov cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
Fri, 28 Sep 2018 19:20:32 +0300 Andrey Skvortsov cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
Fri, 28 Sep 2018 19:16:12 +0300 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
Fri, 28 Sep 2018 19:02:49 +0300 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
Fri, 28 Sep 2018 18:04:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
Fri, 28 Sep 2018 17:59:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E228 missing whitespace around modulo operator
Fri, 28 Sep 2018 17:48:10 +0300 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
Fri, 28 Sep 2018 17:20:11 +0300 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
Fri, 28 Sep 2018 17:14:42 +0300 Andrey Skvortsov cleanup etherlab: pep8, E722 do not use bare except
Sat, 23 Jun 2018 09:08:13 +0200 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
Fri, 27 Sep 2013 17:49: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
Tue, 24 Sep 2013 00:48:21 +0200 Laurent Bessard Fixed controllers for working with latest version of xmlclass
Wed, 02 Apr 2014 15:03:32 +0200 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>
Thu, 16 May 2013 23:21:01 +0200 Laurent Bessard Added icon for Ethercat extension root and Ethercat master node
Fri, 10 May 2013 08:44:05 +0200 Laurent Bessard Fix bug in when moving Ethercat slaves fixed
Tue, 30 Apr 2013 01:31:47 +0200 Laurent Bessard Merged
Fri, 26 Apr 2013 13:57:10 +0200 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
Fri, 26 Apr 2013 13:59:43 +0200 Laurent Bessard Fixed order of LocationCFilesAndCFLAGS, master was called after slaves in PLC init and retrieve functions
Wed, 24 Apr 2013 17:27:31 +0200 Laurent Bessard Fixed Save As... function in Beremiz
Mon, 15 Apr 2013 00:40:47 +0200 Laurent Bessard Fix scan network functionality, project tree not refreshed after adding slaves
Sat, 13 Apr 2013 02:14:37 +0200 Laurent Bessard Fixed bugs in drag'n drop from variables panel in master and slaves editor panel
Thu, 04 Apr 2013 14:32:02 +0900 Edouard Tisserant Fixed typo
Fri, 29 Mar 2013 14:25:10 +0900 Edouard Tisserant Fixed linking with non RTDM etherlab lib. Now with rtdm...
Fri, 29 Mar 2013 01:15:01 +0100 Laurent Bessard Split etherlab.py into multiple files