summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Release version 1.0.11.0.1Florent Xicluna2012-04-061-0/+6
* | Release 1.0.Florent Xicluna2012-04-041-1/+1
* | Fix rst syntax.Florent Xicluna2012-03-301-1/+1
* | Add changelog entry for previous fix.Florent Xicluna2012-03-301-0/+6
* | Release version 0.7.0.Florent Xicluna2012-03-261-2/+2
* | Correctly select all tests if DEFAULT_IGNORE == '' or False.Florent Xicluna2012-03-261-0/+2
* | Change the defaut behaviour to --repeat.Florent Xicluna2012-03-261-0/+4
* | Add changelog entry for issue #36 and adapt the help message.Florent Xicluna2012-03-261-0/+2
* | Add the testsuite to MANIFEST.in, add changelog entry for issue #26 too.Florent Xicluna2012-03-261-1/+5
* | Fixes for Jython.Florent Xicluna2012-03-261-0/+2
* | Merge fixes for issues #34, #43 and #48.Florent Xicluna2012-03-261-0/+16
|/
* Release 0.6.0.Johann C. Rocholl2010-09-191-1/+1
* Reorganize the test suite in order to check more failures with fewer test files.Florent Xicluna2010-09-111-0/+4
* Fix E225: accept ``print >>sys.stderr, "..."`` syntax.Florent Xicluna2010-09-101-0/+2
* Add reference to issue #7 for the last fix.Florent Xicluna2010-09-081-1/+1
* Fix E501 for lines containing multibyte encoded characters.Florent Xicluna2010-09-081-0/+2
* Fix E221, E222, E223, E224 not detected in some cases. (Issue #16)Florent Xicluna2010-09-081-0/+2
* Fix issue #17: v = dic[a] [b] (E211)Florent Xicluna2010-09-081-0/+2
* Now exit code is always 1 if any error or warning is found. (Issue #10)florentx2010-08-291-0/+2
* Merge Maximillian fix for issue #8florentx2010-08-291-0/+3
|\
| * --ingore checkt even with --countMaximillian Dornseif2010-04-141-0/+2
* | Add tests, and changelog entry about W293.florentx2010-08-291-0/+4
* | Fix E301: do not require a blank line before an indented block. (Issue #14)florentx2010-08-291-0/+2