summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.3.41.3.4Florent Xicluna2012-12-181-2/+2
* Add changelog entry for issue #128Florent Xicluna2012-12-091-0/+2
* Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-091-1/+3
* Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-091-1/+3
* Add changelog entriesFlorent Xicluna2012-12-091-0/+8
* Fix false positive E401; issue #104.Florent Xicluna2012-07-141-0/+2
* Fix false positive for continuation line indentation when line contains comme...Florent Xicluna2012-07-031-0/+2
* Fix issue with bpython. Closes #101Florent Xicluna2012-07-031-1/+1
* Back to development.Florent Xicluna2012-07-031-0/+6
* Fix crash, and release 1.3.3; issue #98.1.3.3Florent Xicluna2012-06-271-0/+6
* Release version 1.3.2.1.3.2Florent Xicluna2012-06-261-2/+2
* Add E902 errors for IOErrors; issue #87.Florent Xicluna2012-06-261-0/+2
* Revert to the pre-1.2 behavior: --show-pep8 does not imply --first; issue #89.Florent Xicluna2012-06-261-0/+3
* Fix errors on E121 and E124; issue #92.Florent Xicluna2012-06-261-0/+2
* Add changelog entries for issue #86 and issue #91.Florent Xicluna2012-06-261-0/+4
* Fix the default configuration path on Windows. Issue #95.Florent Xicluna2012-06-261-1/+1
* Back to development.Florent Xicluna2012-06-261-0/+6
* Release version 1.3.1.1.3.1Florent Xicluna2012-06-181-2/+2
* Do not read the configuration when used as a module.Florent Xicluna2012-06-171-0/+3
* Refresh the README and the CHANGES.Florent Xicluna2012-06-171-1/+2
* Explain configuration options. Issue #82.Florent Xicluna2012-06-161-0/+2
* Fix minor E12 glitches.Florent Xicluna2012-06-161-0/+2
* Back to development; fix issue #81.Florent Xicluna2012-06-151-0/+6
* Release version 1.3.1.3Florent Xicluna2012-06-151-1/+1
* Add changelog entry for issue #78.Florent Xicluna2012-06-141-0/+2
* Implement `--diff` to receive a unidiff on STDIN and report errors on modifie...Florent Xicluna2012-06-131-0/+4
* Forgot to mention issue #35 in the CHANGES.txt.Florent Xicluna2012-06-121-1/+1
* Break backwards compatibility: replace global configuration with a new StyleG...Florent Xicluna2012-06-121-0/+7
* Add line to CHANGES.txtFlorent Xicluna2012-06-101-0/+2
* Fix E225 for Python 3. Closes #72.Florent Xicluna2012-06-041-0/+2
* More robust readlines().Florent Xicluna2012-06-031-1/+3
* Fix the test output and the exist code when running the --doctest or the --te...Florent Xicluna2012-06-021-0/+3
* Add option '--format' to customize output. Closes #23.Florent Xicluna2012-06-021-0/+2
* Enable the checkers E12 in the default configuration.Florent Xicluna2012-06-021-0/+3
* Fix a crash when too many brackets are closed.Florent Xicluna2012-06-021-0/+3
* Fix E502 for embedded backslash. Closes #68.Florent Xicluna2012-06-021-0/+2
* Read user configuration and local configuration. Closes #22.Florent Xicluna2012-06-021-0/+3
|\
* | Message for E712 might be misleading.Florent Xicluna2012-06-011-0/+2
* | Make E27 checks twice as fast.Florent Xicluna2012-06-011-0/+6
* | Release version 1.2.1.2Florent Xicluna2012-06-011-1/+4
* | Refactor E12 checks, and add a bunch of test cases.Florent Xicluna2012-05-311-1/+1
* | Add checks for continuation line indentation, disabled by default. Closes #64.Florent Xicluna2012-05-291-0/+4
|\ \
* | | Add checks E711, E712 and E721. Closes #46 and #47.Florent Xicluna2012-05-281-0/+4
* | | Fix issue #29: spurious E225 and E701 for function annotationsFlorent Xicluna2012-05-271-0/+2
* | | Add E502 for extraneous backslashes.Florent Xicluna2012-05-271-0/+4
* | | Option --show-pep8 should imply --first.Florent Xicluna2012-05-271-0/+6
|/ /
* | Release version 1.1.1.1Florent Xicluna2012-05-241-3/+4
* | Catch syntax errors with E901; fix E27* to behave consistently with Python3.Florent Xicluna2012-05-231-0/+2
* | Entries in CHANGES.txtFlorent Xicluna2012-05-231-0/+4
* | Add changelog entry for issue #57.Florent Xicluna2012-05-231-0/+7