Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Debuggers

    PyChecker 0.8.19

    Download button

    No screenshots available
    Downloads: 893  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    17 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Neal Norwitz | More programs
    BSD License / FREE
    February 8th, 2011, 13:24 GMT
    ROOT / Programming / Debuggers

     Read user reviews (0)  Refer to a friend  Subscribe

    PyChecker description

    PyChecker is a tool for finding common bugs in Python source code.

    PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C . It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.

    PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed. The import provides some basic information about the module. The code for each function, class, and method is checked for possible problems.

    Types of problems that can be found include:

    · No global found (e.g., using a module without importing it)
    · Passing the wrong number of parameters to functions/methods/constructors
    · Passing the wrong number of parameters to builtin functions & methods
    · Using format strings that don't match arguments
    · Using class methods and attributes that don't exist
    · Changing signature when overriding a method
    · Redefining a function/class/method in the same scope
    · Using a variable before setting it
    · self is not the first parameter defined for a method
    · Unused globals and locals (module or variable)
    · Unused function/method arguments (can ignore self)
    · No doc strings in modules, classes, functions, and methods

    What's New in This Release:

    · Fixed SF Bug [ 1827412 ] pychecker.bat only handles 9 cmdline args
    · Fix warning about comparison checking with bool false alert for 'in' and 'not in'
    · Add warning for using __set__, __get__, and __delete__ in an old-style class
    · Fix spurious warning about __set__, __get__, and __delete__ not being special methods.
    · Fix inability to disable Warning about constant setattr()/getattr()
    · Fix spurious warning on min/max not accepting kwarg of key in Python 2.5
    · Add some __special__ pickling methods that were missing
    · Add --missingattrs option to ignore some (but not all) attribute names
    · Fix crash when using keyword arguments with builtin methods
    · Add --keepgoing option to ignore import errors
    · Add --findevil option to make it easier to find objects that crash the interpreter
    · Add support for Python 2.5



    Product's homepage

      


    TAGS:

    Python debugger | Python checker | PyChecker | Python | debugger

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM