Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-01-28 14:21
0.4.0

Bugfixes.
Tags: Minor bugfixes
Bugfixes.

2009-01-31 03:36
0.3.0

Diese Version verbessert Fehlerberichterstattung. Syntaxfehler enthalten nun mehr Details. Multi-line-Syntax-Fehler nicht mehr zu produzieren unverhältnismäßig große Mengen der Produktion. Nicht vorhandene Dateien werden nun mit einer Warnung statt eines Fehlers behandelt. Diese Version verbessert auch die Unterstützung für die neue Sprache Konstrukte in Python 2.4 und 2.5 eingeführt. Es verbessert die Berichterstattung über bestimmte Fehler. Einige Arten von Import-Shadowing sind jetzt gemeldet, und ungebundene Einheimischen, die kollidieren mit globalen Namen werden jetzt korrekt gemeldet.
Tags: Minor feature enhancements
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
0.2.1

Ein Problem mit dem Handling von Funktionsträgern Dekorateure, wurde behoben.
Tags: Minor bugfixes
An issue with handling of function decorators has been fixed.

2005-09-24 10:02
0.2.0

Diese Version hat (rückwärts-kompatibel) Unterstützung für die Python 2.4 Generator Ausdrücke und Dekorateure Funktionen.
Tags: Major feature enhancements
This release added (backward-compatible) support for the Python 2.4 generator expressions and decorators features.

Project Resources