summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix Travis URLFlorent Xicluna2012-12-181-2/+2
* | | Release version 1.3.41.3.4Florent Xicluna2012-12-182-3/+3
* | | More instructions in the READMEFlorent Xicluna2012-12-181-3/+7
* | | Review README wordingFlorent Xicluna2012-12-181-4/+7
* | | Merge pull request #114 from JensRantil/api-to-readmeFlorent Xicluna2012-12-181-0/+30
|\ \ \
| * | | Readme now describes how to execute from PythonJens Rantil2012-07-261-0/+30
| |/ /
* | | Update the copyrightFlorent Xicluna2012-12-181-1/+2
* | | Add changelog entry for issue #128Florent Xicluna2012-12-091-0/+2
* | | Merge pull request #128 from yole/input-from-stdinFlorent Xicluna2012-12-091-0/+3
|\ \ \
| * | | accept '-' as input filename to read data for checking from standard inputDmitry Jemerov2012-10-021-0/+3
| |/ /