index
:
delta/python-packages/pyflakes.git
0.9
3.5
allow-failure-in-nightly-python
badge
badge-1
breakpoint
class-without-self
future_proof
main
master
master-only
matmul
myint-absolute-link
myint-simplify-else
nightly
nonast
partially_quoted_annotations
pep8
py3
pypy3
python37
remove-obsolete-from-travis
shebang
simplify_literal_check
travis-on-nightly
typo
github.com: pyflakes/pyflakes.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyflakes
/
test
/
test_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pyflakes: python3.8+ (#752)
Anthony Sottile
2022-11-27
1
-22
/
+7
*
remove special handling of pypy offsets since modern pypy gets it right (#717)
Anthony Sottile
2022-07-18
1
-29
/
+25
*
fix syntax error reporting from stdin (#357) (#716)
Steven Karas
2022-07-18
1
-1
/
+51
*
burn the bridges with python 2.x (#707)
Anthony Sottile
2022-06-12
1
-143
/
+72
*
simplify PYPY check (#703)
Anthony Sottile
2022-05-30
1
-6
/
+1
*
remove unused WIN (#702)
Anthony Sottile
2022-05-30
1
-6
/
+0
*
fix syntax error offsets for python 3.10 (#635)
Anthony Sottile
2021-05-20
1
-15
/
+28
*
Fix tests with Python 3.9, closes #549 (#586)
Louis Sautier
2020-10-02
1
-2
/
+6
*
Fix test_invalidEscape with recent PyPy3 versions, closes #584 (#585)
Louis Sautier
2020-10-02
1
-16
/
+7
*
Fix test for nightly Python (3.9) (#532)
Petter Strandmark
2020-04-26
1
-0
/
+2
*
Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)
Anthony Sottile
2019-09-28
1
-14
/
+27
*
Shebang detection improvements (#438)
Ville Skyttä
2019-08-04
1
-1
/
+27
*
Make the code and tests compatible with 3.8-dev. (#369)
Serhiy Storchaka
2018-12-20
1
-12
/
+24
*
Don't leave behind temporary files when running the testsuite
Anthony Sottile
2018-11-01
1
-126
/
+125
*
test_api.py: Remove redundant PYPY check
John Vandenberg
2018-08-06
1
-1
/
+1
*
test_errors_syntax: Expect SystemExit error code 1
John Vandenberg
2018-08-06
1
-2
/
+4
*
test_invalidEscape: Test on PyPy
John Vandenberg
2018-08-03
1
-6
/
+17
*
skip Emacs/vim backup files (#331)
Skip Montanaro
2018-03-25
1
-0
/
+1
*
Fix typo (#327)
Jakub Wilk
2018-01-29
1
-1
/
+1
*
Skip a test under PyPy that varies on version (#294)
Steven Myint
2017-09-20
1
-7
/
+1
*
Detect `pythonw` in shebang (#277)
Steven Myint
2017-06-03
1
-6
/
+20
*
Find Python files without extensions
Steven Myint
2017-06-01
1
-0
/
+16
*
Don't test against file perms when running as root (#86)
cfs-pure
2017-02-04
1
-0
/
+3
*
Fix PyPy2 Windows IntegrationTests (#76)
John Vandenberg
2016-08-04
1
-1
/
+25
*
Fix TestMain tests on Windows (#75)
John Vandenberg
2016-07-21
1
-4
/
+28
*
Allow passing args to main()
John Vandenberg
2016-01-26
1
-4
/
+47
*
Fix PyPy
John Vandenberg
2015-11-20
1
-16
/
+63
*
os.chmod() supports only read-only flag operations on Windows
Eduard-Cristian Stefan
2015-09-07
1
-1
/
+2
*
Use os.linesep for Windows compatibility
Eduard-Cristian Stefan
2015-09-07
1
-3
/
+4
*
Fix a test under Python 3.5
Steven Myint
2015-07-10
1
-2
/
+8
*
Use universal newlines only on python 2.6
Phil Frost
2014-11-28
1
-0
/
+7
*
Fix the test docstring
Florent Xicluna
2014-03-29
1
-2
/
+1
*
Detect the declared encoding in Python 3; fixes lp:1299169
Florent Xicluna
2014-03-29
1
-2
/
+14
*
Reported column offset should be vim-style. Fix all tests.
Aaron Meurer
2014-02-22
1
-10
/
+10
*
Merge branch 'master' into syntaxerror
Aaron Meurer
2014-02-22
1
-2
/
+16
|
\
|
*
Generalize test to work non-Python 3.3
Steven Myint
2014-01-04
1
-4
/
+4
|
*
Display caret correctly
Steven Myint
2014-01-04
1
-7
/
+21
*
|
Make tests pass in Python 2
Aaron Meurer
2013-11-12
1
-4
/
+6
*
|
Fix all test failures related to changes to syntax error reporting
Aaron Meurer
2013-11-12
1
-16
/
+16
|
/
*
Remove dependency on unittest2 completely
Florent Xicluna
2013-07-02
1
-2
/
+1
*
Use assertEqual instead of deprecated assertEquals.
Florent Xicluna
2013-06-19
1
-12
/
+12
*
Remove dependency on unittest2 for the tests
Florent Xicluna
2013-06-19
1
-1
/
+1
*
Fix tests with Python 3.2.4 and Python 3.3.1
Florent Xicluna
2013-04-24
1
-3
/
+7
*
Fix reporting errors in non-ASCII filenames on Python 2.x
Florent Xicluna
2013-04-23
1
-5
/
+5
|
\
|
*
Fix tests on Python 2
Florent Xicluna
2013-04-21
1
-5
/
+5
*
|
Minor style cleanup
Florent Xicluna
2013-04-21
1
-4
/
+8
|
/
*
Add attribute Message.col to report columns offset.
Florent Xicluna
2013-04-01
1
-6
/
+15
|
\
|
*
Tests: rename the mock AST node class.
Florent Xicluna
2013-03-30
1
-8
/
+8
|
*
Add attribute Message.col to report the columns offset.
Florent Xicluna
2013-03-30
1
-6
/
+15
*
|
Remove extra blank lines from the testsuite.
Florent Xicluna
2013-03-31
1
-41
/
+5
|
/
[next]