summaryrefslogtreecommitdiff
path: root/flake8/engine.py
Commit message (Expand)AuthorAgeFilesLines
* NotImplimentedError => NotImplementedErrorJoe Gordon2014-05-271-1/+1
* engine.py edited online with BitbucketJoe Gordon2014-05-211-1/+1
* Default jobs to cpu_count; closes #151Joe Gordon2014-05-151-1/+5
* New option --jobs to spawn multiple processes in parallel; closes #146Florent Xicluna2014-04-271-0/+14
* Remove obsolete compatibility codeFlorent Xicluna2014-04-261-2/+0
* The implementation isn't all that important.Ian Cordasco2013-03-301-3/+4
* Fix for Python 2.5 compatibility; issue #98.Florent Xicluna2013-03-301-4/+5
* Fix a spurious importIan Cordasco2013-02-241-1/+1
* Make the organization more logicalIan Cordasco2013-02-241-0/+8
* Add the Python version and system to --versionIan Cordasco2013-02-241-2/+5
* Add docsIan Cordasco2013-02-221-1/+5
* Restore the whole-file-skip featureFlorent Xicluna2013-02-201-1/+21
* Refactor to use extensionsFlorent Xicluna2013-02-131-0/+56