summaryrefslogtreecommitdiff
path: root/NEWS.txt
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.20.9.20.9Phil Frost2015-06-171-0/+3
* Update NEWS.txt with 0.9.0 and 0.9.1 releases0.9.1Phil Frost2015-06-091-2/+13
* Skip the traceback on Control+C and Broken pipe signals; fixes lp:1285290Florent Xicluna2014-04-261-0/+3
* Release version 0.8.10.8.1Florent Xicluna2014-03-301-1/+2
* Do not bind the function in the current scope, until its arguments are handle...Florent Xicluna2014-03-301-0/+2
* Report undefined name for literal tuple unpacking; fixes lp:879941Florent Xicluna2014-03-301-0/+2
* Catch undefined var in loop generator when used as loop var; fixes lp:1205907Florent Xicluna2014-03-291-0/+2
* Do not report redefinition of import in a local scope if the global name is u...Florent Xicluna2014-03-291-0/+2
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-291-0/+3
* Release version 0.80.8Florent Xicluna2014-03-221-1/+2
* Missing dotsFlorent Xicluna2014-03-221-4/+3
* Do not complain about _ in doctests; fixes lp:1178096Florent Xicluna2014-03-221-0/+1
* Missing entries in changelogFlorent Xicluna2014-03-221-0/+2
* Turn off doctest checking by default.Jean-Paul Calderone2014-02-171-0/+5
* Update changelog.Florent Xicluna2014-01-171-0/+6
* Release version 0.7.30.7.3Florent Xicluna2013-07-021-1/+1
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-021-1/+1
* Fix undefined name for generator expression and dict/set comprehension at cla...Florent Xicluna2013-06-191-0/+4
|\
| * Deprecate pushFunctionScope and pushClassScopeFlorent Xicluna2013-06-151-0/+2
| * Fix undefined name for generator expression and dict/set comprehension at cla...Florent Xicluna2013-06-151-0/+4
* | Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-191-0/+3
|/
* Release version 0.7.2Florent Xicluna2013-04-241-1/+1
* Add environment variables PYFLAKES_NODOCTEST and PYFLAKES_BUILTINSFlorent Xicluna2013-04-241-0/+3
* Add boolean attribute Checker.withDoctest to ignore doctestsFlorent Xicluna2013-04-241-0/+1
* Fix computation of DoctestSyntaxError.lineno and colFlorent Xicluna2013-04-241-0/+3
* Release version 0.7.1Florent Xicluna2013-04-231-1/+1
* Fix reporting errors in non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-231-0/+1
|\
| * Fix reporting errors in non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-181-0/+3
* | Missing bin/pyflakes in tarball generated with distributeFlorent Xicluna2013-04-211-0/+3
|/
* Release version 0.7Florent Xicluna2013-04-171-1/+1
* Upgrade the patch for doctests, to calculate column offset.Florent Xicluna2013-04-051-0/+1
|\
| * Add support for doctests, contribution of Marius GedminasFlorent Xicluna2013-01-291-0/+3
* | Support special locals like __tracebackhide__ for py.test.Florent Xicluna2013-04-041-0/+1
|\ \
| * | Support special locals like __tracebackhide__ for py.test.Florent Xicluna2013-03-301-0/+1
* | | Do not report redefinition when unassigning a globally imported module.Florent Xicluna2013-04-041-0/+2
|\ \ \
| * | | Do not report redefinition when unassigning a globally imported module.Florent Xicluna2013-03-301-0/+2
* | | | Do not report undefined name if it is caught by a NameError handler.Florent Xicluna2013-04-021-0/+2
|\ \ \ \
| * | | | Do not report undefined name if the code is protected with a NameError handler.Florent Xicluna2013-03-301-0/+2
| |/ / /
* | | | Add attribute Message.col to report columns offset.Florent Xicluna2013-04-011-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add attribute Message.col to report the columns offset.Florent Xicluna2013-03-301-1/+2
* | | | Fix issue with Turkish locale.Florent Xicluna2013-03-301-0/+1
| |/ / |/| |
* | | Drop support of `python -m pyflakes` on Python 2.5, because Python 2.6 does n...Florent Xicluna2013-03-301-1/+1
|/ /
* | Support python -m pyflakes.Florent Xicluna2013-03-291-0/+1
* | Add simple --version and --help options.Florent Xicluna2013-03-291-0/+1
* | Do not report redefinition of variable for a variable used in a list comprehe...Florent Xicluna2013-03-061-0/+2
* | Do not report redefinition of variable for generator expression and set / dic...Florent Xicluna2013-02-081-0/+4
|/
* Release version 0.6.1Florent Xicluna2013-01-291-0/+3
* Release version 0.6Florent Xicluna2013-01-291-1/+1
* Fix spurious redefinition warnings in conditionals.Florent Xicluna2013-01-291-0/+1
|\
| * Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak.Florent Xicluna2013-01-251-0/+1