Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Mon, 23 Oct 2017 18:25:45 +0300 Andrey Skvortsov make CanFestival to be at the expected place in bitbucket pipelines container
Thu, 19 Oct 2017 13:33:01 +0300 Andrey Skvortsov fix pylint error '(unsubscriptable-object) Value 'X' is unsubscriptable'
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Thu, 19 Oct 2017 10:57:35 +0300 Andrey Skvortsov force all python source code to have LF line ending
Wed, 18 Oct 2017 12:23:19 +0300 Andrey Skvortsov fix pylint warning '(expression-not-assigned) Expression "X" is assigned to nothing'
Tue, 17 Oct 2017 11:29:20 +0300 Andrey Skvortsov fix pylint warning '(redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler'
Tue, 17 Oct 2017 11:09:01 +0300 Andrey Skvortsov fix displaying result of update check during Beremiz startup
Tue, 17 Oct 2017 09:51:43 +0300 Andrey Skvortsov fix pylint warning '(no-init) Class has no __init__ method'
Mon, 16 Oct 2017 17:20:31 +0300 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
Fri, 13 Oct 2017 13:17:42 +0300 Andrey Skvortsov fix problem happend when tests are running under python-coverage
Thu, 12 Oct 2017 16:18:05 +0300 Andrey Skvortsov fix pylint error '(too-many-function-args) Too many positional arguments for function call'
Wed, 11 Oct 2017 13:55:56 +0300 Andrey Skvortsov fix pylint error '(import-error) Unable to import X'
Wed, 11 Oct 2017 13:15:21 +0300 Andrey Skvortsov fix pylint error '(no-self-argument) Method should have "self" as first argument'
Wed, 11 Oct 2017 11:54:55 +0300 Andrey Skvortsov fix pylint error "(no-name-in-module) No name 'X' in module 'Y'"
Wed, 11 Oct 2017 11:41:32 +0300 Andrey Skvortsov fix pylint error '(bad-except-order) Bad except clauses order (X is an ancestor class of Y)'
Wed, 11 Oct 2017 11:35:19 +0300 Andrey Skvortsov fix pylint warning "(no-value-for-parameter) No value for argument 'X' in function call"
Wed, 11 Oct 2017 10:34:45 +0300 Andrey Skvortsov fix problems with unconnected input of InOut function variables and
Tue, 10 Oct 2017 16:38:57 +0300 Andrey Skvortsov fix error for functions with VAR_IN_OUT
Tue, 10 Oct 2017 14:01:46 +0300 Andrey Skvortsov fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
Tue, 10 Oct 2017 13:49:13 +0300 Andrey Skvortsov fix pylint warning '(misplaced-bare-raise) The raise statement is not inside an except clause'
Tue, 10 Oct 2017 13:43:55 +0300 Andrey Skvortsov fix format string argument error found by pylint '(too-many-format-args) Too many arguments for format string'
Tue, 10 Oct 2017 13:33:46 +0300 Andrey Skvortsov fix pylint warning '(wrong-import-position) Import "import X" should be placed at the top of the module'
Tue, 10 Oct 2017 13:21:48 +0300 Andrey Skvortsov fix pylint warning '(import-self) Module import itself'
Tue, 10 Oct 2017 12:50:10 +0300 Andrey Skvortsov remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
Tue, 10 Oct 2017 12:34:50 +0300 Andrey Skvortsov fix error found by pylint 'W0104(pointless-statement) Statement seems to have no effect'
Tue, 10 Oct 2017 12:21:46 +0300 Andrey Skvortsov fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
Tue, 10 Oct 2017 11:58:30 +0300 Andrey Skvortsov fix pylint warning 'C0112(empty-docstring) Empty function docstring'
Mon, 09 Oct 2017 18:13:26 +0300 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
Mon, 09 Oct 2017 16:04:39 +0300 Andrey Skvortsov fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument'
Mon, 09 Oct 2017 12:30:14 +0300 Andrey Skvortsov fix pylint warning '(old-style-class) Old-style class defined.'
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 05 Oct 2017 16:46:29 +0300 Andrey Skvortsov fix typos
Thu, 05 Oct 2017 16:41:31 +0300 Andrey Skvortsov comment out unused code SFC_Step.RefreshBoundingBox()
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Tue, 03 Oct 2017 16:12:55 +0300 Andrey Skvortsov update .PHONE target in Makefile for mki18n.py
Tue, 03 Oct 2017 16:08:40 +0300 Andrey Skvortsov make mki18n return 0 on success
Tue, 03 Oct 2017 16:08:00 +0300 Andrey Skvortsov update list with files for internatialization, app.fil
Tue, 03 Oct 2017 16:07:02 +0300 Andrey Skvortsov move README content to Makefile
Mon, 02 Oct 2017 13:19:06 +0300 Andrey Skvortsov fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
Mon, 02 Oct 2017 12:43:01 +0300 Andrey Skvortsov fix pylint error '(function-redefined) method already defined'
Fri, 29 Sep 2017 16:48:42 +0300 Andrey Skvortsov fix pylint warning '(unreachable) Unreachable code'
Fri, 29 Sep 2017 16:39:52 +0300 Andrey Skvortsov fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
Fri, 29 Sep 2017 16:26:15 +0300 Andrey Skvortsov fix pylint warning '(pointless-string-statement) String statement has no effect'
Fri, 29 Sep 2017 15:36:33 +0300 Andrey Skvortsov fix error __init__ method from base class is not called
Thu, 28 Sep 2017 17:24:33 +0300 Andrey Skvortsov fix more than one statement on a single line
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Thu, 28 Sep 2017 16:25:05 +0300 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Fri, 22 Sep 2017 20:12:22 +0300 Andrey Skvortsov remove in-tree version of Zeroconf and use upstream from
Fri, 22 Sep 2017 18:06:15 +0300 Andrey Skvortsov remove reimported modules
Fri, 22 Sep 2017 16:37:38 +0300 Andrey Skvortsov fix unnecessary parens after keyword
Fri, 22 Sep 2017 10:57:57 +0300 Andrey Skvortsov enable pylint checker
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Fri, 22 Sep 2017 10:52:44 +0300 Andrey Skvortsov run python tests with non-english locale to catch bugs related to localization
Thu, 21 Sep 2017 17:19:18 +0300 Andrey Skvortsov make it possible to update XSD schema in project controller after new
Thu, 21 Sep 2017 16:06:51 +0300 Andrey Skvortsov fix commit "lazy initialization of highlight pens and brushes
Thu, 21 Sep 2017 15:04:15 +0300 Andrey Skvortsov clean build example project after running test