summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Add entry to changelog.issue-316Ian Lee2014-12-181-0/+2
* Merge branch fixing issues #330 and #336Florent Xicluna2014-12-171-0/+2
|\
| * Fix false positive E713; issue #330issue336Florent Xicluna2014-12-161-1/+1
| * Fix false positive E711/E712; issue #336Florent Xicluna2014-12-161-0/+2
* | Add changelog entry for #323Florent Xicluna2014-12-171-0/+3
|/
* Update changelog for issue #297Ian Lee2014-12-161-0/+2
* Review changelogFlorent Xicluna2014-12-151-4/+6
* Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304Ian Lee2014-12-141-0/+2
|\
| * Report E402 for imports not on top of file; issue #264. Also add ability to k...Dmitry Jemerov2014-07-241-0/+2
* | Add changelog for #335Ian Lee2014-12-131-0/+2
* | Don't crash if build_tokens_line() returns None; issue #306Ian Lee2014-12-131-0/+2
* | Add documentation for ``--format`` (#198 / #310)Ian Lee2014-12-131-0/+2
* | Merge branch 'willkg:normalize_path_fix'Ian Lee2014-12-131-0/+2
|\ \
| * | Update changelog for issue #339 / #343Ian Lee2014-12-131-0/+4
| |/
* | Add Ian to list of maintainers.Ian Lee2014-12-131-0/+6
|/
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-2/+3
* Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-05-291-0/+3
|\
| * Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-04-261-0/+3
* | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-05-291-0/+3
|\ \
| * | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-04-261-0/+3
| |/
* | Add changelog entries for E704 and E731Florent Xicluna2014-05-291-0/+8
* | Release version 1.5.71.5.7Florent Xicluna2014-05-291-2/+2
* | Add changelog entryFlorent Xicluna2014-05-261-0/+2
* | Check the last line even if it does not end with a NL; issue #286Florent Xicluna2014-05-071-0/+2
* | Do not exit when an option in setup.cfg / tox.ini is not recognizedFlorent Xicluna2014-05-051-0/+3
|/
* few mispelling errorsCarlos E. Garcia2014-04-231-2/+2
* Return error code 1 on broken pipe, and restore compatibility with Python 2.5Florent Xicluna2014-04-181-0/+8
* 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