summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.2.1.2Florent Xicluna2012-06-012-2/+5
* Don't report failures due to PyPy JIT.Florent Xicluna2012-06-011-0/+3
* Fix line offset for the testsuite.Florent Xicluna2012-06-011-3/+3
* Line too long.Florent Xicluna2012-06-011-1/+0
* Renumber the E12 series for consistency with part of E11 series; shorten the ...Florent Xicluna2012-06-012-71/+67
* Add doctests for E12; split the testsuite.Florent Xicluna2012-05-313-444/+493
* Refactor E12 checks, and add a bunch of test cases.Florent Xicluna2012-05-313-97/+339
* Use a version which passes distutils' StrictVersionSam Vilain2012-05-301-1/+1
* Chase some false positive indentation errors.Florent Xicluna2012-05-303-11/+60
* Allow to mix visual and hanging indent (E126 checker)Florent Xicluna2012-05-302-31/+81
* Fix E502 for backslash embedded in literals, and further refactoring of the n...Florent Xicluna2012-05-292-76/+61
* Refactor: use 'row' for the line number, and 'line' for the content of the li...Florent Xicluna2012-05-291-128/+119
* Python 2.4 does not support the ternary operatorFlorent Xicluna2012-05-291-6/+9
* Add checks for continuation line indentation, disabled by default. Closes #64.Florent Xicluna2012-05-296-7/+400
|\
| * Allow tokens following multi–line string literals to avoid E12*Sam Vilain2012-05-272-4/+43
| * New continuation line error E127 unnecessary backslashSam Vilain2012-05-272-0/+16
| * Extend E12* errors to unbracketed continuation linesSam Vilain2012-05-272-49/+74
| * Fix an E120 false positiveSam Vilain2012-05-272-0/+6
| * E12: eat your own dogfood: visual or hanging indent, pick oneSam Vilain2012-05-272-25/+50
| * Fix continuation lines false positive on indented blocksSam Vilain2012-05-272-10/+15
| * Add a hybrid checker for continuation line indentationSam Vilain2012-05-263-2/+274
* | Now logical_line checks `yield` errors.Florent Xicluna2012-05-281-41/+42
* | More testsFlorent Xicluna2012-05-281-0/+4
* | Realign text according to PEP8, thanks to Sam Vilain checkers; and refactor a...Florent Xicluna2012-05-282-19/+22
* | Fix style of pep8.py.Florent Xicluna2012-05-281-0/+1
* | Add checks E711, E712 and E721. Closes #46 and #47.Florent Xicluna2012-05-284-2/+103
* | Move down the status image.Florent Xicluna2012-05-281-2/+4
* | Fix issue #29: spurious E225 and E701 for function annotationsFlorent Xicluna2012-05-273-1/+11
* | Refresh the README.Florent Xicluna2012-05-271-11/+14
* | Add E502 for extraneous backslashes.Florent Xicluna2012-05-273-1/+62
* | Option --show-pep8 should imply --first.Florent Xicluna2012-05-272-1/+10
* | Code review.Florent Xicluna2012-05-271-17/+19
* | Only 3.1 make sense for Travis-CI build.Florent Xicluna2012-05-261-2/+1
* | Tentatively enable more builds.Florent Xicluna2012-05-261-1/+5
|/
* Release version 1.1.1.1Florent Xicluna2012-05-242-4/+5
* Slight refactoring in check_all method.Florent Xicluna2012-05-241-8/+10
* Catch syntax errors with E901; fix E27* to behave consistently with Python3.Florent Xicluna2012-05-234-4/+37
* --repeat is the defaultFlorent Xicluna2012-05-231-8/+8
* Merge remote-tracking branch 'origin/master'Florent Xicluna2012-05-233-0/+25
|\
| * Merge pull request #62 from msabramo/travisFlorent Xicluna2012-05-231-0/+11
| |\
| | * Add .travis.ymlMarc Abramowitz2012-05-091-0/+11
| * | Merge pull request #61 from msabramo/toxFlorent Xicluna2012-05-232-0/+14
| |\ \
| | * | Add .tox to .gitignoreMarc Abramowitz2012-05-091-0/+1
| | * | Add a tox.iniMarc Abramowitz2012-05-091-0/+13
| | |/
* | | Entries in CHANGES.txtFlorent Xicluna2012-05-231-0/+4
|/ /
* | Add changelog entry for issue #57.Florent Xicluna2012-05-231-0/+7
* | Merge pull request #58 from rconradharris/keyword_whitespaceFlorent Xicluna2012-05-232-2/+36
|\ \ | |/ |/|
| * Avoid extraneous whitespace around keywords.Rick Harris2012-04-302-2/+36
|/
* Release version 1.0.11.0.1Florent Xicluna2012-04-063-8/+30
* Merge pull request #52 from florentx/masterFlorent Xicluna2012-04-069-67/+118
|\