summaryrefslogtreecommitdiff
path: root/flake8/util.py
Commit message (Expand)AuthorAgeFilesLines
* Add option parsing to setuptools integrationAustin Morton2013-04-171-0/+11
* Merge flint-merge branchIan Cordasco2013-02-221-158/+34
|\
| * Obsolete __future__ importFlorent Xicluna2013-02-221-1/+0
| * Restore the whole-file-skip featureFlorent Xicluna2013-02-201-19/+1
| * Refactor to use extensionsFlorent Xicluna2013-02-131-120/+40
| * Make it clear that Flake8Command is currently brokenFlorent Xicluna2013-02-131-16/+0
* | Restore the ConfigParser import, used by the flake8.hooksFlorent Xicluna2013-02-131-0/+7
|/
* Unused importFlorent Xicluna2013-02-131-8/+1
* Fixes #69Ian Cordasco2013-02-131-0/+2
* Further simplification thanks to pep8Ian Cordasco2013-02-101-41/+1
* Bump to pep8 1.4.2 to remove some hacksIan Cordasco2013-02-091-23/+59
|\
| * Fixes #66Ian Cordasco2013-02-081-1/+3
| * Fixes #58Ian Cordasco2013-02-081-1/+7
| * Add error numbers to pyflakes messagesIan Cordasco2013-02-081-10/+20
| * Transition to pyflakes 0.6.1Ian Cordasco2013-02-081-5/+40
|/
* Fixes #56.Ian Cordasco2013-01-241-1/+57
* Add support for the pep8 config fileKevin Stanton2013-01-091-3/+4
* Fixes #57Ian Cordasco2013-01-091-1/+2
* Use pep8's parserIan Cordasco2013-01-051-16/+6
* Merge remote tarek/flake8 locallyIan Cordasco2013-01-041-0/+51
|\
| * Mention changes in preparation for 2.0.0Ian Cordasco2013-01-021-0/+51
* | Rely on flakey's new ability to skip stdin errorsIan Cordasco2013-01-041-3/+8
|/
* Split up flake8/run.pyIan Cordasco2013-01-011-0/+17
* Fixes critical bug in 'flake8/util.py' causing 'flake8' to crash during code ...bmcustodio2012-11-251-1/+1
* Fixes #41Ian Cordasco2012-11-191-0/+3
* Closes #38.Ian Cordasco2012-11-121-0/+2
* Fixes #14 and #19.Ian Cordasco2012-11-081-1/+3
* Added future import to make flake8 Python 2.5 compatible.Jannis Leidel2012-05-191-0/+1
* Fixed the exception scope behaviorTarek Ziade2012-02-211-1/+5
* make sure skip_warning works with no filesTarek Ziade2012-02-211-0/+3
* Merged in cyberdelia/flake8/regexp-search (pull request #6)Tarek Ziadé2012-02-061-1/+1
|\
| * match isn't helpful with the new NOQA regexpTimothée Peignier2012-01-301-1/+1
* | allow the flake8: header to be more genericTimothée Peignier2011-12-251-1/+1
|/
* make sure flake8 is cleanTarek Ziade2011-11-091-1/+2
* code cleanupTarek Ziade2011-02-131-0/+26