summaryrefslogtreecommitdiff
path: root/flake8/engine.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor how we use StyleGuides for better error recoverybug/74Ian Cordasco2015-08-191-2/+62
* Turn off dependency requirementsIan Cordasco2015-05-181-1/+2
* Fix parsing ignoreTyrel Souza2015-04-301-1/+1
* Utilize generator expression instead of list comprehensionCorey Farwell2015-04-181-1/+1
* Slightly simplify our conditionalsIan Cordasco2015-03-071-9/+6
* Add --verbose flag, and tests for it.Christian Long2015-03-061-1/+4
* Add warnings when --jobs is invalidChristian Long2015-03-061-0/+16
* Truly mimic pep8's -q functionalityIan Cordasco2015-02-221-2/+7
* Add --output-file optionIan Cordasco2014-12-271-14/+6
* Prevent unintended behaviour modifying options.ignorefeature/register-optional-checksIan Cordasco2014-12-181-5/+7
* Add ability to turn checks off by defaultIan Cordasco2014-12-181-2/+16
* Add .eggs and *.egg to EXTRA_EXCLUDEMarc Abramowitz2014-11-251-1/+1
* Loosen the regular expression searchIan Cordasco2014-10-151-2/+2
* Make _flake8_noqa tighterJoe Gordon2014-10-151-7/+4
* Make --install-hook work without config filesIan Cordasco2014-10-091-2/+16
* Only initialize options.exclude if it is false-yIan Cordasco2014-10-091-1/+1
* When run as a setuptools command, the previous fix breaks flake8Ian Cordasco2014-10-091-0/+6
* Fix GitLab #3 by actually excluding .toxIan Cordasco2014-10-091-0/+5
* Disable multiprocessing when using stdinIan Cordasco2014-09-121-3/+5
* Move fix for #164Ian Cordasco2014-09-121-2/+2
* Disable --jobs on WindowsIan Cordasco2014-09-121-2/+2
* Disable multiprocessing when using --diffIan Cordasco2014-09-111-0/+3
* Actually enable auto job configuration by defaultIan Cordasco2014-08-251-1/+1
* Merge Florent's multiprocessing work over Joe'sIan Cordasco2014-06-271-7/+17
|\
| * Accept 'auto' for --jobs, and default to cpu_count(); issue #151Florent Xicluna2014-05-231-7/+17
* | 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