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