Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Corrección de errores.
Tags: Minor bugfixes
Bugfixes.

2009-01-31 03:36
0.3.0

Esta versión mejora la presentación de informes de error. Los errores de sintaxis incluyen ahora más detalles. Múltiples errores de sintaxis de la línea ya no se producen grandes cantidades indebidamente de la producción. Ficheros que no existan son manejadas ahora con una advertencia en lugar de un error. Esta versión también mejora el soporte para nuevas construcciones de lenguaje introducidas en Python 2.4 y 2.5. Mejora la presentación de informes de ciertos errores. Algunos tipos de sombreado de importación se informa ahora, y los locales no consolidados que chocan con los nombres globales están informando correctamente.
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

Un problema con el manejo de los decoradores de la función se ha solucionado.
Tags: Minor bugfixes
An issue with handling of function decorators has been fixed.

2005-09-24 10:02
0.2.0

Esta versión agregó (compatible hacia atrás) el apoyo a las expresiones de Python 2.4 generador y decoradores características.
Tags: Major feature enhancements
This release added (backward-compatible) support for the Python 2.4 generator expressions and decorators features.

Project Resources