summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Honor # noqa for errors E711 and E712; issue #180Florent Xicluna2013-03-211-0/+6
* Release version 1.4.51.4.5Florent Xicluna2013-03-061-2/+2
* Fix behavior when 'select' is passed to the StyleGuide constructorFlorent Xicluna2013-03-021-0/+3
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-021-1/+2
* Add the unittests to the configurationFlorent Xicluna2013-03-011-0/+2
* Fix false E302 when there's a comment before the first function or class; iss...Florent Xicluna2013-03-011-0/+3
* Add changelog entry for f82bf22.Florent Xicluna2013-02-261-0/+2
* Do not select.select on stdin, it is not supported on Windows. Fixes #170Florent Xicluna2013-02-261-2/+7
* Add __pycache__ to the ignore listFlorent Xicluna2013-02-261-0/+2
* Do not require 'setuptools' to work around an issue with pip and Python 3; is...Florent Xicluna2013-02-261-0/+7
* Release version 1.4.41.4.4Florent Xicluna2013-02-241-1/+1
* Fix a false E128 for indentation with tabs and add tests; issue #155Florent Xicluna2013-02-241-0/+2
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-241-1/+7
* Fix the --testsuite option to print the unexpected warningsFlorent Xicluna2013-02-241-0/+3
* Fix broken --diff option after changeset 4721b9dc; issue #169Florent Xicluna2013-02-241-0/+6
* Release version 1.4.31.4.3Florent Xicluna2013-02-221-1/+1
* Allow to change the 'checker_class' for the StyleGuide.Florent Xicluna2013-02-221-0/+2
* Merge branch 'graceful-stop'Florent Xicluna2013-02-201-0/+2
|\
| * Initiate a graceful shutdown on Ctrl+CFlorent Xicluna2013-02-141-0/+2
* | Read from standard input if no path is specifiedFlorent Xicluna2013-02-141-0/+2
|/
* Fix crash with AST checkers when the syntax is invalid. Issue #160Florent Xicluna2013-02-131-0/+2
* Hide the --doctest and --testsuite options when installedFlorent Xicluna2013-02-101-0/+6
* Release version 1.4.21.4.2Florent Xicluna2013-02-101-2/+2
* Refactor the testing framework into a separate moduleFlorent Xicluna2013-02-101-0/+3
* Changelog entry for previous changeset for issue #155Florent Xicluna2013-02-091-0/+2
* Re-order the lines for the StandardReportFlorent Xicluna2013-02-091-0/+2
* Add reference to issue #158 for changeset 26d48caFlorent Xicluna2013-02-081-0/+3
* Accept visual indentation without parenthesis after the if statement. Issue #151Florent Xicluna2013-02-041-0/+3
* Allow to construct a StyleGuide with a custom parserFlorent Xicluna2013-01-221-0/+2
* Allow to register new checkers, including AST checkersFlorent Xicluna2013-01-221-0/+8
* TypoFlorent Xicluna2013-01-191-1/+1
* Release version 1.4.11.4.1Florent Xicluna2013-01-181-2/+2
* Add the last change to the changelogFlorent Xicluna2013-01-181-0/+2
* Honor the # noqa in addition to # nopep8Florent Xicluna2013-01-181-0/+2
* Report E703 instead of E702 for the trailing semicolon. Issue #117Florent Xicluna2012-12-261-0/+2
* Allow sphinx.ext.autodoc syntax for comments. Issue #110Florent Xicluna2012-12-261-1/+1
* The TODO has moved to the issue tracker a long time agoFlorent Xicluna2012-12-231-0/+6
* Release version 1.41.4Florent Xicluna2012-12-221-1/+1
* Load the configuration from tox.ini if present; issue #141Florent Xicluna2012-12-221-1/+2
* Load the configuration from setup.cfg if present; issue #93Florent Xicluna2012-12-221-0/+2
* Fix crash when the source file contains an invalid line ending; closes #119Florent Xicluna2012-12-221-5/+8
* Link to the documentationFlorent Xicluna2012-12-221-0/+3
* Regroup optional E225 checks with new error code E226 which is ignored in the...Florent Xicluna2012-12-201-2/+5
* Add changelog entry for issue #27Florent Xicluna2012-12-201-1/+4
* Add changelog entry for issue #96Florent Xicluna2012-12-191-1/+1
* Typo in the changelogFlorent Xicluna2012-12-191-1/+1
* Back to development.Florent Xicluna2012-12-181-0/+6
* Release version 1.3.41.3.4Florent Xicluna2012-12-181-2/+2
* Add changelog entry for issue #128Florent Xicluna2012-12-091-0/+2
* Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-091-1/+3