beremiz
Clone
Summary
Browse
Changes
Graph
enforce PEP8 in previous commit
2018-01-04, Edouard Tisserant
e4a656e73aec
replaced normal panel with scrolled panel under project properties
2017-01-20, dporopat
570122574a97
fix missing root in empty search results panel
2017-12-05, Surkov Sergey
48bd91d7a0ae
add possibility to specify subprocess stdout encoding
2017-12-04, Surkov Sergey
20ec80d6fd70
fix deadlock if method kill() is called after process is already finished
2017-12-04, Andrey Skvortsov
3707240447f8
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-25, Andrey Skvortsov
091005ec69c4
make CanFestival to be at the expected place in bitbucket pipelines container
2017-10-23, Andrey Skvortsov
e5ddbaf756cb
fix pylint error '(unsubscriptable-object) Value 'X' is unsubscriptable'
2017-10-19, Andrey Skvortsov
4d81c3bcac82
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-19, Andrey Skvortsov
fb73a6b6622d
force all python source code to have LF line ending
2017-10-19, Andrey Skvortsov
da5f1fa46f2b
fix pylint warning '(expression-not-assigned) Expression "X" is assigned to nothing'
2017-10-18, Andrey Skvortsov
995df4804221
fix pylint warning '(redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler'
2017-10-17, Andrey Skvortsov
62aaabbf8812
fix displaying result of update check during Beremiz startup
2017-10-17, Andrey Skvortsov
a347459df3a4
fix pylint warning '(no-init) Class has no __init__ method'
2017-10-17, Andrey Skvortsov
e69d7e5aff00
fix pylint error "(undefined-variable) Undefined variable 'X'"
2017-10-16, Andrey Skvortsov
866fb3ab8778
fix problem happend when tests are running under python-coverage
2017-10-13, Andrey Skvortsov
933fbe9a5e2c
fix pylint error '(too-many-function-args) Too many positional arguments for function call'
2017-10-12, Andrey Skvortsov
4d070115b552
fix pylint error '(import-error) Unable to import X'
2017-10-11, Andrey Skvortsov
49cdd843c006
fix pylint error '(no-self-argument) Method should have "self" as first argument'
2017-10-11, Andrey Skvortsov
616c3f4bcbcb
fix pylint error "(no-name-in-module) No name 'X' in module 'Y'"
2017-10-11, Andrey Skvortsov
418777c1fbc7
fix pylint error '(bad-except-order) Bad except clauses order (X is an ancestor class of Y)'
2017-10-11, Andrey Skvortsov
9d1e68d557bf
fix pylint warning "(no-value-for-parameter) No value for argument 'X' in function call"
2017-10-11, Andrey Skvortsov
0bd5b3099144
fix problems with unconnected input of InOut function variables and
2017-10-11, Andrey Skvortsov
9e64afb38963
fix error for functions with VAR_IN_OUT
2017-10-10, Andrey Skvortsov
46d9955e1101
fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
2017-10-10, Andrey Skvortsov
c4ba411f8c89
fix pylint warning '(misplaced-bare-raise) The raise statement is not inside an except clause'
2017-10-10, Andrey Skvortsov
410a3bcbeb29
fix format string argument error found by pylint '(too-many-format-args) Too many arguments for format string'
2017-10-10, Andrey Skvortsov
4eeddef7f973
fix pylint warning '(wrong-import-position) Import "import X" should be placed at the top of the module'
2017-10-10, Andrey Skvortsov
1df77c809257
fix pylint warning '(import-self) Module import itself'
2017-10-10, Andrey Skvortsov
4c5156dee87a
remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
2017-10-10, Andrey Skvortsov
524ff4dbb7d9
fix error found by pylint 'W0104(pointless-statement) Statement seems to have no effect'
2017-10-10, Andrey Skvortsov
c2cba67145eb
fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
2017-10-10, Andrey Skvortsov
f33942053466
fix pylint warning 'C0112(empty-docstring) Empty function docstring'
2017-10-10, Andrey Skvortsov
cff5179cc601
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-09, Andrey Skvortsov
47a3f39bead0
fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument'
2017-10-09, Andrey Skvortsov
70c1cc354a8f
fix pylint warning '(old-style-class) Old-style class defined.'
2017-10-09, Andrey Skvortsov
1b8b5324506c
fix pylint warning '(unused-import), Unused import connectors'
2017-10-06, Andrey Skvortsov
614396cbffbf
fix typos
2017-10-05, Andrey Skvortsov
6811021e3d94
comment out unused code SFC_Step.RefreshBoundingBox()
2017-10-05, Andrey Skvortsov
201e0f1896c4
explicitly mark unused variables found by pylint with _ or dummy
2017-10-05, Andrey Skvortsov
6198190bc121
remove unused variables found by pylint
2017-10-03, Andrey Skvortsov
14b40afccd69
update .PHONE target in Makefile for mki18n.py
2017-10-03, Andrey Skvortsov
3abde7651c38
make mki18n return 0 on success
2017-10-03, Andrey Skvortsov
b126c2f61bb6
update list with files for internatialization, app.fil
2017-10-03, Andrey Skvortsov
4bec5768afbb
move README content to Makefile
2017-10-03, Andrey Skvortsov
05c1f7aa8991
fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
2017-10-02, Andrey Skvortsov
9fd29e8b1393
fix pylint error '(function-redefined) method already defined'
2017-10-02, Andrey Skvortsov
cf5ef4c0deff
fix pylint warning '(unreachable) Unreachable code'
2017-09-29, Andrey Skvortsov
a2324624e516
fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
2017-09-29, Andrey Skvortsov
646245c1c0d9
fix pylint warning '(pointless-string-statement) String statement has no effect'
2017-09-29, Andrey Skvortsov
c507c363625e
fix error __init__ method from base class is not called
2017-09-29, Andrey Skvortsov
d42b6cf00fa6
fix more than one statement on a single line
2017-09-28, Andrey Skvortsov
7533061a6d82
fix ungrouped imports from package X
2017-09-28, Andrey Skvortsov
cd42b426028b
fix unnecessary lambda and enable corresponding pylint check
2017-09-28, Andrey Skvortsov
2269739dd098
fix wrong-import-order. first standard modules are imported, then others
2017-09-28, Andrey Skvortsov
0f1081928d65
fix (old-style-class) Old-style class defined error for most parts of
2017-09-28, Andrey Skvortsov
56b48961cc68
remove in-tree version of Zeroconf and use upstream from
2017-09-22, Andrey Skvortsov
e598d1acf354
remove reimported modules
2017-09-22, Andrey Skvortsov
a776ac02b079
fix unnecessary parens after keyword
2017-09-22, Andrey Skvortsov
396da88d7b5c
enable pylint checker
2017-09-22, Andrey Skvortsov
b8b47f9b5e56