summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-094-3/+10
* | Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-093-2/+11
* | Comply with the 79 chars ruleFlorent Xicluna2012-12-091-1/+2
* | Add changelog entriesFlorent Xicluna2012-12-091-0/+8
* | Fix false report of E231 in some casesFlorent Xicluna2012-12-093-2/+3
* | Merge pull request #133 from smichr/e27Florent Xicluna2012-12-092-1/+3
|\ \
| * | E27 finds keyword at start of lineChris Smith2012-10-212-1/+3
| |/
* | Merge pull request #137 from gthb/fix-issue-127Florent Xicluna2012-12-091-2/+2
|\ \
| * | Fix --diff failing on one-line hunksGunnlaugur Þór Briem2012-11-081-2/+2
| |/
* | Merge pull request #142 from scullyx13/masterFlorent Xicluna2012-12-092-1/+5
|\ \
| * | Fix E231 for nested dictAnastasia Morozova2012-12-082-1/+5
| |/
* | Merge pull request #111 from emonty/masterFlorent Xicluna2012-12-091-2/+5
|\ \ | |/ |/|
| * Fix a silly error.Monty Taylor2012-07-261-5/+5
| * Add back ability to exclude just on dir parts.Monty Taylor2012-07-261-1/+5
| * Allow exclude patterns to match directory paths.Monty Taylor2012-07-261-3/+2
|/
* Fix false positive E401; issue #104.Florent Xicluna2012-07-143-1/+6
* Add tests for issue #100.Florent Xicluna2012-07-031-0/+5
* Fix false positive for continuation line indentation when line contains comme...Florent Xicluna2012-07-032-1/+4
* Fix issue with bpython. Closes #101Florent Xicluna2012-07-032-2/+4
* Back to development.Florent Xicluna2012-07-032-2/+8
* Fix crash, and release 1.3.3; issue #98.1.3.3Florent Xicluna2012-06-273-1/+17
* Release version 1.3.2.1.3.2Florent Xicluna2012-06-262-3/+3
* Add E902 errors for IOErrors; issue #87.Florent Xicluna2012-06-262-4/+13
* Update README.Florent Xicluna2012-06-262-4/+5
* A little bit of rewording.Florent Xicluna2012-06-261-4/+3
* Merge pull request #90 from iElectric/masterFlorent Xicluna2012-06-261-1/+3
|\
| * Clarify .pep can be located in any parent folderDomen Kožar2012-06-231-1/+3
* | Revert to the pre-1.2 behavior: --show-pep8 does not imply --first; issue #89.Florent Xicluna2012-06-262-2/+3
* | Fix errors on E121 and E124; issue #92.Florent Xicluna2012-06-264-1/+36
* | Add changelog entries for issue #86 and issue #91.Florent Xicluna2012-06-262-6/+8
* | Merge pull request #88 from dpursehouse/max-line-lengthFlorent Xicluna2012-06-261-1/+2
|\ \
| * | Show maximum length in "E501 line too long" error messageDavid Pursehouse2012-06-191-1/+2
| |/
* | Merge pull request #94 from dpursehouse/verbose-option-in-config-fileFlorent Xicluna2012-06-261-1/+2
|\ \
| * | Allow 'verbose' to be specified in the config fileDavid Pursehouse2012-06-261-1/+2
| |/
* | Fix the default configuration path on Windows. Issue #95.Florent Xicluna2012-06-262-4/+6
* | Back to development.Florent Xicluna2012-06-262-1/+7
|/
* Release version 1.3.1.1.3.1Florent Xicluna2012-06-182-3/+3
* Do not read the configuration when used as a module.Florent Xicluna2012-06-172-6/+13
* Refresh the README and the CHANGES.Florent Xicluna2012-06-173-6/+15
* Regroup the sets of operators and other constants before the regular expressi...Florent Xicluna2012-06-171-11/+10
* Merge branch 'unify_underscore_rule' of https://github.com/myint/pep8Florent Xicluna2012-06-161-6/+7
|\