Passive checker of Python programs

Edit Package python-pyflakes
http://www.divmod.org/trac/wiki/DivmodPyflakes

Pyflakes is program to analyze Python programs and detect various errors. It works by
parsing the source file, not importing it, so it is safe to use on modules with side
effects. It's also much faster.

Author:
--------
Moe Aboulkheir

Refresh
Refresh
Source Files
Filename Size Changed
pyflakes-0.7.2.tar.gz 0000030107 29.4 KB
python-pyflakes.changes 0000003501 3.42 KB
python-pyflakes.spec 0000001952 1.91 KB
python3-pyflakes.changes 0000002515 2.46 KB
python3-pyflakes.spec 0000001891 1.85 KB
Revision 8 (latest revision is 39)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 175241 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 8)
- update to 0.7.2:
  - Fix computation of `DoctestSyntaxError.lineno` and `col`.
  - Add boolean attribute `Checker.withDoctest` to ignore doctests.
  - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests.
  - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated
    list of additional built-in names.
  - File `bin/pyflakes` was missing in tarball generated with distribute.
  - Fix reporting errors in non-ASCII filenames (Python 2.x) (forwarded request 175232 from dirkmueller)
Comments 0
openSUSE Build Service is sponsored by