summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* pyflakes: python3.8+ (#752)Anthony Sottile2022-11-271-22/+7
* remove special handling of pypy offsets since modern pypy gets it right (#717)Anthony Sottile2022-07-181-29/+25
* fix syntax error reporting from stdin (#357) (#716)Steven Karas2022-07-181-1/+51
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-143/+72
* simplify PYPY check (#703)Anthony Sottile2022-05-301-6/+1
* remove unused WIN (#702)Anthony Sottile2022-05-301-6/+0
* fix syntax error offsets for python 3.10 (#635)Anthony Sottile2021-05-201-15/+28
* Fix tests with Python 3.9, closes #549 (#586)Louis Sautier2020-10-021-2/+6
* Fix test_invalidEscape with recent PyPy3 versions, closes #584 (#585)Louis Sautier2020-10-021-16/+7
* Fix test for nightly Python (3.9) (#532)Petter Strandmark2020-04-261-0/+2
* Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)Anthony Sottile2019-09-281-14/+27
* Shebang detection improvements (#438)Ville Skyttä2019-08-041-1/+27
* Make the code and tests compatible with 3.8-dev. (#369)Serhiy Storchaka2018-12-201-12/+24
* Don't leave behind temporary files when running the testsuiteAnthony Sottile2018-11-011-126/+125
* test_api.py: Remove redundant PYPY checkJohn Vandenberg2018-08-061-1/+1
* test_errors_syntax: Expect SystemExit error code 1John Vandenberg2018-08-061-2/+4
* test_invalidEscape: Test on PyPyJohn Vandenberg2018-08-031-6/+17
* skip Emacs/vim backup files (#331)Skip Montanaro2018-03-251-0/+1
* Fix typo (#327)Jakub Wilk2018-01-291-1/+1
* Skip a test under PyPy that varies on version (#294)Steven Myint2017-09-201-7/+1
* Detect `pythonw` in shebang (#277)Steven Myint2017-06-031-6/+20
* Find Python files without extensionsSteven Myint2017-06-011-0/+16
* Don't test against file perms when running as root (#86)cfs-pure2017-02-041-0/+3
* Fix PyPy2 Windows IntegrationTests (#76)John Vandenberg2016-08-041-1/+25
* Fix TestMain tests on Windows (#75)John Vandenberg2016-07-211-4/+28
* Allow passing args to main()John Vandenberg2016-01-261-4/+47
* Fix PyPyJohn Vandenberg2015-11-201-16/+63
* os.chmod() supports only read-only flag operations on WindowsEduard-Cristian Stefan2015-09-071-1/+2
* Use os.linesep for Windows compatibilityEduard-Cristian Stefan2015-09-071-3/+4
* Fix a test under Python 3.5Steven Myint2015-07-101-2/+8
* Use universal newlines only on python 2.6Phil Frost2014-11-281-0/+7
* Fix the test docstringFlorent Xicluna2014-03-291-2/+1
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-291-2/+14
* Reported column offset should be vim-style. Fix all tests.Aaron Meurer2014-02-221-10/+10
* Merge branch 'master' into syntaxerrorAaron Meurer2014-02-221-2/+16
|\
| * Generalize test to work non-Python 3.3Steven Myint2014-01-041-4/+4
| * Display caret correctlySteven Myint2014-01-041-7/+21
* | Make tests pass in Python 2Aaron Meurer2013-11-121-4/+6
* | Fix all test failures related to changes to syntax error reportingAaron Meurer2013-11-121-16/+16
|/
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-021-2/+1
* Use assertEqual instead of deprecated assertEquals.Florent Xicluna2013-06-191-12/+12
* Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-191-1/+1
* Fix tests with Python 3.2.4 and Python 3.3.1Florent Xicluna2013-04-241-3/+7
* Fix reporting errors in non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-231-5/+5
|\
| * Fix tests on Python 2Florent Xicluna2013-04-211-5/+5
* | Minor style cleanupFlorent Xicluna2013-04-211-4/+8
|/
* Add attribute Message.col to report columns offset.Florent Xicluna2013-04-011-6/+15
|\
| * Tests: rename the mock AST node class.Florent Xicluna2013-03-301-8/+8
| * Add attribute Message.col to report the columns offset.Florent Xicluna2013-03-301-6/+15
* | Remove extra blank lines from the testsuite.Florent Xicluna2013-03-311-41/+5
|/