- clean-up: fix PEP8 E722 do not use bare except' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E115 expected an indented block (comment) 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E721 do not compare types, use 'isinstance()' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E131 continuation line unaligned for hanging indent 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E122 continuation line missing indentation or outdented 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E713 test for membership should be 'not in' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E272 multiple spaces before keyword 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E124 closing bracket does not match visual indentation 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 W191 indentation contains tabs 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E211 whitespace before '[' or '(' 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E114 indentation is not a multiple of four (comment) 2017-08-19, by Andrey Skvortsov
- clean-up: fix PEP8 E125 continuation line with same indent as next logical line 2017-08-18, by Andrey Skvortsov
- clean-up: fix PEP8 E128 continuation line under-indented for visual indent 2017-08-18, by Andrey Skvortsov
- clean-up: fix PEP8 E127 continuation line over-indented for visual indent 2017-08-18, by Andrey Skvortsov
- clean-up: fix PEP8 E129 visually indented line with same indent as next logical line 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 W602 deprecated form of raising exception 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E502 the backslash is redundant between brackets 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E731 do not assign a lambda expression, use a def 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E203 whitespace before ',' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E262 inline comment should start with '# ' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E712 comparison to True should be 'if cond is True:' or 'if cond:' 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E222 multiple spaces after operator 2017-08-17, by Andrey Skvortsov
- clean-up: fix PEP8 E111 indentation is not a multiple of four 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E701 multiple statements on one line (colon) 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E741 ambiguous variable name 2017-08-16, by Andrey Skvortsov
- clean-up: fix most PEP8 E221 multiple spaces before operator 2017-08-16, by Andrey Skvortsov
- clean-up: fix most PEP8 E266 too many leading '#' for block comment 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E703 statement ends with a semicolon 2017-08-16, by Andrey Skvortsov
- clean-up: fix PEP8 E301 expected 1 blank line, found 0 2017-08-16, by Andrey Skvortsov