summaryrefslogtreecommitdiff
path: root/pyflakes/api.py
Commit message (Expand)AuthorAgeFilesLines
* Allow passing args to main()John Vandenberg2016-01-261-2/+2
* Fix PyPyJohn Vandenberg2015-11-201-0/+12
* Don't crash with an AttributeError on WindowsPhil Frost2015-04-171-6/+29
* Use universal newlines only on python 2.6Phil Frost2014-11-281-1/+10
* Open files not in binary mode for WindowsJan Stürtz2014-11-281-1/+1
* Skip the traceback on Control+C and Broken pipe signals; fixes lp:1285290Florent Xicluna2014-04-261-2/+12
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-291-4/+4
* Refactor the ReturnWithArgsInsideGenerator checkerFlorent Xicluna2014-03-221-1/+1
* Silence the DeprecationWarning about universal newline modeFlorent Xicluna2014-03-221-1/+3
* Improve granularity of Unicode error handlerFlorent Xicluna2013-04-211-13/+12
* Support python -m pyflakes.Florent Xicluna2013-03-291-2/+2
* Add simple --version and --help options.Florent Xicluna2013-03-291-2/+4
* Fix failure on invalid escape.Florent Xicluna2013-01-251-1/+1
* Catch various decoding issues.Florent Xicluna2013-01-251-1/+10
* Rename pyflakes.scripts.pyflakes to pyflakes.api.Florent Xicluna2013-01-251-0/+121