summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Reverted fix for #368 which had unintended repurcussions in flake8 and other ...Ian Lee2015-03-171-0/+6
* Bump version post releaseIan Lee2015-03-131-0/+3
* Release version 1.6.21.6.2Ian Lee2015-02-151-1/+1
* Update changelog for #380Ian Lee2015-02-151-0/+4
* Update changelogIan Lee2015-02-081-0/+9
* Release version 1.6.11.6.1Ian Lee2015-02-081-1/+1
* Updated changelogIan Lee2015-02-071-0/+4
* Fix undefined variable issue; #377Ian Lee2015-02-071-0/+3
* Start work on next versionIan Lee2015-02-061-0/+4
* Release version 1.61.6Ian Lee2015-02-061-2/+2
* Update changelog; issue #368 / #369issue-368Ian Lee2015-02-051-0/+3
* Merge branch 'issue-363' into masterIan Lee2015-01-261-0/+3
|\
| * Update changelog for issue #363issue-363Ian Lee2015-01-121-0/+3
* | Allow backslash to end a line if within inline comment; issue #374Ian Lee2015-01-261-0/+2
* | Allow spaces around equals sign of an annotated function definition parameter...Ian Lee2014-12-291-0/+2
|/
* Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-221-0/+2
|\
| * Add entry to changelog.issue-316Ian Lee2014-12-181-0/+2
* | Do not skip physical checks if the newline is escaped; issue #319issue319Florent Xicluna2014-12-181-0/+2
* | Merge pull request #354 from jcrocholl/feature292Ian Lee2014-12-181-0/+2
|\ \ | |/ |/|
| * Do not enforce whitespaces around ** operator; issue #292feature292Florent Xicluna2014-12-161-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