Thu, 19 Apr 2018 14:53:42 +0200 |
Edouard Tisserant |
PEP-8 and PyLint
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 13:02:13 +0200 |
Edouard Tisserant |
Removed DebugThread. Take advantage of the fact that buffering is done in runtime. No need to poll for traces more than ten per second, then use simple wxTimer for that. Also removed Debug Lock since now everything happens in wx' mainloop.
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 16:33:44 +0200 |
Edouard Tisserant |
Cleanup of some dead code in PYRO connector.
|
file |
diff |
annotate
|
Thu, 01 Feb 2018 14:51:18 +0100 |
Edouard Tisserant |
Another set of meaningless changes to satisfy PEP8 and PyLint.
|
file |
diff |
annotate
|
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`"
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 16:38:49 +0300 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
Tue, 03 Oct 2017 16:31:31 +0300 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
Fri, 29 Sep 2017 16:26:15 +0300 |
Andrey Skvortsov |
fix pylint warning '(pointless-string-statement) String statement has no effect'
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 16:25:05 +0300 |
Andrey Skvortsov |
fix unnecessary lambda and enable corresponding pylint check
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 15:17:57 +0300 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
Fri, 22 Sep 2017 20:12:22 +0300 |
Andrey Skvortsov |
remove in-tree version of Zeroconf and use upstream from
|
file |
diff |
annotate
|
Fri, 22 Sep 2017 10:54:42 +0300 |
Andrey Skvortsov |
fix usage of python2-only print statement
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 22:41:37 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 22:38:43 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:27:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 21:09:48 +0300 |
Andrey Skvortsov |
convert some files from CRLF to LF
|
file |
diff |
annotate
|
Wed, 07 Dec 2016 18:32:34 +0300 |
Andrey Skvortsov |
add internatialization support for Beremiz_service.py
|
file |
diff |
annotate
|
Mon, 28 Nov 2016 16:47:01 +0300 |
Andrey Skvortsov |
fix translation strings with multiple parameters
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 13:57:42 +0300 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
Fri, 03 Apr 2015 17:08:13 +0200 |
Ronan Bignaux |
add pyrossl client side
|
file |
diff |
annotate
|
Sun, 08 Feb 2015 22:39:17 +0100 |
Edouard Tisserant |
Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
|
file |
diff |
annotate
|
Sun, 08 Feb 2015 16:50:54 +0100 |
Edouard Tisserant |
Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 10 May 2013 12:11:54 +0200 |
Laurent Bessard |
Fixed bug connector not resetted when connection is lost
|
file |
diff |
annotate
|
Thu, 25 Apr 2013 17:04:41 +0900 |
Edouard Tisserant |
Added exception printing on Pyro connector, tracking random connection failure...
|
file |
diff |
annotate
|
Wed, 17 Apr 2013 10:54:17 +0900 |
Edouard Tisserant |
Better mdns resolution failure signaling, added fixed bug whith runtime autostart
|
file |
diff |
annotate
|
Fri, 08 Mar 2013 00:15:28 +0100 |
Laurent Bessard |
Fix warning with LogMessage function
|
file |
diff |
annotate
|
Tue, 05 Feb 2013 23:28:35 +1100 |
Edouard Tisserant |
Fixed crash (segfault) when logging debug messages
|
file |
diff |
annotate
|
Wed, 30 Jan 2013 18:54:12 +1100 |
Edouard Tisserant |
Now logging have 4 levels
|
file |
diff |
annotate
|
Tue, 22 Jan 2013 19:03:25 +1100 |
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.
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 00:08:34 +0200 |
Edouard Tisserant |
Now, PYRO:// locations also accept MDNS service names
|
file |
diff |
annotate
|
Sat, 19 May 2012 19:00:55 +0200 |
Edouard Tisserant |
targets and connectors are nor extensible
|
file |
diff |
annotate
|
Mon, 07 May 2012 18:47:29 +0200 |
Edouard Tisserant |
refactoring
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 19:42:14 +0100 |
laurent |
Adding support for executing python scripts on remote runtime
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 16:53:59 +0100 |
laurent |
Catch ProtocolError exception when connection failed
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 09:44:17 +0100 |
laurent |
Catch Pyro exception when connection closed and print message
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 22:04:43 +0100 |
Edouard TISSERANT |
Arbitrary variable forcing
|
file |
diff |
annotate
|
Sun, 06 Dec 2009 22:52:51 +0100 |
Edouard TISSERANT |
Fixes in debug + reconnect to running PLC
|
file |
diff |
annotate
|
Tue, 01 Dec 2009 13:41:29 +0100 |
ed |
Some cleanup in PLC status - removed that \"Starting\" state ...
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 11:26:40 +0200 |
laurent |
Bug on Debug trying to start (and stop) before PLC started fixed.
|
file |
diff |
annotate
|
Thu, 24 Sep 2009 18:22:31 +0200 |
laurent |
Merging some improvements from BCT
|
file |
diff |
annotate
|
Tue, 28 Jul 2009 17:43:19 +0200 |
laurent |
Adding support for internationalization
|
file |
diff |
annotate
|
Sat, 30 May 2009 16:45:31 +0200 |
greg |
Fix refresh of Beremiz button when connection lost
|
file |
diff |
annotate
|
Thu, 28 May 2009 13:29:23 +0200 |
greg |
add "\n" to logger when pyro fall in error
|
file |
diff |
annotate
|
Tue, 30 Dec 2008 22:47:15 +0100 |
etisserant |
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
|
file |
diff |
annotate
|
Wed, 03 Sep 2008 17:28:17 +0200 |
etisserant |
Improved debug data feedback.
|
file |
diff |
annotate
|
Sat, 30 Aug 2008 22:14:06 +0200 |
etisserant |
Re-organized pyro connector proxy members mascarading
|
file |
diff |
annotate
|
Fri, 22 Aug 2008 15:35:11 +0200 |
greg |
remove old code and fix typo
|
file |
diff |
annotate
|
Wed, 20 Aug 2008 00:11:40 +0200 |
etisserant |
Added concepts :
|
file |
diff |
annotate
|