pylint 1.3.1-3ubuntu1 source package in Ubuntu

Changelog

pylint (1.3.1-3ubuntu1) vivid; urgency=low

  * Merge from Debian unstable. (LP: #1433789) Remaining changes:
    - debian/control, debian/pylint3.*, debian/rules:
      + Add pylint3 package to support Python 3 (Closes: #606165)

pylint (1.3.1-3) unstable; urgency=medium

  * debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
    - fix pylint integration with emacs; thanks to Guido Günther for the report;
      Closes: #778890
 -- Artur Rona <email address hidden>   Wed, 18 Mar 2015 21:43:33 +0100

Upload details

Uploaded by:
Artur Rona
Sponsored by:
Daniel Holbach
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_1.3.1.orig.tar.gz 299.9 KiB bc6a359091a2266b399f56efad5736ccf63ff32b83161f8ce23c67e442458a4f
pylint_1.3.1-3ubuntu1.diff.gz 11.0 KiB beb70865a2d1541648b1d1ce436ea9a4fe893609ed5d929422739e267bbc9aa5
pylint_1.3.1-3ubuntu1.dsc 1.6 KiB 1f07ef2c832a4ac1ece7c38ee5c9d05116b00fd9659616e7b360a8efec2a402a

Available diffs

View changes file

Binary packages built by this source

pylint: Python code static checker and UML diagram generator

 Pylint is a Python source code analyzer which looks for programming
 errors, helps enforcing a coding standard and sniffs for some code
 smells (as defined in Martin Fowler's Refactoring book)
 .
 Pylint can be seen as another PyChecker since nearly all tests you
 can do with PyChecker can also be done with Pylint. However, Pylint
 offers some more features, like checking length of lines of code,
 checking if variable names are well-formed according to your coding
 standard, or checking if declared interfaces are truly implemented,
 and much more.
 .
 Additionally, it is possible to write plugins to add your own checks.
 .
 The package also ships the following additional commands:
 .
   * pyreverse: an UML diagram generator
   * symilar: an independent similarities checker
   * epylint: Emacs and Flymake compatible Pylint
   * pylint-gui: a graphical interface (reason for python-tk recommends)

pylint3: No summary available for pylint3 in ubuntu vivid.

No description available for pylint3 in ubuntu vivid.