summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | | Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-151-0/+2
| * | | Fix E70x not detected sometimes; issue #196Florent Xicluna2013-05-031-0/+2
| | |/ | |/|
| * | Fix BOM for Python 3 too, add changelog entryFlorent Xicluna2013-05-011-0/+2
| |/
| * Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-271-0/+3
| * Fix typo in CHANGES.txtFlorent Xicluna2013-04-271-1/+1
| * Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-261-0/+2
| * Optimize the file exclusion featureFlorent Xicluna2013-04-161-0/+2
| * Give priority to --select over --ignore; issue #188Florent Xicluna2013-04-161-0/+2
| * Read configuration from both tox.ini and setup.cfg; issue #182Florent Xicluna2013-03-241-0/+4
* | Split E125 for visual indent versus hanging indent; issue #126Florent Xicluna2013-03-221-0/+3
|/
* Honor # noqa for errors E711 and E712; issue #180Florent Xicluna2013-03-211-0/+6
* Release version 1.4.51.4.5Florent Xicluna2013-03-061-2/+2
* Fix behavior when 'select' is passed to the StyleGuide constructorFlorent Xicluna2013-03-021-0/+3
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-021-1/+2
* Add the unittests to the configurationFlorent Xicluna2013-03-011-0/+2
* Fix false E302 when there's a comment before the first function or class; iss...Florent Xicluna2013-03-011-0/+3
* Add changelog entry for f82bf22.Florent Xicluna2013-02-261-0/+2
* Do not select.select on stdin, it is not supported on Windows. Fixes #170Florent Xicluna2013-02-261-2/+7
* Add __pycache__ to the ignore listFlorent Xicluna2013-02-261-0/+2
* Do not require 'setuptools' to work around an issue with pip and Python 3; is...Florent Xicluna2013-02-261-0/+7
* Release version 1.4.41.4.4Florent Xicluna2013-02-241-1/+1
* Fix a false E128 for indentation with tabs and add tests; issue #155Florent Xicluna2013-02-241-0/+2
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-241-1/+7