summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Release version 1.5.61.5.6Florent Xicluna2014-04-141-2/+2
* Check the last line even if it has not EOL; issue #273Florent Xicluna2014-04-141-0/+8
* Release version 1.5.51.5.5Florent Xicluna2014-04-101-2/+2
* Fix regression with E22 checks and inline comments; issue #271Florent Xicluna2014-04-091-0/+10
* Release version 1.5.41.5.4Florent Xicluna2014-04-071-2/+2
* Fix negative offset with E303 before a multi-line docstring; issue #269Florent Xicluna2014-04-051-0/+7
* Release version 1.5.31.5.3Florent Xicluna2014-04-041-1/+1
* Fix wrong offset computation when error is on the last char of a physical lin...Florent Xicluna2014-04-041-0/+4
* Tests should pass for the tarball distributed on PyPI; issue 267Florent Xicluna2014-04-041-0/+5
* Release version 1.5.21.5.2Florent Xicluna2014-04-041-3/+3
* Do not allow newline after parameter equal; issue #252Florent Xicluna2014-04-041-0/+2
* Fix caret position when line contains tabsFlorent Xicluna2014-04-031-0/+2
* Report correct line number for E303 with comments; issue #60Florent Xicluna2014-04-031-0/+2
* Fix line number and offset for multi-line strings; issue #220Florent Xicluna2014-04-031-0/+2
* Reorder changelogFlorent Xicluna2014-04-031-2/+6
* Distribute a universal wheel file, .whlFlorent Xicluna2014-04-031-0/+2
* Fix E501 not detected in comments with Python 2.5Florent Xicluna2014-04-031-0/+2
* Fix false positive E121/E126 with multi-line string; issue #265Florent Xicluna2014-04-031-1/+1
* Back to development; review some docstrings in relation with PEP 257.Florent Xicluna2014-03-281-0/+6
* Release version 1.5.11.5.1Florent Xicluna2014-03-271-1/+3
* Fix a crash with E125 on multi-line strings; closes #263Florent Xicluna2014-03-271-0/+6
* Release version 1.51.5Florent Xicluna2014-03-261-1/+1
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-251-0/+4
* Merge. Allow long lines in docstrings and comments.Florent Xicluna2014-03-251-0/+6
|\
| * Allow long lines in comments too, with similar rules; related to issue #224Florent Xicluna2014-03-231-0/+6
* | Separate Changes and Bug fixes in the changelogFlorent Xicluna2014-03-251-2/+10
* | Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-251-0/+7
* | Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-251-0/+2
|\ \
| * | Add E265 for space before block comment; issue #190Florent Xicluna2013-05-011-0/+2
* | | Merge branch 'master' into issue126Florent Xicluna2014-03-251-2/+64
|\ \ \
| * | | Catch more E713 and E714 with a regular expression; issue #236 continuedFlorent Xicluna2014-03-251-0/+3
| * | | Relax a bit the regex for W602, 3-arguments raise; closes #34Florent Xicluna2014-03-241-0/+2
| * | | A false positivee E126 when indenting with tabs; closes #204Florent Xicluna2014-03-241-0/+2
| * | | A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-241-0/+2
| * | | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-241-0/+3
| * | | The logical checks can return None; issue #250Florent Xicluna2014-03-241-0/+3
| * | | Fix usage of in the project config file; issue #247Florent Xicluna2014-03-241-0/+3
| * | | Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-231-0/+2
| * | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-231-0/+3
| * | | Slightly improve readabilityFlorent Xicluna2014-03-231-0/+1
| | |/ | |/|
| * | Merge pull request #241 from deshipu/masterFlorent Xicluna2014-03-231-0/+1
| |\ \
| | * | Fix #240: Allow errors on empty filesRadomir Dopieralski2013-11-071-0/+1
| * | | Fix regression with multiple brackets; issue #214Florent Xicluna2014-03-221-0/+2
| |/ /
| * | Fix issue with --select and flake8 extensions; issue #216Florent Xicluna2013-07-041-0/+7
| * | Release version 1.4.61.4.6Florent Xicluna2013-07-021-2/+2
| * | Another E122 not detectedFlorent Xicluna2013-06-161-1/+1
| * | Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-151-0/+7
| |\ \
| | * | Accept both styles of closing bracket indentation, ignore E123 in the default...Florent Xicluna2013-05-021-1/+4
| | * | New option --hang-closing to replace E123 by E133; issue #103Florent Xicluna2013-04-271-0/+4
| * | | Fix false positive E121 with multiple brackets; issue #203Florent Xicluna2013-06-151-0/+2