summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.4.51.4.5Florent Xicluna2013-03-062-3/+3
* Fix two test cases for Python 3.3Florent Xicluna2013-03-021-2/+4
* More API testsFlorent Xicluna2013-03-024-12/+225
* Actually WS_OPTIONAL_OPERATORS is a superset of UNARY_OPERATORSFlorent Xicluna2013-03-021-4/+1
* Fix behavior when 'select' is passed to the StyleGuide constructorFlorent Xicluna2013-03-022-7/+10
* nose compatFlorent Xicluna2013-03-022-8/+8
* Fix 'python setup.py test'Florent Xicluna2013-03-023-6/+9
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-026-80/+288
* Add docstrings to test casesFlorent Xicluna2013-03-011-0/+5
* Add the unittests to the configurationFlorent Xicluna2013-03-015-1/+9
* Add API testsFlorent Xicluna2013-03-011-0/+71
* Reorganize the test suite using unittest.Florent Xicluna2013-03-014-59/+100
* Use default value for the whole re matchFlorent Xicluna2013-03-011-3/+3
* Fix false E302 when there's a comment before the first function or class; iss...Florent Xicluna2013-03-014-1/+33
* Kill extra, in line with YAGNI principleFlorent Xicluna2013-02-261-1/+0
* Add changelog entry for f82bf22.Florent Xicluna2013-02-261-0/+2
* Merge pull request #171 from ymattw/e251-spacesFlorent Xicluna2013-02-262-5/+4
|\
| * Update intro.rst for E251 as wellMatthew Wang2013-02-261-1/+1
| * Fix misleading error message for E251Matthew Wang2013-02-251-4/+3
* | Do not select.select on stdin, it is not supported on Windows. Fixes #170Florent Xicluna2013-02-262-12/+10
* | Add __pycache__ to the ignore listFlorent Xicluna2013-02-262-1/+3
* | Do not require 'setuptools' to work around an issue with pip and Python 3; is...Florent Xicluna2013-02-263-2/+10
|/
* Remove extra space after commaFlorent Xicluna2013-02-241-1/+1
* Release version 1.4.41.4.4Florent Xicluna2013-02-242-2/+2
* Fix a false E128 for indentation with tabs and add tests; issue #155Florent Xicluna2013-02-244-2/+105
* Add tests for the E721 checkFlorent Xicluna2013-02-242-4/+28
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-244-20/+54
* Fix the --testsuite option to print the unexpected warningsFlorent Xicluna2013-02-242-1/+4
* Few words about flake8Florent Xicluna2013-02-241-1/+4
* Advertize the pep8-naming extensionFlorent Xicluna2013-02-241-8/+4
* Fix broken --diff option after changeset 4721b9dc; issue #169Florent Xicluna2013-02-242-9/+17
* minor change in docs/conf.pyFlorent Xicluna2013-02-241-2/+2
* Release version 1.4.31.4.3Florent Xicluna2013-02-222-2/+2
* Use a permissive regex to detect the # noqa before the end of lineFlorent Xicluna2013-02-221-4/+1
* Allow to change the 'checker_class' for the StyleGuide.Florent Xicluna2013-02-222-1/+5
* Merge branch 'graceful-stop'Florent Xicluna2013-02-202-5/+10
|\
| * Initiate a graceful shutdown on Ctrl+CFlorent Xicluna2013-02-142-5/+10
* | Read from standard input if no path is specifiedFlorent Xicluna2013-02-142-2/+9
|/
* Fix crash with AST checkers when the syntax is invalid. Issue #160Florent Xicluna2013-02-132-1/+3
* Hide the --doctest and --testsuite options when installedFlorent Xicluna2013-02-103-11/+17
* Release version 1.4.21.4.2Florent Xicluna2013-02-103-5/+5
* Merge remote-tracking branch 'origin/master'Florent Xicluna2013-02-101-1/+1
|\
| * Merge pull request #156 from harvimt/f97a1c1605a14bee3115070e836d7ad491c41656Florent Xicluna2013-02-091-1/+1
| |\
| | * Fixed issue #155Mark Harviston2013-01-311-1/+1
* | | Refactor the testing framework into a separate moduleFlorent Xicluna2013-02-104-152/+180
* | | Changelog entry for previous changeset for issue #155Florent Xicluna2013-02-091-0/+2
|/ /
* | Re-order the lines for the StandardReportFlorent Xicluna2013-02-092-4/+20
* | One-liner docstringFlorent Xicluna2013-02-091-3/+1
* | Drop the third argument for the AST checkersFlorent Xicluna2013-02-091-2/+1
* | Allow to register the same checker for different codesFlorent Xicluna2013-02-091-2/+7