summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Regex: detect any code with pattern '[A-Z]\d{3}'Florent Xicluna2013-02-091-1/+1
* | Regex: use boundaries and simplifyFlorent Xicluna2013-02-091-4/+3
* | Add reference to issue #158 for changeset 26d48caFlorent Xicluna2013-02-081-0/+3
* | CopyrightFlorent Xicluna2013-02-073-3/+3
* | Do not check noqa() repeatedly on the same lineFlorent Xicluna2013-02-071-3/+1
* | Merge pull request #157 from jcrocholl/issue151Florent Xicluna2013-02-073-0/+10
|\ \
| * | Accept visual indentation without parenthesis after the if statement. Issue #151Florent Xicluna2013-02-043-0/+10
|/ /
* | Consistency in quotesFlorent Xicluna2013-01-261-12/+12
|/
* Use OptionParser.prog in read_config instead of 'pep8'; feature #154Florent Xicluna2013-01-262-10/+12
* Allow to construct a StyleGuide with a custom parserFlorent Xicluna2013-01-223-3/+7
* Fix documentationFlorent Xicluna2013-01-221-1/+2
* By default the check is active if not associated with any codeFlorent Xicluna2013-01-221-2/+2
* Allow to register new checkers, including AST checkersFlorent Xicluna2013-01-222-22/+65
* TypoFlorent Xicluna2013-01-191-1/+1
* Release version 1.4.11.4.1Florent Xicluna2013-01-182-3/+3
* Add installation to the testsFlorent Xicluna2013-01-182-0/+2
* Add the last change to the changelogFlorent Xicluna2013-01-181-0/+2
* Expose the OptionParser factoryFlorent Xicluna2013-01-181-62/+69
* Honor the # noqa in addition to # nopep8Florent Xicluna2013-01-182-2/+8
* Doc: add E703 to the list of error codesFlorent Xicluna2012-12-261-0/+2
* Small optimization for the E70 checksFlorent Xicluna2012-12-261-2/+3
* Report E703 instead of E702 for the trailing semicolon. Issue #117Florent Xicluna2012-12-263-1/+9
* Allow sphinx.ext.autodoc syntax for comments. Issue #110Florent Xicluna2012-12-263-2/+10