Sign in
chromium
/
external
/
pyflakes
/
pyflakes
/
HEAD
232cb1d
Improve @overload detection (#435)
by Anthony Sottile
· 6 years ago
master
6ba3f8e
Include column numbers with all error messages (#426)
by Aaron Meurer
· 6 years ago
ba64624
Fix line number of comment syntax error message (#420)
by Anthony Sottile
· 6 years ago
2c29431
Fix typing.overload check to only check imported names (#423)
by Anthony Sottile
· 6 years ago
72bf8cc
Fix appveyor build
by Anthony Sottile
· 6 years ago
4bc1f21
Write changelog and bump version for 2.1.0
by Anthony Sottile
· 6 years ago
2.1.0
65fdfad
Fix regression with `__all__ = [not, strings]`
by Anthony Sottile
· 6 years ago
14f28ba
Use file_tokens to better match flake8 api
by Anthony Sottile
· 6 years ago
357a2e3
Allow star args in type comments
by Anthony Sottile
· 6 years ago
7272b10
Add check for use of 'is' operator with str, bytes, and int literals
by Jon Dufresne
· 6 years ago
1f58890
Set the proper scope for `async def`
by Anthony Sottile
· 6 years ago
1f4e377
Fix python3.8 docstring offsets
by Anthony Sottile
· 6 years ago
f144487
Move type annotations tests to their own class
by Anthony Sottile
· 6 years ago
ac0aeba
Parse PEP 484 type comments
by Anthony Sottile
· 6 years ago
009f4e7
Update TravisCI to use flake8 3.6.0 (#398)
by Addison Elliott
· 6 years ago
066ba4a
support module scope __annotations__
by 秋葉
· 6 years ago
5ff3669
Remove impossible except UnicodeError
by Anthony Sottile
· 6 years ago
75bc0c0
Include Python version & OS along with version information
by Addison Elliott
· 6 years ago
6ee966d
Add support for PEP 563 (#356) (#374)
by Jörn Heissler
· 6 years ago
c6cc4b6
Test with py3.7; Travis should use Xenial for 3.7 and nightly. (#379)
by Jörn Heissler
· 6 years ago
7c74ab0
Make the code and tests compatible with 3.8-dev. (#369)
by Serhiy Storchaka
· 6 years ago
e5db06d
Rename NEWS.txt to NEWS.md for nicer rendering (#394)
by Marius Gedminas
· 6 years ago
7d4476e
checker.py: Report undefined names in __all__
by Charlie Liu
· 6 years ago
18414e1
Mark SubmoduleImportation imported with Importation with alias as used
by joshua1b
· 6 years ago
91c9989
Exempt typing.overload from duplicate detection
by Anthony Sottile
· 7 years ago
60c3b35
Don't leave behind temporary files when running the testsuite
by Anthony Sottile
· 7 years ago
2bc5a2d
Simplify Python 3 except scope
by John Vandenberg
· 7 years ago
47a1641
checker.py: Add support for list concatenation
by Charlie Liu
· 7 years ago
a3eed73
Consider AsyncFor the same as For in variable contexts (#380)
by Anthony Sottile
· 7 years ago
45fc732
checker.py: Check for invalid print syntax
by MacBox7
· 7 years ago
e26f3b9
test_api.py: Remove redundant PYPY check
by John Vandenberg
· 7 years ago
f9afd2b
test_errors_syntax: Expect SystemExit error code 1
by John Vandenberg
· 7 years ago
06653e4
test_invalidEscape: Test on PyPy
by John Vandenberg
· 7 years ago
fb1f223
checker.py: Handle UnboundLocal error for builtins
by MacBox7
· 7 years ago
9dd73ec
Handle subtrees as input to checker
by MacBox7
· 7 years ago
d6f54c3
Recognize __module__ when used in class scope
by Marius Gedminas
· 7 years ago
15a35c1
Don't warn about unused `_` magic var
by Kurtis Rader
· 7 years ago
4b2d720
Update all pypi.python.org URLs to pypi.org (#337)
by Jon Dufresne
· 7 years ago
9a6b70c
Fix PyPy installation in AppVeyor (#336)
by Steven Myint
· 7 years ago
efddb93
Increment version to 2.0.0
by Phil Frost
· 7 years ago
2.0.0
c2742b6
Update versions (#303)
by Hugo
· 7 years ago
a13dbe6
Drop support for EOL Python <2.7 and 3.2-3.3 (#322)
by Hugo
· 7 years ago
a440c20
skip Emacs/vim backup files (#331)
by Skip Montanaro
· 7 years ago
af45b41
Warn on raise NotImplemented(...)
by Scott Sanderson
· 7 years ago
7a34cfd
Fix typo (#327)
by Jakub Wilk
· 7 years ago
b75144b
Work around Travis CI error on Python "nightly" (#326)
by Steven Myint
· 7 years ago
8e9d44c
Support `__class__` without `self` in Python 3 (#325)
by Steven Myint
· 7 years ago
8a1feac
Ignore underscore redefinition (#73)
by eight
· 7 years ago
8aece72
Handle string literal annotations (#313)
by Jimmy Jia
· 7 years ago
8d0f995
Fix failed AppVeyor web requests (#309)
by Jon Dufresne
· 8 years ago
d004fbd
Enable pip cache in Travis CI (#305)
by Jon Dufresne
· 8 years ago
163af93
Include license file in the generated wheel package (#306)
by Jon Dufresne
· 8 years ago
ef6f438
Add check for unused exception binding in except: block (#293)
by Jon Dufresne
· 8 years ago
da2dd4a
Point to NEWS.txt from README
by Phil Frost
· 8 years ago
1115386
Make `pyflakes` happy about its our own code (#295)
by Steven Myint
· 8 years ago
6a9fcbc
Skip a test under PyPy that varies on version (#294)
by Steven Myint
· 8 years ago
91510f8
Match tox test matrix with and Travis configurations
by Jon Dufresne
· 8 years ago
d2af071
Increment version to 1.6.0
by Phil Frost
· 8 years ago
1.6.0
4709bf5
Support for Python 3.6? (#281)
by cclauss
· 8 years ago
8baf19d
Support Python 3.7 (#273)
by Steven Myint
· 8 years ago
4e77dc6
Rename [wheel] section to [bdist_wheel] as the former is legacy (#278)
by Jon Dufresne
· 8 years ago
59f15e9
Detect `pythonw` in shebang (#277)
by Steven Myint
· 8 years ago
e71a72f
Find Python files without extensions
by Steven Myint
· 8 years ago
bce5564
Show master branch only in Travis CI badge (#274)
by Steven Myint
· 8 years ago
1af4f14
Use new URL for issues (#272)
by Steven Myint
· 8 years ago
c94e507
Remove obsolete version of Python from Travis CI (#91)
by Steven Myint
· 8 years ago
074c21d
Allow failure in "nightly" Python until we fix it (#90)
by Steven Myint
· 8 years ago
770f127
Merge branch 'master' of github.com:pyflakes/pyflakes
by Phil Frost
· 8 years ago
41148b4
Don't test against file perms when running as root (#86)
by cfs-pure
· 8 years ago
a007c3d
Process function scope variable annotations (#88)
by Jakub Stasiak
· 8 years ago
f13b1e4
Just pip install setuptools on AppVeyor
by Jason R. Coombs
· 8 years ago
4dfa2b8
Increment version to 1.5.0
by Phil Frost
· 8 years ago
1.5.0
dae4fa7
Enable support for PEP 526 annotated assignments (#84)
by Łukasz Langa
· 8 years ago
34a0696
Increment version to 1.4.0
by Phil Frost
· 8 years ago
1.4.0
140e231
Fix typo in README (#82)
by Benjamin Dopplinger
· 8 years ago
5d08a79
Use %r instead of %s in ImportStarMessage (#81)
by Jelte Fennema
· 9 years ago
434bbb0
Fix format string checking (#80)
by Jared Garst
· 9 years ago
2f50952
Point URLs to PyCQA (#79)
by Ville Skyttä
· 9 years ago
8447662
Increment version to 1.3.0
by Phil Frost
· 9 years ago
1.3.0
f67ae8f
Use current Travis CI URL (#78)
by Steven Myint
· 9 years ago
cce2e51
Fix PyPy2 Windows IntegrationTests (#76)
by John Vandenberg
· 9 years ago
9883d10
Fix typos (#77)
by Jakub Wilk
· 9 years ago
152ca18
Check for duplicate dictionary keys (#72)
by geokala
· 9 years ago
2ab47d7
Fix TestMain tests on Windows (#75)
by John Vandenberg
· 9 years ago
b161e50
Add PyPy 5.3 and PyPy3 5.2-alpha1 (#74)
by John Vandenberg
· 9 years ago
72acff0
Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)
by Yann Kaiser
· 9 years ago
d721eaf
Increment version to 1.2.3
by Phil Frost
· 9 years ago
1.2.3
d859199
Fix TypeError when processing relative imports (#61)
by John Vandenberg
· 9 years ago
885a8e5
Increment version to 1.2.2
by Phil Frost
· 9 years ago
1.2.2
f69d4b4
Avoid traceback when exception is del-ed in except (#67)
by Phil Frost
· 9 years ago
29914fc
Increment version to 1.2.1
by Phil Frost
· 9 years ago
1.2.1
45c28a3
Suppress RedefinedWhileUnused for submodule import (#62)
by John Vandenberg
· 9 years ago
4361b6d
README - add link to issue tracker (#66)
by Adam Chainz
· 9 years ago
10b168a
Fix incorrect timestamp
by Wilfred Hughes
· 9 years ago
cbe1fe2
Merge pull request #63 from jayvdb/update-tox.ini
by John Vandenberg
· 9 years ago
9f26423
Increment version to 1.2.0
by Phil Frost
· 9 years ago
1.2.0
2a698f8
Warn against reusing exception names after the except: block on Python 3
by Łukasz Langa
· 9 years ago
aec68a7
Importation classes with imported name and alias
by John Vandenberg
· 9 years ago
cddd729
Increment version to 1.1.0
by Phil Frost
· 9 years ago
1.1.0
d573261
Merge pull request #58 from jayvdb/api_main_args
by Ian Cordasco
· 9 years ago
Next »