summaryrefslogtreecommitdiff
path: root/pyflakes/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Increment version to 1.5.01.5.0Phil Frost2017-01-091-1/+1
|
* Increment version to 1.4.01.4.0Phil Frost2016-12-301-1/+1
|
* Increment version to 1.3.01.3.0Phil Frost2016-09-011-1/+1
|
* Increment version to 1.2.31.2.3Phil Frost2016-05-121-1/+1
|
* Increment version to 1.2.21.2.2Phil Frost2016-05-061-1/+1
|
* Increment version to 1.2.11.2.1Phil Frost2016-05-051-1/+1
|
* Increment version to 1.2.01.2.0Phil Frost2016-05-031-1/+1
|
* Increment version to 1.1.01.1.0Phil Frost2016-03-011-1/+1
|
* Increment version to 1.0.01.0.0Phil Frost2015-09-201-1/+1
| | | | | Also declare Python 3.5 as supported in the README. We test 3.5 in CI now, and since 0.9.2 support for 3.5's new features have been added.
* Bump version to 0.9.20.9.20.9Phil Frost2015-06-171-1/+1
|
* Bump version to 0.9.1-prePhil Frost2015-05-311-2/+1
|
* Increment version to 0.9.00.9.0Phil Frost2015-05-311-1/+1
|
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-261-1/+1
|
* Release version 0.8.10.8.1Florent Xicluna2014-03-301-1/+1
|
* Use the PY32 constant for the AST change in Python 3.3Florent Xicluna2014-03-291-1/+1
|
* Release version 0.80.8Florent Xicluna2014-03-221-1/+1
|
* Release version 0.7.30.7.3Florent Xicluna2013-07-021-1/+1
|
* Fix tests with Python 3.2.4 and Python 3.3.1Florent Xicluna2013-04-241-1/+1
|
* Release version 0.7.2Florent Xicluna2013-04-241-1/+1
|
* Fix computation of DoctestSyntaxError.lineno and colFlorent Xicluna2013-04-241-1/+1
|
* Release version 0.7.1Florent Xicluna2013-04-231-1/+1
|
* Missing bin/pyflakes in tarball generated with distributeFlorent Xicluna2013-04-211-1/+1
|
* Release version 0.7Florent Xicluna2013-04-171-1/+1
|
* Drop support of `python -m pyflakes` on Python 2.5, because Python 2.6 does ↵Florent Xicluna2013-03-301-6/+0
| | | | not have this feature at all
* Support python -m pyflakes.Florent Xicluna2013-03-291-0/+6
|
* Development versionFlorent Xicluna2013-03-291-1/+1
|
* Release version 0.6.1Florent Xicluna2013-01-291-1/+1
|
* Release version 0.6Florent Xicluna2013-01-291-1/+1
|
* Merge the pending changes, update the version and the changelog.Florent Xicluna2013-01-251-1/+1
|
* Update version numbers and stuff.Tristan Seligmann2011-09-031-1/+1
|
* Merge release-20091125exarkun2009-11-301-1/+1
| | | | | | Fixes: #2991 Update version numbers, news files, and setup.py files for this round of releases.
* Merge pyflakes-0.3.0-releaseexarkun2009-01-301-0/+2
| | | | | | Fixes #2829 Bump the Pyflakes version to 0.3.0 and add a news file for the release.
* move code from pyflakes.__init__ -> pyflakes.checker, from ↵moe2005-12-311-260/+0
| | | | | | pyflakes.test.__init__ -> pyflakes.test.harness, remove backslash line continuations
* Handle decorators like any other children; improve test coverage; Fixes #111exarkun2005-10-071-1/+1
|
* copy svn/Pyflakes/trunk -> svn/Divmod/trunk/Pyflakesmoe2005-10-031-0/+260