third_party/pep8
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
2013-04-29 Ryo Takahashiutf-8 bom support.
2013-04-27 Florent XiclunaNew option --hang-closing to replace E123 by E133;...
2013-04-27 Florent XiclunaDo not crash when running AST checks and the document...
2013-04-27 Florent XiclunaFix typo in CHANGES.txt
2013-04-26 Florent XiclunaReorder the tests for E12
2013-04-26 Florent XiclunaReport other E12 errors when E123 is ignored; issue...
2013-04-16 Florent XiclunaOptimize the file exclusion feature
2013-04-16 Florent XiclunaMerge pull request #186 from timleslie/master
2013-04-16 Florent XiclunaGive priority to --select over --ignore; issue #188
2013-04-11 Tim LeslieCheck the full path, not just the filename, for exclusion
2013-03-24 Florent XiclunaFix config parser tests
2013-03-24 Florent XiclunaRead configuration from both tox.ini and setup.cfg...
2013-03-24 Florent XiclunaRefactor few lines of process_options
2013-03-21 Florent XiclunaFix doctest for E125 and E129
2013-03-21 Florent XiclunaSplit E125 for visual indent versus hanging indent...
2013-03-21 Florent XiclunaThis is development
2013-03-21 Florent XiclunaMention the # noqa feature in the documentation; issue...
2013-03-21 Florent XiclunaHonor # noqa for errors E711 and E712; issue #180
2013-03-08 Florent XiclunaMerge pull request #176 from zyluo/tox_error
2013-03-08 Zhongyue LuoFixes tox.ini testsuite typo
2013-03-06 Florent XiclunaRelease version 1.4.5
2013-03-02 Florent XiclunaFix two test cases for Python 3.3
2013-03-02 Florent XiclunaMore API tests
2013-03-02 Florent XiclunaActually WS_OPTIONAL_OPERATORS is a superset of UNARY_O...
2013-03-02 Florent XiclunaFix behavior when 'select' is passed to the StyleGuide...
2013-03-02 Florent Xiclunanose compat
2013-03-02 Florent XiclunaFix 'python setup.py test'
2013-03-01 Florent XiclunaAdd more tests for the CLI; issue #162
2013-03-01 Florent XiclunaAdd docstrings to test cases
2013-03-01 Florent XiclunaAdd the unittests to the configuration
2013-03-01 Florent XiclunaAdd API tests
2013-03-01 Florent XiclunaReorganize the test suite using unittest.
2013-03-01 Florent XiclunaUse default value for the whole re match
2013-03-01 Florent XiclunaFix false E302 when there's a comment before the first...
2013-02-26 Florent XiclunaKill extra, in line with YAGNI principle
2013-02-26 Florent XiclunaAdd changelog entry for f82bf22.
2013-02-26 Florent XiclunaMerge pull request #171 from ymattw/e251-spaces
2013-02-26 Florent XiclunaDo not select.select on stdin, it is not supported...
2013-02-26 Florent XiclunaAdd __pycache__ to the ignore list
2013-02-26 Florent XiclunaDo not require 'setuptools' to work around an issue...
2013-02-26 Matthew WangUpdate intro.rst for E251 as well
2013-02-25 Matthew WangFix misleading error message for E251
next