tests/python/plc.xml
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.