2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
|
file |
diff |
annotate
|
2018-10-09 |
Andrey Skvortsov |
Fix pep8 warning: W605 invalid escape sequence ?x?
|
file |
diff |
annotate
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
file |
diff |
annotate
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
file |
diff |
annotate
|
2018-01-15 |
Edouard Tisserant |
Clarify licensing, and packaging of runtime only files :
|
file |
diff |
annotate
|
2018-01-11 |
Edouard Tisserant |
Enforced check_source.sh pep8 and pylint rules.
|
file |
diff |
annotate
|
2018-01-10 |
Edouard Tisserant |
Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting.
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
file |
diff |
annotate
|
2017-10-06 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix unnecessary lambda and enable corresponding pylint check
|
file |
diff |
annotate
|
2017-08-19 |
Andrey Skvortsov |
clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E502 the backslash is redundant between brackets
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E301 expected 1 blank line, found 0
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 W391 blank line at end of file
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
2017-04-20 |
Andrey Skvortsov |
make run Beremiz and PLCOpen Editor, if full path contain non-lating
|
file |
diff |
annotate
|
2016-05-06 |
Andrey Skvortsov |
add copyright notices to python files where there were missing, that
|
file |
diff |
annotate
|
2016-04-22 |
Andrey Skvortsov |
fix regression introduced by changeset: 1431:28e9d479aa65 [Use '-p' command line option when running matiec (iec2c)]
|
file |
diff |
annotate
|
2015-10-21 |
mjsousa |
merge
|
file |
diff |
annotate
|
2014-12-06 |
mjsousa |
Use '-p' command line option when running matiec (iec2c)
|
file |
diff |
annotate
|
2014-11-26 |
mjsousa |
Add command line option '-l' when calling matiec
|
file |
diff |
annotate
|
2015-02-25 |
Edouard Tisserant |
Fixed build of tests/python.
|
file |
diff |
annotate
|
2015-02-21 |
Edouard Tisserant |
Added __ext_name__ variable accessible from user python code, reflecting extension name. Fixed contend of OnChange field in PLCGlobalsDesc
|
file |
diff |
annotate
|
2015-02-18 |
Edouard Tisserant |
Added more columns in variable list of extensions' code editors - updating python's PLCGlobals from PLC logic can trigger asynchronous 'OnChange' python call
|
file |
diff |
annotate
|
2015-02-17 |
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
|
file |
diff |
annotate
|
2015-02-02 |
Edouard Tisserant |
py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly
|
file |
diff |
annotate
|
2013-09-27 |
Laurent Bessard |
Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
|
file |
diff |
annotate
|
2013-09-11 |
Laurent Bessard |
Fixed Beremiz for working with new xmlclass support using lxml
|
file |
diff |
annotate
|
2013-05-16 |
Edouard Tisserant |
Fixed GCC warnings when building stub code for python PLC globals access
|
file |
diff |
annotate
|
2013-05-16 |
Edouard Tisserant |
Fixed build error with python <-> PLCglobals variables declared with no initial value
|
file |
diff |
annotate
|
2013-05-15 |
Laurent Bessard |
Fixed bug when generating py_ext code when no variable defined
|
file |
diff |
annotate
|
2013-05-15 |
Edouard Tisserant |
Fixed PLC global var access from python. Added test in tests/python
|
file |
diff |
annotate
|
2013-05-15 |
Edouard Tisserant |
Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
|
file |
diff |
annotate
|
2013-05-14 |
Edouard Tisserant |
Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
|
file |
diff |
annotate
|
2013-05-13 |
Laurent Bessard |
Fixed support for defining python runtime code using sections like in c_ext
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Removed some prints for code debugging
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed generated code in py_ext runtime file
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed bug in generated code in py_ext runtime file
|
file |
diff |
annotate
|
2013-05-09 |
Laurent Bessard |
Fixed python global variable declaration example in generated runtime python file
|
file |
diff |
annotate
|
2013-05-08 |
Laurent Bessard |
Fixed Python editor adding variable panel
|
file |
diff |
annotate
|
2013-04-24 |
Laurent Bessard |
Fixed Save As... function in Beremiz
|
file |
diff |
annotate
|
2012-05-21 |
laurent |
refactoring
|
file |
diff |
annotate
|
2012-05-20 |
Edouard Tisserant |
Moved LPC sources to a separate project
|
file |
diff |
annotate
|
2012-05-12 |
Edouard Tisserant |
refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
|
file |
diff |
annotate
| base
|