flake8/flake8
Weeble 6e08711622 Flush all subprocess output before exit
Subprocesses write to stdout. They must flush their output before the
main process exits to avoid losing output or confusing the calling
program.
2014-10-19 18:06:19 +01:00
..
tests Disable multiprocessing when using stdin 2014-09-12 22:36:37 -05:00
__init__.py Release v2.2.4 2014-10-09 16:56:01 -05:00
__main__.py Add support for 'python -m flake8' on Python >= 2.7; issue #85 2014-05-05 22:08:03 +02:00
_pyflakes.py Fix the errors reported by flake8 2014-04-26 23:40:23 +02:00
engine.py Loosen the regular expression search 2014-10-15 15:47:52 -05:00
hooks.py Honor file pattern matching for git hook 2014-09-23 00:54:39 -04:00
main.py Fix GitLab #3 by actually excluding .tox 2014-10-09 14:09:36 -05:00
reporter.py Flush all subprocess output before exit 2014-10-19 18:06:19 +01:00
run.py Fix imports in flake8.run 2013-02-13 19:19:30 +01:00
util.py Disable multiprocessing when using stdin 2014-09-12 22:36:37 -05:00