Update docs for configuration
[third_party/pep8] / testsuite / E22.py
2014-12-23 Ian LeeMerge pull request #360 from jcrocholl/issue-316
2014-12-18 Ian LeeMerge pull request #354 from jcrocholl/feature292
2014-12-16 Florent XiclunaDo not enforce whitespaces around ** operator; 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 XiclunaReport E731 for lambda assignment, return E704 for...
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-08 Florent XiclunaFix regression with E22 checks and inline comments...
2014-04-03 Florent XiclunaAdd tests relevant for issue #220
2014-03-25 Florent XiclunaMerge. Allow long lines in docstrings and comments.
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 XiclunaMerge pull request #260 from chrismedrela/ticket236
2014-03-24 Florent XiclunaMerge pull request #227 from solj/disable-w601
2014-03-24 Florent XiclunaImprove the test framework to count the errors, motivat...
2013-02-24 Florent XiclunaReport E227 or E228 instead of E225 for whitespace...
2012-12-22 Florent XiclunaMerge pull request #148 from myint/master
2012-12-20 Florent XiclunaRegroup optional E225 checks with new error code E226...
2012-12-20 Florent XiclunaMerge pull request #136 from sigmavirus24/master
2012-12-19 Florent XiclunaMerge branch 'local'
2012-12-19 Florent XiclunaAdd changelog entry for issue #96
2012-12-19 Florent XiclunaMerge pull request #123 to adapt E225 to the latest...
2012-08-20 Tim LeslieAdd optional surrounding whitespace to high precedence...
2012-06-03 Florent XiclunaFix E225 for Python 3. Closes #72.
2012-06-02 Florent XiclunaRead user configuration and local configuration. Closes...
2012-05-29 Florent XiclunaAdd checks for continuation line indentation, disabled...
2012-05-28 Florent XiclunaMore tests
2010-09-11 Florent XiclunaReorganize the test suite in order to check more failur...