Download List

项目描述

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 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

错误修正。
标签: Minor bugfixes
Bugfixes.

2009-01-31 03:36
0.3.0

此版本改进的错误报告。语法错误,现在还包括更多细节。多行的语法错误不再生产的产出大量不合理。不存在的文件现在警告处理,而不是一个错误。此版本还改进了新的语言支持结构在Python 2.4和2.5中引入的。它提高了报告的一些错误。进口的阴影,现在的一些种报告,并与全球的名字,现在碰撞报告正确地绑定当地人。
标签: 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

具有装饰功能的处理问题已得到修复。
标签: Minor bugfixes
An issue with handling of function decorators has been fixed.

2005-09-24 10:02
0.2.0

此版本添加(向后兼容的Python 2.4发电机表现形式和装饰功能)的支持。
标签: Major feature enhancements
This release added (backward-compatible) support for the Python 2.4 generator expressions and decorators features.

Project Resources