Fri, 25 Aug 2017 14:01:44 +0300 Andrey Skvortsov unify exception handling of Beremiz and PLCOpenEditor
Fri, 25 Aug 2017 12:23:45 +0300 Andrey Skvortsov fix problem running PLCOpenEditor
Fri, 25 Aug 2017 12:01:23 +0300 Andrey Skvortsov don't check any particular wx version
Fri, 25 Aug 2017 11:22:08 +0300 Andrey Skvortsov fix problem when Beremiz is running without matiec installed
Tue, 22 Aug 2017 14:15:49 +0000 Andrey Skvortsov Initial Bitbucket Pipelines configuration
Tue, 22 Aug 2017 17:14:40 +0300 Andrey Skvortsov add configuration for Bitbucket pipelines
Tue, 22 Aug 2017 17:14:08 +0300 Andrey Skvortsov add shell script to test Beremiz python code
Tue, 22 Aug 2017 12:45:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
Mon, 21 Aug 2017 23:22:58 +0300 Andrey Skvortsov fix codestyle issues according to PEP8
Mon, 21 Aug 2017 22:41:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 21:06:54 +0300 Andrey Skvortsov clean-up: fix PEP8 E266 too many leading '#' for block comment
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Sat, 19 Aug 2017 17:17:54 +0300 Andrey Skvortsov clean-up: fix PEP8 E115 expected an indented block (comment)
Sat, 19 Aug 2017 17:12:12 +0300 Andrey Skvortsov clean-up: fix PEP8 E721 do not compare types, use 'isinstance()'