summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-151-0/+2
| * | | Fix E70x not detected sometimes; issue #196Florent Xicluna2013-05-031-0/+2
| | |/ | |/|
| * | Fix BOM for Python 3 too, add changelog entryFlorent Xicluna2013-05-011-0/+2
| |/
| * Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-271-0/+3
| * Fix typo in CHANGES.txtFlorent Xicluna2013-04-271-1/+1
| * Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-261-0/+2
| * Optimize the file exclusion featureFlorent Xicluna2013-04-161-0/+2
| * Give priority to --select over --ignore; issue #188Florent Xicluna2013-04-161-0/+2
| * Read configuration from both tox.ini and setup.cfg; issue #182Florent Xicluna2013-03-241-0/+4
* | Split E125 for visual indent versus hanging indent; issue #126Florent Xicluna2013-03-221-0/+3
|/
* 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