summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* The TODO has moved to the issue tracker a long time agoFlorent Xicluna2012-12-234-3/+9
* Release version 1.41.4Florent Xicluna2012-12-223-3/+3
* Fix the sample output and remove duplication of the examples.Florent Xicluna2012-12-222-67/+11
* Option --repeat is obsoleteFlorent Xicluna2012-12-223-3/+1
* Load the configuration from tox.ini if present; issue #141Florent Xicluna2012-12-224-18/+27
* Load the configuration from setup.cfg if present; issue #93Florent Xicluna2012-12-223-5/+14
* Fix crash when the source file contains an invalid line ending; closes #119Florent Xicluna2012-12-223-6/+17
* Remove obsolete `make multitest`, use Tox insteadFlorent Xicluna2012-12-221-17/+0
* Add a table of content to the intro.rstFlorent Xicluna2012-12-221-0/+3
* Include the sample configuration and the list of codes in the documentation, ...Florent Xicluna2012-12-221-2/+182
* Merge pull request #148 from myint/masterFlorent Xicluna2012-12-221-1/+0
|\
| * Remove Python 3.1myint2012-12-221-1/+0
* | Make the license more visible. Closes #99Florent Xicluna2012-12-223-1/+55
* | Doc: now tested with Python 3.3 tooFlorent Xicluna2012-12-222-8/+14
* | Enable tests on Python 3.3Florent Xicluna2012-12-223-2/+3
* | Add a disclaimer about consistency and missing features, like feature #113Florent Xicluna2012-12-222-14/+50
* | Turn the feature request #143 into an example of advanced usage.Florent Xicluna2012-12-224-40/+92
* | Fix regression when detecting W602 (due to e2bb226)Florent Xicluna2012-12-222-3/+6
* | More accurate signature for the StyleGuide and the Checker classes. Fix typos.Florent Xicluna2012-12-221-4/+4
* | Link to the documentationFlorent Xicluna2012-12-222-0/+5
* | Move the developer's notes to the documentation.Florent Xicluna2012-12-223-50/+56
* | Add Sphinx documentationFlorent Xicluna2012-12-228-37/+913
* | Missing docstringsFlorent Xicluna2012-12-221-0/+4
* | Remove useless \s escape for doctestsFlorent Xicluna2012-12-211-12/+7
* | Update MANIFEST.in and .gitignoreFlorent Xicluna2012-12-212-3/+11
* | RefactorFlorent Xicluna2012-12-211-19/+14
* | Update some docstringsFlorent Xicluna2012-12-201-7/+6
* | Regroup optional E225 checks with new error code E226 which is ignored in the...Florent Xicluna2012-12-203-29/+65
* | Add changelog entry for issue #27Florent Xicluna2012-12-201-1/+4
* | Merge pull request #136 from sigmavirus24/masterFlorent Xicluna2012-12-201-0/+5
|\ \
| * | Some people reported E501 continued to appearIan Cordasco2012-12-011-0/+2
| * | The original modification was insufficient.Ian Cordasco2012-11-141-2/+4
| * | Refactor a bit.Ian Cordasco2012-11-081-3/+1
| * | Allow users to skip a line.Ian Cordasco2012-11-081-1/+4
* | | Merge branch 'local'Florent Xicluna2012-12-194-20/+42
|\ \ \
| * | | Add changelog entry for issue #96Florent Xicluna2012-12-193-2/+6
| * | | Merge pull request #123 to adapt E225 to the latest recommendations.Florent Xicluna2012-12-193-19/+37
| |\ \ \ |/ / / /
| * | | Handle non-unary, whitespace optional operators correctly. #96Tim Leslie2012-08-201-5/+9
| * | | Add optional surrounding whitespace to high precedence mathematical operators...Tim Leslie2012-08-203-19/+33
| |/ /
* | | Typo in the changelogFlorent Xicluna2012-12-191-1/+1
* | | Back to development.Florent Xicluna2012-12-182-1/+7