Develop and Download Open Source Software

Pyflakes

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2010-01-28 14:21
Bugfixes.
2009-01-31 03:36
This release improves error reporting. Syntax errors now include more detail. Multi-line syntax errors no longer produce unreasonably large amounts of output. Nonexistent files are now handled with a warning instead of an error. This release also improves support for new language constructs introduced in Python 2.4 and 2.5. It improves reporting of certain errors. Some kinds of import shadowing are now reported, and unbound locals that collide with global names are now reported properly.
2005-10-07 20:18
An issue with handling of function decorators has been fixed.
2005-09-24 10:02
This release added (backward-compatible) support for the Python 2.4 generator expressions and decorators features.

Project Resources

http://divmod.org/trac/attachment/wiki/SoftwareReleases/pyflakes-0.3.0.tar.gz?format=raw
http://divmod.org/trac/wiki/DivmodPyflakes
http://freshmeat.net/projects/pyflakes

Project Description

Pyflakes is a program that analyzes Python
programs and detects various errors. It works by
parsing the source file rather than importing it,
so it is safe to use on modules with side effects.
It's also much faster.


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.