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

버그수정.
Tags: Minor bugfixes
Bugfixes.

2009-01-31 03:36
0.3.0

이 릴리스의 오류보고 기능이 향상됩니다. 문법 오류가 지금은 자세한 내용이 포함되어있습니다. 멀티 더이상 출력을 부당하게 대량 생산 라인을 구문 오류. 존재하지 않는 파일을 지금 경고 대신 오류로 처리됩니다. 이 릴리스에는 또한, 파이썬 2.4과 2.5에 도입된 새로운 언어 구조에 대한 지원을 향상시킵니다. 그것은 특정 오류보고 기능이 향상됩니다. 수입 미행의 일부 종류의 현재, 그리고 억압과 지역 주민이 전세계의 이름과 충돌이 이제 제대로보고보고됩니다.
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

함수 장식의 처리 문제가 수정되었습니다.
Tags: Minor bugfixes
An issue with handling of function decorators has been fixed.

2005-09-24 10:02
0.2.0

이 릴리스에는 파이썬 2.4 발전기 표현과 장식 기능 (백워드 호환) 지원이 추가되었습니다.
Tags: Major feature enhancements
This release added (backward-compatible) support for the Python 2.4 generator expressions and decorators features.

Project Resources