- LogMessage shouldn't be serialized (can lead to blocking in case of exception in main thread), and do not require it. 2019-05-30, by Edouard Tisserant
- Fixed typo leading to some exception in some rare corner cases in worker.py 2019-05-30, by Edouard Tisserant
- Added missing 'path' field to WAMP addresses in URI editor. 2019-04-23, by Edouard Tisserant
- Fixed exception when using URI editor for PYRO addresses 2019-04-23, by Edouard Tisserant
- Avoid loading PLC at startup when autostart is not set in command line. As a side effect PLC status is artificially set to Stopped, and StartPLC eventually loads PLC if it is not already loaded. 2019-04-19, by Edouard Tisserant
- Add Repair() to WAMP interface 2019-04-19, by Edouard Tisserant
- Merged fix_PLC_runtime_shutdown 2019-04-18, by Edouard Tisserant
- Close fix_PLC_runtime_shutdown fix_PLC_runtime_shutdown 2019-04-18, by Edouard Tisserant
- Runtime worker : unblock the last waiting job and prevent any new job to wait when Main Worker is being shut down. fix_PLC_runtime_shutdown 2019-04-18, by Edouard Tisserant
- Add some "pipe to self" trick in Pyro server to accelerate runtime shutdown instead of waiting for arbitrary pyro timeout. fix_PLC_runtime_shutdown 2019-04-18, by Edouard Tisserant
- If call to GetPLCstatus can't be executed in PLC, then obtained status is disconnected. Status on "None" is not relevant anymore, and is replaced by Disconnected. fix_PLC_runtime_shutdown 2019-04-18, by Edouard Tisserant
- Enure that all threads are joined before trying to exit fix_PLC_runtime_shutdown 2019-04-18, by Edouard Tisserant
- Named runtime's threads to ease debugging 2019-04-17, by Edouard Tisserant
- Added Repair() png icon 2019-04-17, by Edouard Tisserant
- pep8 again... 2019-04-16, by Edouard Tisserant
- PEP8 fix : ./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1 2019-04-16, by Edouard Tisserant
- Added RepairPLC() to PLCObject. For now just calling PurgePLC and quit PLC runtime. 2019-04-16, by Edouard Tisserant
- Ensure Beremiz_service.py quits properly when Main Worker stops and wa are using Wx and/or Twisted. 2019-04-16, by Edouard Tisserant
- Added PurgePLC() method to PLCObject, to be invoked when PLC Status is broken. It clears PLC shared object an extra files and force status to Empty. Added correponding Repair button to toolbar, visible only when PLC status is broken. 2019-04-15, by Edouard Tisserant
- Background erase of debug variable panel was disabled for some reason, and it not anymore compatible with EVT_PAINT based refresh. It was leaving traces behind when removing traced variable. Fixed. 2019-04-11, by Edouard Tisserant
- force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation 2019-04-11, by Edouard Tisserant
- Fixed refresh problem following 9c5f835b031e, 9622418ac28c, c67488bd8134 : force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation 2019-04-11, by Edouard Tisserant
- merged 2019-04-11, by Edouard Tisserant
- Nicer name than 'var_name' for variable auto-renaming in Modbus 2019-04-10, by Edouard Tisserant
- Allow starting IDE without sslpsk module installed. Fail when connecting to PYROS if sslpsk unavailable. 2019-04-10, by Edouard Tisserant
- Fixed preview drawing/refresh problem in sfc/ld/fbd graphical element creation dialogs on windows (introduced in 9c5f835b031e, continuation of 9622418ac28c) 2019-04-09, by Edouard Tisserant
- pep8 white spaces 2019-04-09, by Edouard Tisserant
- Now default_evaluator is provided by runtime package 2019-04-09, by Edouard Tisserant
- merge 2019-04-09, by Edouard Tisserant
- Continue fixing deadlock of previous commit, this time occuring when waiting for 'cleanup' python runtime call to finish. Now 'init' and 'cleanup' python runtime calls are called directly from main thread, and aren't anymore invoked in the context of wxMainloop and/or twisted reactor. 2019-04-09, by Edouard Tisserant
- Fix deadlock when indirectly calling PLCObject's evaluator() from twisted of wx event loops. Was freezing while transfer/start/stop through Wamp. Serialize all PLCObject's call to self.PythonRuntimeCall into the same PythonThread thread. 2019-04-09, by Edouard Tisserant
- Fixed Wamp assertion because of unexpected type 2019-04-08, by Edouard Tisserant
- Enhanced statistics display code, used it and saw no more noticable leak while editing. Closing branch. wx.NewID_abuse_fix 2019-03-28, by Edouard Tisserant
- Conform to pep8 and pylint : 2019-04-07, by Edouard Tisserant
- Merged 2019-04-07, by Edouard Tisserant
- Fix typo in README.md 2019-04-03, by Andrey Skvortsov
- merged rename_on_location_change branch 2019-04-04, by Edouard Tisserant
- Rename checkbox and immediately apply. rename_on_location_change 2019-04-04, by Edouard Tisserant
- LocationCellEditor use better source for variable name replacement, and validate variable name before applying it or complains otherwise. rename_on_location_change 2019-04-03, by Edouard Tisserant
- LocationCellEditor now systematically change variable name according to name given by CTN, calls VariablePanel' OnVariableNameChange to update POU accordingly. rename_on_location_change 2019-04-02, by Edouard Tisserant
- Fix problem introduced in 9c5f835b031e : Exception in LDPowerRailDialog.py because of change in OnPaint/RefreshView/DrawPreview. 2019-03-28, by Edouard Tisserant
- Fixed RecentProjectMenu in BeremizIDE.py broken by untested changes in wx.NewID_abuse_fix. 2019-03-28, by Edouard Tisserant
- Merged wx.NewID_abuse_fix branch 2019-03-28, by Edouard Tisserant
- More wx.NewID abuse removal. This time BeremizIDE.py was cleaned. wx.NewID_abuse_fix 2019-03-28, by Edouard Tisserant
- Merged more of wx.NewID_abuse_fix branch 2019-03-28, by Edouard Tisserant
- More wx.NewID abuse removal. All Viewer.py got cured. wx.NewID_abuse_fix 2019-03-27, by Edouard Tisserant
- More wx.NewID abuse removal. This one was apparently silently unbinding toolbar butons when running out of mew wx IDs. wx.NewID_abuse_fix 2019-03-27, by Edouard Tisserant
- Dyslectic typos 2019-03-26, by Edouard Tisserant
- Close branch py3-fix. py3-fix 2019-01-07, by Andrey Skvortsov
- Close branch 1.1 Korean release. 1.1 Korean release 2017-07-27, by Andrey Skvortsov
- Close branch generate-button. generate-button 2019-03-18, by Andrey Skvortsov
- close #2486 head #2486 2019-01-07, by Andrey Skvortsov
- Close branch nevow_service_rework. nevow_service_rework 2019-01-07, by Andrey Skvortsov
- Close branch wx3-fix. wx3-fix 2019-01-07, by Andrey Skvortsov
- Intermediate merge of wx.NewID_abuse_fix branch but kept debug code in the branch. This is still work in progress, banch is NOT closed. 2019-03-26, by Edouard Tisserant
- Continued wx.NewID abuse removal in Viewer.py : Added AppendItem to use instead of AppendMenu, made examples with AddBlockPinMenuItems and AddAlignmentMenuItems wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- Continued wx.NewID abuse removal in Viewer.py : get rid of one call to AppendMenu method, having no real purpose apparently. To be continued. wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- Start fixing wx.NewId abuse in viewer.py. This shows how to avoid using AppendMenu() function, definitely useless. wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- VariablePanel's menu do not waste Wx IDs anymore (directly binds wx objects rather than crating new ID wit wx.NewId) wx.NewID_abuse_fix 2019-03-25, by Edouard Tisserant
- Instrument IDE code to find code abusing wx.NewId. wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- Fix error when searching accross project. Collection of result wasn't initialized and was failing in case some CTN was returning no result. 2019-03-22, by Edouard Tisserant
- Make spaghetti-code-quality great again. 2019-03-22, by Edouard Tisserant
- Merged 2019-03-22, by Edouard Tisserant
- Add Docker files to build containers to run automated tests 2019-03-18, by Andrey Skvortsov
- merge 2019-03-18, by Andrey Skvortsov
- check_source.sh: fix sed error: -e expression #1, char 25: Invalid range end 2019-03-18, by Andrey Skvortsov
- Fix pylint warning [C0325(superfluous-parens), ] Unnecessary parens after u'if' keyword 2019-03-18, by Andrey Skvortsov
- Update Beremiz dependencies because of added PYROS:// support 2019-03-13, by Andrey Skvortsov
- Fix header and convert comments to docstrings in PSK_Adapter 2019-03-13, by Andrey Skvortsov
- Fix Pyro work with SSL wrapper (sslpsk) 2019-03-13, by Andrey Skvortsov
- Fix crash in runtime if PSK secret is missing 2019-03-13, by Andrey Skvortsov
- Update build instruction for BACNet in README 2019-03-13, by Andrey Skvortsov
- Replace md5 module with hashlib 2019-03-13, by Andrey Skvortsov
- Remove execute attributes from runtime/PLCObject.py 2019-03-13, by Andrey Skvortsov
- Fix typo 2019-03-13, by Andrey Skvortsov
- Fix various pylint and pep8 errors 2019-03-13, by Andrey Skvortsov
- Fix invalid python3 syntax 2019-03-13, by Andrey Skvortsov
- Exclude pyjslib.py from python3 syntax correction check 2019-03-13, by Andrey Skvortsov
- revert occasionally committed changed first_steps project. 2019-03-13, by Andrey Skvortsov
- Merged in masterschlumpf/beremiz/generate-button (pull request #38) 2019-03-18, by Andrey Skvortsov
- Create a "Generate Program As..." menu to make the "Generate Program" toolbutton even more useful. generate-button 2019-03-15, by Schlumpf
- Add "Generate Program" to toolbar in PLCOpenEditor standalone mode. generate-button 2019-03-15, by Schlumpf
- Merged search in CTN branch 2019-03-22, by Edouard Tisserant
- Finished adding search in python and C files. Stripped debug code and useless comments. Close branch search_in_CTN 2019-03-22, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-22, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-21, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-21, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-21, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-20, by Edouard Tisserant
- WIP adding searching capabilities in python files: search_in_CTN 2019-03-15, by Edouard Tisserant
- Fixed more pylint reports : 2019-03-11, by Edouard Tisserant
- Long due merge 2019-03-11, by Edouard Tisserant
- Fix backtrace on printing localized (non-ascii) error message in PLCGenerator. 2019-03-05, by Andrey Skvortsov
- Fix crash if LD input contact isn't connected 2019-03-05, by Andrey Skvortsov
- Fix section styling in code editor (python and c extensions) if non-latin symbols are used in the code 2019-03-01, by Andrey Skvortsov
- update localization template 2019-02-21, by Andrey Skvortsov
- merge 2019-02-21, by Andrey Skvortsov
- updated list of translators 2019-02-21, by Andrey Skvortsov
- update translations from https://www.transifex.com/beremiz/beremiz-ide 2019-02-21, by Andrey Skvortsov
- Add SpinButtons for integer and floating point variables in ForceVariableDialog 2019-02-21, by Andrey Skvortsov
- Fix non-marking as manually forced floating point variable if the value isn't integer 2019-02-21, by Andrey Skvortsov
- Don't close ForceVariableDialog if user entered wrong new value 2019-02-14, by Andrey Skvortsov
- Additional fix for rewrite ForceVariableDialog commit (9076249f) 2019-02-14, by Andrey Skvortsov
- Fix redraw problems in preview frames and debug panel 2019-02-14, by Andrey Skvortsov
- Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog 2019-02-14, by Andrey Skvortsov
- merge updates to modbus/mb_runtime.c 2019-02-13, by Mario de Sousa
- fix 'SaveAs' in case of overwriting existing project 2019-01-14, by Andrey Skvortsov
- fix 'SaveAs' to non-empty directory and directory without write permissions 2019-01-14, by Andrey Skvortsov
- fix problems with recursive beremiz.h inclusion 2019-01-12, by Andrey Skvortsov
- remove LogMessage prototype from plc_main_head.c 2019-01-12, by Andrey Skvortsov
- merge 2019-01-07, by Andrey Skvortsov
- Make online debug optional 2019-01-06, by Andrey Skvortsov
- Disable Python extension in First steps example 2019-01-06, by Andrey Skvortsov
- use pregenerated CRC32 lookup tables for retain on Win32 and GNU/Linux 2019-01-06, by Andrey Skvortsov
- Merged in masterschlumpf/beremiz/wx3-fix (pull request #37) 2019-01-07, by Andrey Skvortsov
- Fix an exception on wx-3.0-gtk3 in PLCOpenEditor when generating ST files. wx3-fix 2019-01-07, by Schlumpf
- Fix typos in function names 2018-12-24, by Dmitriy Kuzmin
- update links to matiec and beremiz repos in README 2018-12-24, by Andrey Skvortsov
- fix zoom-in/zoom-out using mouse wheel 2018-12-24, by Andrey Skvortsov
- better pylint complain workaround 2019-03-11, by Edouard Tisserant
- check_sources.sh makes me become even less productive 2019-03-11, by Edouard Tisserant
- Added stub axis_s type in EtherLAB CiA402 support code, until Motion Contol Library comes back 2019-03-07, by Edouard Tisserant
- Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name. 2019-02-19, by Edouard Tisserant
- Fix previous commit : Using wx.CallAfter shouldn't have been necessary, and was a symptom of failing evaluator's deadlock detection. 2019-02-14, by Edouard Tisserant
- Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main). 2019-02-13, by Edouard Tisserant
- Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names) 2019-02-13, by Edouard Tisserant
- Fixed deadlock in runtime's Worker. Was discovered while using WAMP and PYRO simultaneously. 2019-02-01, by Edouard Tisserant
- Add a debugger token to SetTraceVariables and GetTraceVariables to prevent crash an inconsistant data in case of multiple connections. Last connection now takes over existing connections's debug, and first connected IDE gets a wrning. 2019-01-31, by Edouard Tisserant
- Fixed deadlock when using Wx together with Twisted in runtime. 2019-01-29, by Edouard Tisserant
- Split IDE's frame OnCloseFrame() into TryCloseFrame() and OnCloseFrame(), to help further customization 2019-01-25, by Edouard Tisserant
- fixed exception happening randomly just after showing discovery panel. 2019-01-09, by Edouard Tisserant
- fixed exception happening when connecting to empty URI, and set URI through URI Editor Dialog popping up becaue empty. 2019-01-09, by Edouard Tisserant
- Merged Mario's modbus fix : Modbus plugin: reset periodic activation timer when overrun occurs (delays due to communication errors, ...) 2019-01-07, by Edouard Tisserant
- Modbus plugin: reset periodic activation timer when overrun occurs (delays due to communication errors, ...) 2018-06-02, by Mario de Sousa
- Disable MDNS:// scheme support. Also prevent discovery pannel to produce some. For now it seems that that feature is unused, and could be a security issue. 2019-01-07, by Edouard Tisserant
- Added support to PYROS in Zeroconf discovery and publish. For now, PYRO://mdnsname._tcp.local. URI are broken, and discovery panel generate IP based URI by default. 2018-12-21, by Edouard Tisserant
- PyroServer: fixed naming of class, and reorganized methods in order to ease subclassing, in case of customization of service publication on the local network (i.e. zeroconf) 2018-12-21, by Edouard Tisserant
- Fix exception dialog with non recognized URI schemes 2018-12-21, by Edouard Tisserant
- Fixed runtime's reconnecting loop not stopping when re-configuring WAMP. 2018-12-19, by Edouard Tisserant
- Removed nonsense code, that I should have check more in details before merging m( 2018-12-19, by Edouard Tisserant
- Allow easier monkey patching of WAMP connector Session class 2018-12-18, by Edouard Tisserant
- Expose new PLCObject API members to WAMP interface. 2018-12-18, by Edouard Tisserant
- Use another way to ensure compatibility with Py3 about text type. 2018-12-18, by Edouard Tisserant
- Make easier to read console error message in case of connection problem. 2018-12-10, by Edouard Tisserant
- PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped 2018-12-05, by Edouard Tisserant
- Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done... 2018-12-05, by Edouard Tisserant
- Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type. 2018-12-05, by Edouard Tisserant
- Bigger chunks, from 16k to 1M 2018-12-05, by Edouard Tisserant
- Empirically reverted calls done just after NewPLC back to the order as it was before chunked transfer. Apparently I broke something... To be continued 2018-12-05, by Edouard Tisserant
- Chunk based transfer for PLC binary and extra files, and some collateral code refactoring. 2018-12-04, by Edouard Tisserant
- Fix failing PLC build when building freshly created project that use default libraries blocks. When controller loads libraries according to attibutes in project files (BeremizRoot/Enable_{libname}_Library), use known default if attribute is missing. 2018-11-27, by Edouard Tisserant
- Cosmetic change in PSKManagement.py 2018-11-27, by Edouard Tisserant
- Fixed ID,last URI, or last connection date not being updated when connnecting to target. 2018-11-26, by Edouard Tisserant
- Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time. 2018-11-23, by Edouard Tisserant
- IDManager : small cosmetic fixes and cleanup. 2018-11-23, by Edouard Tisserant
- python3 support: pylint, W1633 # (round-builtin) round built-in referenced 2018-10-12, by Andrey Skvortsov
- python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1653 # (next-method-defined) next method defined 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1625 # (raising-string) Raising a string exception 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode 2018-10-10, by Andrey Skvortsov
- python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1607 # (file-builtin) file built-in referenced 2018-10-09, by Andrey Skvortsov
- python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute 2018-10-09, by Andrey Skvortsov
- python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced 2018-10-09, by Andrey Skvortsov
- Fix pep8 warning: W605 invalid escape sequence ‘x’ 2018-10-09, by Andrey Skvortsov
- pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7 2018-10-09, by Andrey Skvortsov
- python3 support: pylint, W1619 #(old-division) division w/o __future__ statement 2018-10-05, by Andrey Skvortsov
- Make easier to run pytest on local X-server 2018-10-05, by Andrey Skvortsov
- cleanup pyc files between running pytest 2018-10-05, by Andrey Skvortsov
- python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced 2018-10-04, by Andrey Skvortsov
- Use multiple processes to speed up pylint 2018-10-04, by Andrey Skvortsov
- python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced 2018-10-04, by Andrey Skvortsov
- python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3 2018-10-04, by Andrey Skvortsov
- Fixed regression in connecting to LOCAL:// targets 2018-11-23, by Edouard Tisserant
- Merge, with surprizingly little conflicts 2018-11-23, by Edouard Tisserant
- IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size. 2018-11-22, by Edouard Tisserant
- merge 2018-10-03, by Andrey Skvortsov
- Update localization template 2018-10-03, by Andrey Skvortsov
- Fix 'msgid' format string with unnamed arguments cannot be properly localized 2018-10-03, by Andrey Skvortsov
- Add automatic check for localization strings with multiple unnamed arguments 2018-10-03, by Andrey Skvortsov
- Improve localization support in etherlab (mostly) 2018-10-03, by Andrey Skvortsov
- cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done 2018-10-03, by Andrey Skvortsov
- cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary 2018-10-03, by Andrey Skvortsov
- Add python3 syntax checking to CI 2018-10-03, by Andrey Skvortsov
- Fix old style exception raise and exec syntax 2018-10-03, by Andrey Skvortsov
- Use python 3 compatible exception syntax everywhere 2018-10-02, by Andrey Skvortsov
- cleanup: pylint, R0123 # (literal-comparison) Comparison to literal 2018-10-02, by Andrey Skvortsov
- Use predefined constants for PlcStatus instead of string literals 2018-10-02, by Andrey Skvortsov
- cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y' 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode)) 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call 2018-10-01, by Andrey Skvortsov
- Fix segmentation fault when last lines in text POUs should be highlighted 2018-10-01, by Andrey Skvortsov
- enable etherlab checks 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import` 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable 2018-09-29, by Andrey Skvortsov
- ignore missing MotionLibrary 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck. 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined. 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0611 # (unused-import) Unused import X 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E0102 # (function-redefined) method already defined 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y" 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0404 # reimported module 2018-09-29, by Andrey Skvortsov
- check_source.sh: add E301 check to the list of selected PEP8 errors 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E301 expected 2 blank lines, found 1 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W503 line break before binary operator 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E266 too many leading '#' for block comment 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E122 continuation line missing indentation or outdented 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W191 indentation contains tabs 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E211 whitespace before '[' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E129 visually indented line with same indent as next logical line 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E127 continuation line over-indented for visual indent 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E129 visually indented line with same indent as next logical line 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W602 deprecated form of raising exception 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W601 .has_key() is deprecated, use 'in' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E731 do not assign a lambda expression, use a def 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E203 whitespace before ',' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E222 multiple spaces after operator 2018-09-29, by Andrey Skvortsov