etherlab/EthercatSlave.py
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 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 15:16:21 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 13:44:02 +0300 Andrey Skvortsov clean etherlab: pep8, W602 deprecated form of raising exception
Sat, 29 Sep 2018 13:29:20 +0300 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
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:12:18 +0300 Andrey Skvortsov cleanup etherlab: pep8, E271 multiple spaces after keyword
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: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.
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>
Mon, 22 Apr 2013 09:30:48 +0200 Laurent Bessard Fixed bug when modifying slave module type
Fri, 29 Mar 2013 01:15:01 +0100 Laurent Bessard Split etherlab.py into multiple files