tests/python/plc.xml
2018-09-26 Andrey Skvortsov Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
2018-08-24 Andrey Skvortsov Make comment blocks in examples slightly bigger so text inside is always visible
2016-10-12 Andrey Skvortsov cleanup python example
2015-03-13 Edouard Tisserant Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
2015-02-25 Edouard Tisserant Fixed build of tests/python.
2015-02-02 Edouard Tisserant py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly
2014-06-12 Edouard Tisserant Updated tests/python : added derivated return type function declaration+call and re-enabled refrences to global FB interfaces
2014-03-27 Edouard Tisserant Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python
2013-05-15 Edouard Tisserant Fixed PLC global var access from python. Added test in tests/python
2013-05-08 Laurent Bessard Updated python test
2013-05-02 Laurent Bessard Fixed warnings in python test
2013-04-25 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.
2013-04-04 Edouard Tisserant More VAR_GLOBAL related tests in tests/python
2013-02-26 Laurent Bessard Fixed bug ForceVariableDialog when forcing DATETIME variables
2013-01-30 Laurent Bessard Fix bug with refresh PLC status tool bar
2012-11-15 Laurent Bessard Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
2012-10-22 Edouard Tisserant Introduced FBID in tests/python example. Fixed type error leading to segfault
2012-10-19 Edouard Tisserant Now test/python also demonstrate large C pragmas in ST, accessing complex types
2012-10-18 Edouard Tisserant Even more pedagogical tests/python. Renaming will not help
2012-10-18 Edouard Tisserant More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something
2012-06-08 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-12 Edouard Tisserant refactoring - c_ext stripped first stage
2012-05-12 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
2009-12-06 Edouard TISSERANT Debugger still doesn't work crash less...
2009-11-02 edouard Wiped out references to Lolitech
2009-10-08 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
2009-07-29 laurent Move python evaluator to create a python plugin containing any related python module
2008-12-30 etisserant Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
2008-12-23 etisserant fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
2008-12-23 etisserant Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.