Registered
2005-07-04
by
Dafydd Harries
A simple program which checks Python source files for errors.
Pyflakes is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any check on style.
Project information
- Maintainer:
- Pyflakes Dev
- Driver:
- Not yet selected
- Development focus:
- Programming Languages:
- Python
- Version control system:
- Bazaar
- Licences:
- MIT / X / Expat Licence
View full history Series and milestones
Pyflakes main series is the current focus of development
All bugs Latest bugs reported
-
Bug #1512877: Misleading 'unused import' message
Reported on 2015-11-03 -
Bug #1512632: False positive when importing Axes3D
Reported on 2015-11-03 -
Bug #1512184: List index out of range on scopeStack
Reported on 2015-11-01 -
Bug #1511164: pep492 async def is invalid syntax
Reported on 2015-10-29 -
Bug #1507827: maximum recursion depth exceeded in 1050 string join
Reported on 2015-10-20
More contributors Top contributors
- Phil Frost 130 points
- Ian Cordasco 43 points
- John Vandenberg 30 points
- asmeurer 23 points
- Corey Farwell 16 points
All packages Packages in Distributions
-
pyflakes source package in Xenial
Version 1.0.0-1 uploaded on 2015-10-06 -
pyflakes source package in Wily
Version 0.9.2-1 uploaded on 2015-08-26 -
pyflakes source package in Vivid
Version 0.8.1-1 uploaded on 2014-03-31 -
pyflakes source package in Utopic
Version 0.8.1-1 uploaded on 2014-03-31 -
pyflakes source package in Trusty
Version 0.8.1-1 uploaded on 2014-03-31
