ダウンロードリスト

プロジェクト概要

PyflakesはPythonプログラムを分析し、様々なエラーを検出するプログラムです。これはソースファイルをインポートするよりもパージングする事で動作し、よって副作用のあるモジュールに使用しても安全です。それはまた、はるかに高速に動作します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、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.

プロジェクトリソース