connectors/PYRO/__init__.py
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-10-03 Andrey Skvortsov remove unused variables found by pylint
2017-09-29 Andrey Skvortsov fix pylint warning '(pointless-string-statement) String statement has no effect'
2017-09-28 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-09-22 Andrey Skvortsov remove in-tree version of Zeroconf and use upstream from
2017-09-22 Andrey Skvortsov fix usage of python2-only print statement
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov convert some files from CRLF to LF
2016-12-07 Andrey Skvortsov add internatialization support for Beremiz_service.py
2016-11-28 Andrey Skvortsov fix translation strings with multiple parameters
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2015-04-03 Ronan Bignaux add pyrossl client side
2015-02-08 Edouard Tisserant Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
2015-02-08 Edouard Tisserant Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
2015-01-30 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
2013-05-10 Laurent Bessard Fixed bug connector not resetted when connection is lost
2013-04-25 Edouard Tisserant Added exception printing on Pyro connector, tracking random connection failure...
2013-04-17 Edouard Tisserant Better mdns resolution failure signaling, added fixed bug whith runtime autostart
2013-03-07 Laurent Bessard Fix warning with LogMessage function
2013-02-05 Edouard Tisserant Fixed crash (segfault) when logging debug messages
2013-01-30 Edouard Tisserant Now logging have 4 levels
2013-01-22 Edouard Tisserant Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
2012-06-08 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
2012-05-19 Edouard Tisserant targets and connectors are nor extensible
2012-05-07 Edouard Tisserant refactoring
2012-03-11 laurent Adding support for executing python scripts on remote runtime
2009-12-09 laurent Catch ProtocolError exception when connection failed
2009-12-09 laurent Catch Pyro exception when connection closed and print message
2009-12-07 Edouard TISSERANT Arbitrary variable forcing
2009-12-06 Edouard TISSERANT Fixes in debug + reconnect to running PLC
2009-12-01 ed Some cleanup in PLC status - removed that \"Starting\" state ...
2009-10-08 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
2009-09-24 laurent Merging some improvements from BCT
2009-07-28 laurent Adding support for internationalization
2009-05-30 greg Fix refresh of Beremiz button when connection lost
2009-05-28 greg add "\n" to logger when pyro fall in error
2008-12-30 etisserant Fixed problem with re-use of Pyro connector proxy copy across debug sessions
2008-09-03 etisserant Improved debug data feedback.
2008-08-30 etisserant Re-organized pyro connector proxy members mascarading
2008-08-22 greg remove old code and fix typo
2008-08-19 etisserant Added concepts :