summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.4.61.4.6Florent Xicluna2013-07-022-3/+3
* Another E122 not detectedFlorent Xicluna2013-06-163-3/+12
* Missing blank line in documentationFlorent Xicluna2013-06-151-0/+1
* Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-154-14/+33
|\
| * Of course the testsuite needs fixing to ignore E123 tooFlorent Xicluna2013-05-021-2/+2
| * Accept both styles of closing bracket indentation, ignore E123 in the default...Florent Xicluna2013-05-023-8/+16
| * New option --hang-closing to replace E123 by E133; issue #103Florent Xicluna2013-04-272-5/+16
* | Fix false positive E121 with multiple brackets; issue #203Florent Xicluna2013-06-153-1/+18
* | Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-153-1/+9
* | Don't crash when checking the BOM on Unicode lines, with Python 2Florent Xicluna2013-05-052-8/+24
* | Fix E70x not detected sometimes; issue #196Florent Xicluna2013-05-033-2/+10
* | Fix BOM for Python 3 too, add changelog entryFlorent Xicluna2013-05-012-3/+6
* | Merge pull request #193 from sporty/masterFlorent Xicluna2013-05-012-0/+9
|\ \ | |/ |/|
| * utf-8 bom support.Ryo Takahashi2013-04-292-0/+9
* | Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-273-17/+31
* | Fix typo in CHANGES.txtFlorent Xicluna2013-04-271-1/+1
* | Reorder the tests for E12Florent Xicluna2013-04-261-105/+111
* | Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-264-12/+73
|/
* Optimize the file exclusion featureFlorent Xicluna2013-04-163-8/+13
* Merge pull request #186 from timleslie/masterFlorent Xicluna2013-04-161-1/+1
|\
| * Check the full path, not just the filename, for exclusionTim Leslie2013-04-111-1/+1
* | Give priority to --select over --ignore; issue #188Florent Xicluna2013-04-163-1/+15
|/
* Fix config parser testsFlorent Xicluna2013-03-241-3/+6
* Read configuration from both tox.ini and setup.cfg; issue #182Florent Xicluna2013-03-243-15/+13
* Refactor few lines of process_optionsFlorent Xicluna2013-03-241-6/+3
* This is developmentFlorent Xicluna2013-03-211-1/+1
* Mention the # noqa feature in the documentation; issue #180Florent Xicluna2013-03-211-11/+16
* Honor # noqa for errors E711 and E712; issue #180Florent Xicluna2013-03-213-11/+33
* Merge pull request #176 from zyluo/tox_errorFlorent Xicluna2013-03-071-1/+1
|\
| * Fixes tox.ini testsuite typoZhongyue Luo2013-03-081-1/+1
|/
* 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