third_party/pep8
2014-12-29 Ian LeeUpdate docs for configuration master
2014-12-29 Ian LeeMerge branch 'issue-315'
2014-12-29 Simon KennedyUpdate documentation to match config file location...
2014-12-29 Ian LeeMerge pull request #361 from jcrocholl/issue-357
2014-12-29 Ian LeeOnly an annotated function if in the first layer of...
2014-12-29 Ian LeeUpdate tests for issue #357
2014-12-29 Ian LeeAllow spaces around equals sign of an annotated functio...
2014-12-23 Ian LeeMerge pull request #360 from jcrocholl/issue-316
2014-12-23 Ian LeeSpecify the default ignore list in the help options.
2014-12-21 Ian LeeMerge branch 'issue-304'
2014-12-21 Ian LeeDont include html_static_path, suppresses warning when...
2014-12-21 Ian LeeAdd more test cases for E402; issue #304
2014-12-21 Ian LeeUpdate E402 error message emitted
2014-12-21 Ian LeeAllow try/except/else/finally keywords intermixed with...
2014-12-18 Ian LeeUpdate documentation to match function.
2014-12-18 Ian LeeMerge pull request #353 from jcrocholl/issue319
2014-12-18 Florent XiclunaDo not skip physical checks if the newline is escaped...
2014-12-18 Ian LeeMerge pull request #354 from jcrocholl/feature292
2014-12-18 Ian LeeAdd entry to changelog.
2014-12-18 Ian LeeUpdate documentation to reflect changes to default...
2014-12-18 Ian LeeUpdate DEFAULT_IGNORE to add E121 & E126 per discussion...
2014-12-17 Florent XiclunaMerge branch fixing issues #330 and #336
2014-12-17 Ian LeeMerge pull request #356 from jcrocholl/test-pypy3
2014-12-17 Florent XiclunaAdd tests on PyPy 3 for Travis-CI
2014-12-17 Florent XiclunaAdd changelog entry for #323
2014-12-17 Florent XiclunaMerge branch 'issue-323'
2014-12-17 Ian CordascoThis appears to fix #323
2014-12-17 Ian CordascoAdd failing test for #323
2014-12-16 Florent XiclunaDo not enforce whitespaces around ** operator; issue...
2014-12-16 Florent XiclunaFix false positive E713; issue #330
2014-12-16 Florent XiclunaFix false positive E711/E712; issue #336
2014-12-16 Ian LeeUpdate changelog for issue #297
2014-12-16 Ian LeeCatch import errors thrown by os.path.expanduser()...
2014-12-16 Ian LeeAdd toplevel build dir to git ignore file
2014-12-16 Florent XiclunaFix definition of isidentifier in Python 2
2014-12-16 Ian LeeFix too long line introducing E501 error
2014-12-16 Florent XiclunaReplace the IDENTIFIER_REGEX with the isidentifier...
2014-12-16 Florent XiclunaMerge pull request #312 from sigmavirus24/bug/311
2014-12-15 Florent XiclunaTestCase.assertEqual is the recommended spelling
2014-12-15 Florent XiclunaReview changelog
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-08-09 Ian CordascoUpdate fix for E731
2014-08-07 Ian CordascoFix #311. Add regex to check for field assignment
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
next