Downloadliste

Projektbeschreibung

Pylint is a lint-like tool for Python code. It
performs almost all the verifications that
pychecker does, and additionally can perform
some stylistic verification and coding standard
enforcements. The checked code is assigned a
mark based on the number and the severity of the
encountered problems. The previous mark of a
given piece of code is cached so that you can
see if the code quality has improved since the
last check.

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.

2004-02-18 19:26
0.3.3

Diese Veröffentlichung fügt eine neue Option ermöglicht Emacs-kompatiblen Ausgang, einem Emacs-Modus, um von dieser Option Gebrauch, eine kleine grafische Benutzeroberfläche für pylint und Bugfixes zu nehmen.
Tags: Major feature enhancements
This release adds a new option enabling Emacs-compatible output, an
Emacs mode to take advantage of this option, a small graphical shell for
pylint, and bugfixes.

2003-10-10 14:53
0.2.1

Diese Versionen verfügt über eine längst fällige Quickstart-Dokument und eine FAQ. Es behebt auch einige Probleme mit der Codierung checker und das Format Checker. Einzug Probleme sind nun Warnungen aus, anstatt von Fehlern. Pylint versucht nun, alle bekannten Erweiterungen des Dateinamens für Python-Source-Code zu behandeln.
Tags: Minor bugfixes
This releases features a long due quickstart document,
and a FAQ. It also corrects several problems with the
encoding checker and the format checker. Indentation
problems are now warnings instead of errors. Pylint now
tries to handle all known filename extensions for Python
source code.

2003-09-26 18:44
0.2

Neben einer großen Anzahl von Bugfixes, fügt dieser Mitteilung zwei neue Steine für fehlende Kodierung Anmeldungen und für FIXME Kommentare. Zope-Unterstützung wurde verbessert.
Tags: Major feature enhancements
In addition to a large number of bugfixes, this release adds two new
checkers for missing encoding declarations and for FIXME comments.
Zope support has been improved.

2003-09-06 07:31
0.1.2

Tags: Initial freshmeat announcement

Project Resources