Télécharger la liste

Description du projet

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.

Système requise

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.

2004-02-18 19:26
0.3.3

Cette version ajoute une nouvelle option permettant Emacs-sortie compatible, un mode Emacs pour profiter de cette option, un shell graphique petit pour pylint, et corrections de bugs.
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

Cela libère dispose d'un long document quickstart dû, et une FAQ. Elle corrige aussi plusieurs problèmes avec le vérificateur de l'encodage et le vérificateur de format. Indentation problèmes sont désormais des avertissements au lieu d'erreurs. Pylint tente maintenant de gérer toutes les extensions de nom de fichier connus pour Python code source.
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

En plus d'un grand nombre de corrections de bugs, cette version ajoute deux nouveaux pions pour avoir manqué la déclaration d'encodage et pour les commentaires FIXME. Zope soutien a été améliorée.
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