summaryrefslogtreecommitdiff
path: root/pyflakes/api.py
Commit message (Expand)AuthorAgeFilesLines
* remove handling of `# type:` comments now that pyflakes is py3+ (#684)Anthony Sottile2022-09-161-2/+1
* remove special handling of pypy offsets since modern pypy gets it right (#717)Anthony Sottile2022-07-181-22/+4
* fix syntax error reporting from stdin (#357) (#716)Steven Karas2022-07-181-8/+1
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-4/+4
* remove with_statement future imports (#663)Danny Sepler2021-11-211-2/+0
* Deprecate optparse in favor of argparse (#499)sim-d2020-03-171-3/+7
* Shebang detection improvements (#438)Ville Skyttä2019-08-041-3/+2
* Use file_tokens to better match flake8 apiAnthony Sottile2019-01-211-2/+2
* Parse PEP 484 type commentsAnthony Sottile2019-01-041-5/+5
* Remove impossible except UnicodeErrorAnthony Sottile2018-12-311-3/+0
* Include Python version & OS along with version informationAddison Elliott2018-12-311-1/+10
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-251-12/+1
* skip Emacs/vim backup files (#331)Skip Montanaro2018-03-251-0/+4
* Detect `pythonw` in shebang (#277)Steven Myint2017-06-031-1/+1
* Find Python files without extensionsSteven Myint2017-06-011-2/+26
* 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