util/misc.py
Fri, 12 Oct 2018 12:06:45 +0300 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
Tue, 20 Feb 2018 14:16:51 +0100 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
Tue, 13 Feb 2018 13:57:53 +0100 Edouard Tisserant Removed dead code
Fri, 02 Feb 2018 16:22:25 +0100 Edouard Tisserant ClassImporter now accepts string, callable or class, for compatibility with some old extensions.
Fri, 02 Feb 2018 11:06:41 +0100 Edouard Tisserant Documentation
Tue, 10 Oct 2017 14:01:46 +0300 Andrey Skvortsov fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
Mon, 09 Oct 2017 18:13:26 +0300 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Fri, 15 Sep 2017 18:57:20 +0300 Andrey Skvortsov add '_' function to builtin dictionary at import time
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:30:41 +0300 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Fri, 28 Jul 2017 15:34:11 +0300 Andrey Skvortsov skip hidden files and directories on permission check
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Sun, 26 Jan 2014 13:18:29 +0100 Edouard Tisserant Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py
Fri, 07 Sep 2012 18:28:45 +0200 laurent Adding support for extending internationalization to extensions
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz
Mon, 27 Aug 2012 23:36:57 +0200 laurent Fix bug when closing IECCodeView and IECRawCodeView, reopening them was impossible
Mon, 25 Jun 2012 20:05:29 +0200 laurent Adding support using plcopeneditor bitmap library for icon request
Sun, 20 May 2012 19:07:09 +0200 Edouard Tisserant Moved LPC sources to a separate project
Sat, 19 May 2012 12:41:48 +0200 Edouard Tisserant refecored library extension machanism
Sat, 12 May 2012 11:21:10 +0200 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Wed, 09 May 2012 00:00:50 +0200 Edouard Tisserant refactoring