summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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