beremiz
Clone
Summary
Browse
Changes
Graph
Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time.
2018-11-23, Edouard Tisserant
21164625b393
python3 support: pylint, W1633 # (round-builtin) round built-in referenced
2018-10-12, Andrey Skvortsov
9deec258ab1a
python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
2018-10-12, Andrey Skvortsov
7373e3048167
python3 support: pylint, W1653 # (next-method-defined) next method defined
2018-10-12, Andrey Skvortsov
80b225e9a6b6
python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
2018-10-12, Andrey Skvortsov
2e5acbded4a1
python3 support: pylint, W1625 # (raising-string) Raising a string exception
2018-10-12, Andrey Skvortsov
9900a8df922f
python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3
2018-10-12, Andrey Skvortsov
2f2b2152580f
python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced
2018-10-11, Andrey Skvortsov
6d1bf321fb89
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
2018-10-11, Andrey Skvortsov
5024c19ca8f0
python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module
2018-10-11, Andrey Skvortsov
b0560adec4b7
python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
2018-10-11, Andrey Skvortsov
1367b796e129
python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
2018-10-11, Andrey Skvortsov
1c04a50dc7ff
python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode
2018-10-10, Andrey Skvortsov
922f0d84f869
python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced
2018-10-10, Andrey Skvortsov
4f7abbc8506f
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
2018-10-10, Andrey Skvortsov
235f847be37e
python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
2018-10-10, Andrey Skvortsov
75a274023970
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
2018-10-09, Andrey Skvortsov
b13f021c68a5
python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
2018-10-09, Andrey Skvortsov
c553769a65af
python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
2018-10-09, Andrey Skvortsov
45b43f275ca1
Fix pep8 warning: W605 invalid escape sequence ‘x’
2018-10-09, Andrey Skvortsov
f0a040f1de1b
pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7
2018-10-09, Andrey Skvortsov
0f2e5303f212
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-05, Andrey Skvortsov
105c20fdeb19
Make easier to run pytest on local X-server
2018-10-05, Andrey Skvortsov
82bfc75bcd9d
cleanup pyc files between running pytest
2018-10-05, Andrey Skvortsov
925adaa2cd5c
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
2018-10-04, Andrey Skvortsov
07f48018b6f5
Use multiple processes to speed up pylint
2018-10-04, Andrey Skvortsov
2e8bf28a8909
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
2018-10-04, Andrey Skvortsov
dbc065a2f7a5
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
2018-10-04, Andrey Skvortsov
6923074540dd
IDManager : small cosmetic fixes and cleanup.
2018-11-23, Edouard Tisserant
2a70d5240300
Fixed regression in connecting to LOCAL:// targets
2018-11-23, Edouard Tisserant
65ff9a309ff3
Merge, with surprizingly little conflicts
2018-11-23, Edouard Tisserant
15f18dc8b56a
merge
2018-10-03, Andrey Skvortsov
9554952d36d7
Update localization template
2018-10-03, Andrey Skvortsov
aef7f2ca4e69
Fix 'msgid' format string with unnamed arguments cannot be properly localized
2018-10-03, Andrey Skvortsov
68e7da937162
Add automatic check for localization strings with multiple unnamed arguments
2018-10-03, Andrey Skvortsov
dc5554f0c12c
Improve localization support in etherlab (mostly)
2018-10-03, Andrey Skvortsov
2c7b7ae24d57
cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
2018-10-03, Andrey Skvortsov
45aa510d7a2a
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
2018-10-03, Andrey Skvortsov
a5994ee1f6a7
Add python3 syntax checking to CI
2018-10-03, Andrey Skvortsov
290b77b72123
Fix old style exception raise and exec syntax
2018-10-03, Andrey Skvortsov
c081dabc0f63
Use python 3 compatible exception syntax everywhere
2018-10-02, Andrey Skvortsov
5587c490a070
cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
2018-10-02, Andrey Skvortsov
316ee9fff395
Use predefined constants for PlcStatus instead of string literals
2018-10-02, Andrey Skvortsov
1ca207782dde
cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y'
2018-10-01, Andrey Skvortsov
f7d8891fe708
cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
2018-10-01, Andrey Skvortsov
7fad75e5e63d
cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary
2018-10-01, Andrey Skvortsov
803daf19a1b5
cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
2018-10-01, Andrey Skvortsov
22b1879a3c15
cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
2018-10-01, Andrey Skvortsov
3a883a76abe0
cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call
2018-10-01, Andrey Skvortsov
4e7ebd6ec248
Fix segmentation fault when last lines in text POUs should be highlighted
2018-10-01, Andrey Skvortsov
00d90ab8a462
enable etherlab checks
2018-09-29, Andrey Skvortsov
23978e5b039a
clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
2018-09-29, Andrey Skvortsov
5f2b1bb464a0
clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
2018-09-29, Andrey Skvortsov
ffd091b51cd0
clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
2018-09-29, Andrey Skvortsov
af050469fc5c
clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
2018-09-29, Andrey Skvortsov
87eb184414bd
clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
2018-09-29, Andrey Skvortsov
045df8ecc8b3
ignore missing MotionLibrary
2018-09-29, Andrey Skvortsov
a1df3102327d
clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
2018-09-29, Andrey Skvortsov
fe887446134d
clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck.
2018-09-29, Andrey Skvortsov
7afecc27db95
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
2018-09-29, Andrey Skvortsov
a9a6dbc506e9