third_party/pep8
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...
2014-03-25 Florent XiclunaMerge. Allow long lines in docstrings and comments.
2014-03-25 Florent XiclunaSeparate Changes and Bug fixes in the changelog
2014-03-25 Florent XiclunaClarify E121 and E126 for hanging indents, and reports...
2014-03-25 Florent XiclunaMerge, add E265 for space before block comment; issue...
2014-03-25 Florent XiclunaMerge branch 'master' into issue126
2014-03-24 Florent XiclunaCatch more E713 and E714 with a regular expression...
2014-03-24 Florent XiclunaMerge pull request #260 from chrismedrela/ticket236
2014-03-24 Florent XiclunaRelax a bit the regex for W602, 3-arguments raise;...
2014-03-24 Florent XiclunaA false positivee E126 when indenting with tabs; closes...
2014-03-24 Florent XiclunaMinor change in previous patch
2014-03-24 Florent XiclunaMerge pull request #227 from solj/disable-w601
2014-03-24 Florent XiclunaA false positive E126 with embedded colon; fixes #144
2014-03-24 Florent XiclunaAvoid printing errors twice
2014-03-24 Florent XiclunaDo not report multiple E101 if only one line starts...
2014-03-24 Florent XiclunaImprove the test framework to count the errors, motivat...
2014-03-24 Florent XiclunaImprove fix for issue #247, relative path not always...
2014-03-24 Florent XiclunaAdded a test from issue #215
2014-03-24 Florent XiclunaInacurracy in the documentation of the ignore option
2014-03-23 Florent XiclunaThe logical checks can return None; issue #250
2014-03-23 Florent XiclunaFix usage of in the project config file; issue #247
2014-03-23 Florent XiclunaFix a false positive E124 for hanging indent: issue...
2014-03-23 Florent XiclunaRevert previous change and fix the 'paths' keyword...
2014-03-23 Florent XiclunaMerge pull request #259 from kynan/259-optional-argumen...
2014-03-23 Florent XiclunaSlightly improve readability
2014-03-23 Florian RathgeberStyleGuide accepts optional keyword argument arglist
2014-03-23 Florent XiclunaAllow long lines in comments too, with similar rules...
2014-03-23 Florent XiclunaMerge branch 'master' of https://github.com/gward/pep8...
2014-03-22 Florent XiclunaMerge pull request #241 from deshipu/master
2014-03-22 Florent XiclunaFix regression with multiple brackets; issue #214
2014-03-22 Florent XiclunaAdd 3.4 to tox.ini
2014-03-22 Florent XiclunaNo more support for Python 2.5 on Travis
2013-11-17 Greg WardAdd one more test case for issue #224 (based on code...
2013-11-17 Greg WardMake maybe_check_physical() easier to understand (based...
2013-11-08 Greg WardOptionally disable physical line checks inside multilin...
2013-11-08 Greg WardAllow long lines in multiline strings if they cannot...
2013-11-08 Greg WardFix an incorrect "W391 blank line at EOF"
2013-11-08 Greg WardCheck physical lines after tokenizing them.
2013-11-08 Greg WardAdd some test cases for multiline strings.
2013-11-07 Radomir DopieralskiFix #240: Allow errors on empty files
2013-10-27 Christopher... Fixed #236 -- added checks for 'not X in L' and 'not...
2013-09-05 Sol JeromeAllow disable of W601
2013-07-04 Florent XiclunaFix issue with --select and flake8 extensions; issue...
2013-07-02 Florent XiclunaRelease version 1.4.6
2013-06-16 Florent XiclunaAnother E122 not detected
2013-06-15 Florent XiclunaMissing blank line in documentation
2013-06-15 Florent XiclunaMerge pull request #207 from jcrocholl/issue103
2013-06-15 Florent XiclunaFix false positive E121 with multiple brackets; issue...
2013-06-15 Florent XiclunaFix E122 not detected in some cases; issue #201
2013-05-05 Florent XiclunaDon't crash when checking the BOM on Unicode lines...
2013-05-03 Florent XiclunaFix E70x not detected sometimes; issue #196
2013-05-01 Florent XiclunaOf course the testsuite needs fixing to ignore E123 too
2013-05-01 Florent XiclunaAccept both styles of closing bracket indentation,...
2013-05-01 Florent XiclunaMore tests for E265 with the shebang
2013-05-01 Florent XiclunaFix tests on Python 2.5
2013-05-01 Florent XiclunaAdd tests for E265
2013-05-01 Florent XiclunaAdd E265 for space before block comment; issue #190
2013-05-01 Florent XiclunaFix BOM for Python 3 too, add changelog entry
2013-05-01 Florent XiclunaMerge pull request #193 from sporty/master
next