summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.0.11.0.1Florent Xicluna2012-04-063-8/+30
* Merge pull request #52 from florentx/masterFlorent Xicluna2012-04-069-67/+118
|\
| * Release 1.0.Florent Xicluna2012-04-044-6/+5
| * Merge branch 'master' of git://github.com/reinout/pep8Florent Xicluna2012-03-301-0/+1
| |\
| | * ignoring .pycReinout van Rees2012-03-261-0/+1
| |/ |/|
| * Adjust alignment.Florent Xicluna2012-03-301-4/+4
| * Minor regression in the order the directories are walked.Florent Xicluna2012-03-301-1/+2
| * Obsolete todo items.Florent Xicluna2012-03-302-6/+3
| * Fix rst syntax.Florent Xicluna2012-03-301-1/+1
| * Merge pull request #1 from singingwolfboy/masterFlorent Xicluna2012-03-291-16/+9
| |\
| | * Replace `message` function with `print` function, since it does the same thingDavid Baumgold2012-03-291-16/+9
| * | Add changelog entry for previous fix.Florent Xicluna2012-03-302-1/+7
| * | Fix W602 checking of 3 argument raises to handle multi-char names, issue #34Brian Elliott2012-03-292-2/+2
| |/
| * Release version 0.7.0.Florent Xicluna2012-03-263-4/+4
| * Correctly select all tests if DEFAULT_IGNORE == '' or False.Florent Xicluna2012-03-262-1/+3
| * Change the defaut behaviour to --repeat.Florent Xicluna2012-03-263-3/+10
| * whitespace bikeshedding.Florent Xicluna2012-03-262-33/+36
| * Add changelog entry for issue #36 and adapt the help message.Florent Xicluna2012-03-263-3/+5
| * Merge branch 'topic/max-line-length' of git://github.com/treyhunner/pep8Florent Xicluna2012-03-262-3/+9
| |\
| | * Added max-line-length argument to READMETrey Hunner2011-09-121-0/+1
| | * add max-line-length optionMike Koss2011-09-121-3/+8
| |/ |/|
| * Add the testsuite to MANIFEST.in, add changelog entry for issue #26 too.Florent Xicluna2012-03-262-1/+6
| * Merge branch 'master' of git://github.com/slacy/pep8Florent Xicluna2012-03-261-1/+1
| |\
| | * Use /usr/bin/env python instead of straight /usr/bin/pythonSteve Lacy2011-03-021-1/+1
| |/ |/|
| * Fixes for Jython.Florent Xicluna2012-03-262-7/+3
| * Merge branch 'master' of git://github.com/fabioz/pep8Florent Xicluna2012-03-261-2/+7
| |\
| | * Pre-compiling lambda regexp (Jython has an issue when the re module is import...fabioz2012-02-211-2/+2
| | * Fixed issue when line decoding failed on Jython 2.2.1 (UnicodeDecodeError doe...fabioz2012-02-091-0/+5
| |/ |/|
| * Merge fixes for issues #34, #43 and #48.Florent Xicluna2012-03-263-6/+31
| * fix for issue34clayg2012-03-011-1/+2
| * test for issue34clayg2012-03-011-0/+2
|/
* Release 0.6.0.Johann C. Rocholl2010-09-194-6/+21
* Reorganize the test suite in order to check more failures with fewer test files.Florent Xicluna2010-09-1194-270/+433
* Cosmetic changesFlorent Xicluna2010-09-111-2/+2
* Ensure that Python3 and Python2 behave the same when parsing the deprecated o...Florent Xicluna2010-09-111-2/+6
* Run tests on Python 2.7Florent Xicluna2010-09-111-0/+3
* Restore compatibility with Python 2.3 and Python 3Florent Xicluna2010-09-101-6/+6
* Fix E225: accept ``print >>sys.stderr, "..."`` syntax.Florent Xicluna2010-09-104-4/+9
* Add reference to issue #7 for the last fix.Florent Xicluna2010-09-081-1/+1
* Fix E501 for lines containing multibyte encoded characters.Florent Xicluna2010-09-083-3/+27
* Fix E221, E222, E223, E224 not detected in some cases. (Issue #16)Florent Xicluna2010-09-086-14/+25
* Fix issue #17: v = dic[a] [b] (E211)Florent Xicluna2010-09-084-1/+16
* Enhance verbose output with -vvv and -vvvv. Remove wrong comment about ident...Florent Xicluna2010-09-081-6/+13
* Revert accidental commit d2a2cc39e901.Florent Xicluna2010-09-087-36/+6
* Enhance verbose output with -vvv and -vvvv. Remove wrong comment about ident...Florent Xicluna2010-09-087-6/+36
* Fix counters.florentx2010-08-301-26/+28
* Now exit code is always 1 if any error or warning is found. (Issue #10)florentx2010-08-292-4/+6
* Merge Maximillian fix for issue #8florentx2010-08-292-3/+6
|\
| * --ingore checkt even with --countMaximillian Dornseif2010-04-142-3/+5
* | Add tests, and changelog entry about W293.florentx2010-08-294-2/+14