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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow continue inside finally in 3.8+ (#476)
Batuhan Taşkaya
2019-11-03
1
-0
/
+3
*
fix test name typo (#478)
Florian Dahlitz
2019-10-05
1
-1
/
+1
*
Allow @overload on async functions as well (#472)
Anthony Sottile
2019-09-30
1
-0
/
+18
*
Support typing_extensions.overload in addition to typing.overload (#466)
Michael J. Sullivan
2019-09-28
1
-0
/
+17
*
Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)
Anthony Sottile
2019-09-28
2
-19
/
+41
*
Add support for PEP 572 assignment expressions (#457)
Anthony Sottile
2019-08-12
1
-0
/
+9
*
In PEP 484 type comments, allow text after "# type: ignore" (#455)
Michael J. Sullivan
2019-08-12
2
-1
/
+22
*
Shebang detection improvements (#438)
Ville Skyttä
2019-08-04
1
-1
/
+27
*
String formatting linting (#443)
Anthony Sottile
2019-07-30
1
-0
/
+153
*
Fix NoneType has no attribute parent when handling doctests (#452)
Marius Gedminas
2019-07-09
1
-0
/
+10
*
Fix return annotation is class level variable caused undefined (#448)
秋葉
2019-07-02
1
-0
/
+20
*
Add another test for #422 (#433)
Markus Unterwaditzer
2019-05-04
1
-14
/
+6
*
Improve @overload detection (#435)
Anthony Sottile
2019-03-01
1
-0
/
+35
*
Fix line number of comment syntax error message (#420)
Anthony Sottile
2019-02-01
1
-0
/
+7
*
Fix typing.overload check to only check imported names (#423)
Anthony Sottile
2019-01-31
1
-0
/
+22
*
Fix regression with `__all__ = [not, strings]`
Anthony Sottile
2019-01-22
1
-0
/
+27
*
Use file_tokens to better match flake8 api
Anthony Sottile
2019-01-21
2
-4
/
+6
*
Allow star args in type comments
Anthony Sottile
2019-01-21
1
-0
/
+8
*
Add check for use of 'is' operator with str, bytes, and int literals
Jon Dufresne
2019-01-19
1
-0
/
+200
*
Set the proper scope for `async def`
Anthony Sottile
2019-01-17
1
-0
/
+7
*
Move type annotations tests to their own class
Anthony Sottile
2019-01-05
2
-253
/
+273
*
Parse PEP 484 type comments
Anthony Sottile
2019-01-04
4
-8
/
+260
*
support module scope __annotations__
秋葉
2019-01-01
1
-0
/
+8
*
Add support for PEP 563 (#356) (#374)
Jörn Heissler
2018-12-22
1
-0
/
+18
*
Make the code and tests compatible with 3.8-dev. (#369)
Serhiy Storchaka
2018-12-20
2
-15
/
+30
*
checker.py: Report undefined names in __all__
Charlie Liu
2018-11-03
1
-4
/
+5
*
Mark SubmoduleImportation imported with Importation with alias as used
joshua1b
2018-11-02
1
-0
/
+16
*
Exempt typing.overload from duplicate detection
Anthony Sottile
2018-11-01
2
-1
/
+31
*
Don't leave behind temporary files when running the testsuite
Anthony Sottile
2018-11-01
1
-126
/
+125
*
checker.py: Add support for list concatenation
Charlie Liu
2018-10-31
1
-10
/
+5
*
Consider AsyncFor the same as For in variable contexts (#380)
Anthony Sottile
2018-10-30
1
-0
/
+8
*
checker.py: Check for invalid print syntax
MacBox7
2018-08-11
1
-0
/
+50
*
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
*
checker.py: Handle UnboundLocal error for builtins
MacBox7
2018-08-01
1
-0
/
+41
*
Handle subtrees as input to checker
MacBox7
2018-07-19
3
-0
/
+160
*
Recognize __module__ when used in class scope
Marius Gedminas
2018-07-17
1
-0
/
+16
*
Don't warn about unused `_` magic var
Kurtis Rader
2018-07-16
2
-0
/
+17
*
Drop support for EOL Python <2.7 and 3.2-3.3 (#322)
Hugo
2018-03-25
5
-43
/
+16
*
skip Emacs/vim backup files (#331)
Skip Montanaro
2018-03-25
1
-0
/
+1
*
Warn on raise NotImplemented(...)
Scott Sanderson
2018-02-18
1
-0
/
+17
*
Fix typo (#327)
Jakub Wilk
2018-01-29
1
-1
/
+1
*
Support `__class__` without `self` in Python 3 (#325)
Steven Myint
2018-01-27
1
-0
/
+18
*
Ignore underscore redefinition (#73)
eight
2017-12-08
1
-0
/
+19
*
Handle string literal annotations (#313)
Jimmy Jia
2017-11-25
1
-0
/
+74
*
Add check for unused exception binding in except: block (#293)
Jon Dufresne
2017-10-21
3
-12
/
+40
*
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
[next]