Projects / Pyflakes

Pyflakes

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.

Tags Software Development Debuggers Build Tools
Licenses MIT/X
Implementation Python

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  30 Jan 2009 18:36
  • Rrelease-after

Changes: 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.

  • Rrelease-mid
  •  07 Oct 2005 11:18
  • Rrelease-after

Changes: An issue with handling of function decorators has been fixed.

  • Rrelease-mid
  •  24 Sep 2005 01:02
  • Rrelease-after

Changes: This release added (backward-compatible) support for the Python 2.4 generator expressions and decorators features.

E0ade2ac50b4ff441290d0b2edd10533_thumb

Project Spotlight

DBsight

A platform for creating Google-like searching for any database or application.

36f0c26e92f9fdcd07f4e8d1dbc73be9_thumb

Project Spotlight

libpng

A collection of routines used to create PNG format graphics files.