Télécharger la liste

Description du projet

PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.

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.

2011-02-06 22:19 Retour à la liste release
0.8.19

Support pour Python 2.7 a été ajouté. Dans le module pcmodules.py nouvelle, le code ModulePath ne provoque plus une erreur d'importation. pychecker permet maintenant lambda avec setattr et const. pychecker-q sur 64-bit ne tient pas compte du stdlib plate-forme spécifique. L'ordre des fichiers de contrôle ne touche plus les erreurs signalées. PyChecker n'était que de cocher une de chaque série de modules portant le même nom, il va maintenant prendre de nombreux avertissements qu'il lui manquait auparavant.
Support for Python 2.7 was added. In the new pcmodules.py module, the modulePath code no longer causes an import error. pychecker now allows lambda with setattr and const. pychecker -q on 64-bit no longer ignores the platform-specific stdlib. The order of checking files no longer affects the errors reported. PyChecker was only checking one of each set of modules with the same name, so it will now catch many warnings it was missing before.

Project Resources