Beremiz_service.py
Mon, 21 Aug 2017 22:41:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Sat, 19 Aug 2017 00:58:44 +0300 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Thu, 17 Aug 2017 17:25:17 +0300 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
Wed, 16 Aug 2017 12:53:23 +0300 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 12:21:05 +0300 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
Wed, 16 Aug 2017 12:03:46 +0300 Andrey Skvortsov clean-up: fix PEP8 E202 whitespace before ')'
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:38:28 +0300 Andrey Skvortsov clean-up: fix PEP8 E271 multiple spaces after keyword
Mon, 14 Aug 2017 23:34:22 +0300 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
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:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Thu, 20 Apr 2017 13:01:45 +0300 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
Wed, 07 Dec 2016 19:28:13 +0300 Andrey Skvortsov update PLC status after initialization
Wed, 07 Dec 2016 19:25:58 +0300 Andrey Skvortsov always load existing PLC program from the working directory
Wed, 07 Dec 2016 19:24:16 +0300 Andrey Skvortsov stop PLC before unloading
Wed, 07 Dec 2016 18:32:34 +0300 Andrey Skvortsov add internatialization support for Beremiz_service.py
Wed, 07 Dec 2016 18:25:37 +0300 Andrey Skvortsov fix issue with changing annonced Pyro service name via taskbar icon
Wed, 07 Dec 2016 18:23:59 +0300 Andrey Skvortsov don't crash on trying to change IP interface for Beremiz_service using taskbar icon if IP wasn't previously
Wed, 07 Dec 2016 18:15:04 +0300 Andrey Skvortsov start/stop from taskbar icon only if PLC is stopped/started
Wed, 07 Dec 2016 17:54:41 +0300 Andrey Skvortsov close Pyro socket after daemon stop
Wed, 07 Dec 2016 17:51:20 +0300 Andrey Skvortsov add python-wxgtk3.0 support to Beremiz_service.py
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Sat, 14 Mar 2015 11:32:23 +0100 Edouard Tisserant Fixed leftover typo
Fri, 27 Feb 2015 00:40:44 +0100 Edouard Tisserant Fixed Nevow website startup
Wed, 25 Feb 2015 13:59:01 +0100 Edouard Tisserant Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
Tue, 17 Feb 2015 10:23:57 +0100 Edouard Tisserant Fixed systematically loading PLC binary at startup even without -a parameter. Extended py_ext extensions instances variable description (PLCGlobalsDesc). Now contains list of variables organizd by extension, with extension name
Mon, 16 Feb 2015 16:23:51 +0100 Edouard Tisserant Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
Thu, 05 Feb 2015 23:32:31 +0100 Edouard Tisserant Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails.
Thu, 05 Feb 2015 01:35:02 +0100 Edouard Tisserant Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
Mon, 02 Feb 2015 23:45:30 +0100 Edouard Tisserant Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program
Fri, 30 Jan 2015 20:42:24 +0100 Edouard Tisserant Added runtime side trace buffer, handled in a separate thread, limited to 1MB, and dropped after 3 seconds if not used by IDE. GetTraceVariables is not anymore blocking on next PLC cycle
Wed, 26 Jun 2013 16:56:34 +0200 Laurent Bessard Fix bug when LogException handler
Fri, 10 May 2013 15:17:33 +0200 Laurent Bessard Fixed Beremiz_service not closing on Windows
Thu, 25 Apr 2013 11:54:07 +0900 Edouard Tisserant Added exception hook to Beremiz_service, so that exception go in PLC log. Extended Beremiz.py exception hook to threads. Stripped images embedded in Beremiz_service.py, user real images instead.
Wed, 24 Apr 2013 15:44:46 +0900 Edouard Tisserant Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
Tue, 23 Apr 2013 20:01:56 +0900 Edouard Tisserant Fixed inspector
Mon, 22 Apr 2013 23:49:04 +0200 Laurent Bessard Fixed bug Beremiz_service process not stopped when quitting
Fri, 19 Apr 2013 11:19:55 +0900 Edouard Tisserant Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
Mon, 15 Apr 2013 00:36:41 +0200 Laurent Bessard Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program
Fri, 12 Apr 2013 14:53:14 +0900 Edouard Tisserant Fixed bug when starting Beremiz_runtime.py non empty (-a)
Wed, 06 Mar 2013 10:30:55 +0900 Edouard Tisserant Python shell and wx inspector now both available even when PLC not started
Wed, 24 Oct 2012 11:19:11 +0200 Edouard Tisserant Added caching for python eval (avoid compiling when same code called, but still execute). Cleaned up some evaluator related code.
Sat, 06 Oct 2012 00:23:51 +0200 Edouard Tisserant Fixed error message occuring sometime when quitting runtime from tray menu
Fri, 21 Sep 2012 22:31:58 +0200 Edouard Tisserant Runtime Quit should not crash when plc noyt stopped
Fri, 21 Sep 2012 16:22:56 +0200 Edouard Tisserant Quit runtime with SysTray icon menu should not crash anymore
Thu, 20 Sep 2012 22:30:41 +0200 Edouard Tisserant Fixed runtime GUI freeze when stopping PLC from the menu. Added -x 2 argument to Beremiz_service.py to restrict content of systray icon menu.
Tue, 08 May 2012 12:18:57 +0200 Edouard Tisserant refactoring
Mon, 28 Nov 2011 13:46:48 +0100 Edouard Tisserant Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0
Mon, 21 Nov 2011 11:40:29 +0100 Edouard Tisserant Better naming of IP address related variables in Beremiz_service.py, Ignore errors that occur on shutdown in Zeroconf.py, fixed discovery dialog crash due to asynchronous call from zeroconf
Fri, 18 Nov 2011 23:54:03 +0100 Edouard Tisserant Fixed encoding of Beremiz_service.py