third_party/pep8
2014-12-15 Florent XiclunaRemove noise from testsuite/E12not.py
2014-12-15 Ian LeeMerge branch 'issue304'
2014-12-15 Ian LeeRename check to signify that it applies to module level...
2014-12-15 Ian LeeAdd error code E402 to docs; issue #304
2014-12-15 Ian LeeMerge remote-tracking branch 'yole/import-on-top-of...
2014-12-14 Ian LeeAdd changelog for #335
2014-12-14 Ian LeeMerge pull request #340 from bdkearns/master
2014-12-14 Ian LeeMerge pull request #347 from helenst/e711-reverse-compa...
2014-12-14 Ian LeeMerge branch 'issue306'
2014-12-14 Ian LeeRemove stdout check that fails under pypy.
2014-12-14 Ian LeeDon't crash if build_tokens_line() returns None; issue...
2014-12-14 Ian LeeEmail notificates when Travis runs
2014-12-13 Ian LeeDont need to make a sphinx table header explicitly...
2014-12-13 Ian LeeAdd documentation for ``--format`` (#198 / #310)
2014-12-13 Ian LeeMerge pull request #310 from ilam/featuredoc
2014-12-13 Ian LeeMerge branch 'willkg:normalize_path_fix'
2014-12-13 Ian LeeUpdate changelog for issue #339 / #343
2014-12-13 Ian LeeAdd Ian to list of maintainers.
2014-12-13 Ian LeeAdd a few more cases of "not value"
2014-12-11 Helen STFixed operator check for E711/E712 (Ref #307)
2014-12-11 Helen STE711 / E712 checks test for None != arg and False ...
2014-11-07 Will Kahn-GreeneFix normalize_paths to allow whitespace
2014-10-23 Brian Kearnsadd .tox to DEFAULT_EXCLUDE
2014-07-31 Ilambharathi... Fixed the formatting in the table
2014-07-31 Ilambharathi... Added variables table for clarity
2014-07-31 Ilambharathi... Corrected some formatting
2014-07-31 Ilambharathi... #198 --feature doc updated.
2014-07-24 Dmitry JemerovReport E402 for imports not on top of file; issue ...
2014-05-29 Florent XiclunaDo not report E704 in the default configuration; issue...
2014-05-29 Florent XiclunaReport E266 instead of E265 when the block common start...
2014-05-29 Florent XiclunaReplace codes E111/2/3 with E114/5/6 for indentation...
2014-05-29 Florent XiclunaAdd changelog entries for E704 and E731
2014-05-29 Florent XiclunaReport E731 for lambda assignment, return E704 for...
2014-05-29 Florent XiclunaRelease version 1.5.7
2014-05-26 Florent XiclunaAdd Python 3.4 to .travis.yml
2014-05-26 Florent XiclunaAdd changelog entry
2014-05-26 Florent XiclunaMerge pull request #288 from dreadatour/universal-newline
2014-05-09 Vladimir RudnyhAlways open files with universal newline flag
2014-05-07 Florent XiclunaAdditional tests for W391
2014-05-07 Florent XiclunaCheck the last line even if it does not end with a...
2014-05-05 Florent XiclunaDo not exit when an option in setup.cfg / tox.ini is...
2014-04-29 Florent XiclunaMerge pull request #283 from HFulcher/master
2014-04-29 Huw FulcherFixed #281 in docs
2014-04-29 Florent XiclunaMerge pull request #280 from lordhellcito/patch-1
2014-04-27 lordhellcitoUpdate pep8.py
2014-04-26 Florent XiclunaFix tests
2014-04-26 Florent XiclunaReplace codes E111/2/3 with E114/5/6 for indentation...
2014-04-26 Florent XiclunaAdd position to E26 tests
2014-04-26 Florent XiclunaReport E266 instead of E265 when the block common start...
2014-04-26 Florent XiclunaAdd tests for E731, issue #277
2014-04-26 Florent XiclunaReport E731 for lambda assignment, return E704 for...
2014-04-23 Florent XiclunaMerge pull request #276 from cgar/trivial
2014-04-23 Carlos E. Garciafew mispelling errors
2014-04-18 Florent XiclunaReturn error code 1 on broken pipe, and restore compati...
2014-04-18 Florent XiclunaMerge pull request #275 from winny-/master
2014-04-18 Winston WeinertHandle broken pipe in check_files()
2014-04-14 Florent XiclunaFix documentation build
2014-04-14 Florent XiclunaRelease version 1.5.6
2014-04-14 Florent XiclunaAdd total_lines to the developer documentation
2014-04-14 Florent XiclunaMerge checker W292 with checker W391 for better performance
2014-04-14 Florent XiclunaSwitch two lines
2014-04-14 Florent XiclunaCheck the last line even if it has not EOL; issue #273
2014-04-10 Florent XiclunaRelease version 1.5.5
2014-04-08 Florent XiclunaCreate set of tokens for comparison; skip comments...
2014-04-08 Florent XiclunaFix regression with E22 checks and inline comments...
2014-04-07 Florent XiclunaRelease version 1.5.4
2014-04-06 Florent XiclunaRefactor method build_tokens_line
2014-04-05 Florent XiclunaFix negative offset with E303 before a multi-line docst...
2014-04-05 Florent XiclunaBack to development
2014-04-04 Florent XiclunaRelease version 1.5.3
2014-04-04 Florent XiclunaFix wrong offset computation when error is on the last...
2014-04-04 Florent XiclunaUpdate Travis configuration, and the wheel badge
2014-04-04 Florent XiclunaTests should pass for the tarball distributed on PyPI...
2014-04-04 Florent XiclunaRelease version 1.5.2
2014-04-03 Florent XiclunaDo not allow newline after parameter equal; issue #252
2014-04-03 Florent XiclunaFix caret position when line contains tabs
2014-04-03 Florent XiclunaReport correct line number for E303 with comments;...
2014-04-03 Florent XiclunaAdd tests relevant for issue #220
2014-04-03 Florent XiclunaAdd some tests with row and column
2014-04-03 Florent XiclunaAllow to test row and column.
2014-04-03 Florent XiclunaFix line number and offset for E125 with multi-line...
2014-04-03 Florent XiclunaRefactor the logical line building and checking.
2014-04-03 Florent XiclunaFix line number and offset for multi-line strings;...
2014-04-03 Florent XiclunaReorder changelog
2014-04-02 Florent XiclunaAdd a second test for issue #265
2014-04-02 Florent XiclunaDistribute a universal wheel file, .whl
2014-04-02 Florent XiclunaFix E501 not detected in comments with Python 2.5
2014-04-02 Florent XiclunaFix false positive E121/E126 with multi-line string...
2014-04-02 Florent XiclunaReview comment
2014-03-28 Florent XiclunaUse the open() context manager, supported since Python 2.5
2014-03-28 Florent XiclunaMinor changes
2014-03-28 Florent XiclunaBack to development; review some docstrings in relation...
2014-03-27 Florent XiclunaRelease version 1.5.1
2014-03-27 Florent XiclunaFix a crash with E125 on multi-line strings; closes...
2014-03-26 Florent XiclunaRelease version 1.5
2014-03-25 Florent XiclunaRemove an extra comma in the test
2014-03-25 Florent XiclunaAck PyPy SyntaxError
2014-03-25 Florent XiclunaAdd a message for test_check_nullbytes
2014-03-25 Florent XiclunaReview messages for E713 and E714
2014-03-25 Florent XiclunaReport E131 instead of E121 / E126 for unaligned hangin...
next