29
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix supported Python versions in README (#803) More... 21 days ago
allow assignment expressions to redefine outer names (#801) More... about 1 month ago
Release 3.2.0 More... 3 months ago
handle TypeVarTuple and ParamSpec for PEP 695 (#799) More... 3 months ago
run flake8 in 3.12 now that 6.1 has been released (#782) More... 8 months ago
Release 3.1.0 More... 8 months ago
3.12: add support for type params and type statements (#778) More... 9 months ago
fix test failures in python 3.12 (#777) More... 10 months ago
remove deprecated ast references (#776) More... 10 months ago
fix error reporter and testsuite in 3.11.4+ (#775) More... 10 months ago
allow redefinition of functions across match arms (#772) More... 11 months ago
fix accessed global annotation being redefined in a local scope (#765) More... about 1 year ago
produce an error when a definition shadows an unused assignment (#761) More... about 1 year ago
pushScope / popScope -> with in_scope(...) (#755) More... over 1 year ago
handle deferred checking as a queue (#754) More... over 1 year ago
remove outdated / incorrect comments (#753) More... over 1 year ago
upgrade flake8 to silence file_tokens warning (#751) More... over 1 year ago
pyflakes: python3.8+ (#752) More... over 1 year ago
fold unused checks into final scope checking (#750) More... over 1 year ago
Remove patches via mailing list (#746) More... over 1 year ago
Release 3.0.1 More... over 1 year ago
fix crash on augmented-assign to print builtin (#745) More... over 1 year ago
Release 3.0.0 More... over 1 year ago
master -> main (#742) More... over 1 year ago
remove unused isGenerator (#737) More... over 1 year ago
Add __debuggerskip__ as special local More... over 1 year ago
Remove py2 references from README (#732) More... over 1 year ago
remove handling of `# type:` comments now that pyflakes is py3+ (#684) More... over 1 year ago
Detect unused annotations in functions (#668) More... over 1 year ago
detect undefined name of variable defined by AnnAssign (#729) More... over 1 year ago