Path to this page:
Subject: CVS commit: wip/py-logilab-lint
From: Kamel Derouiche
Date: 2010-04-19 15:24:35
Message id: E1O3qy2-0006Wf-4s@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
wip-changes:
-----------
o added MESSAGE content install package optionaly
o added documentation and manual pages
o SET License
o SET COMMENT
amont-changes:
-------------
* fix #19498: fix windows batch file
* fix #19339: pylint.el : non existing py-mod-map
(closes Debian Bug report logs - #475939)
* implement #18860, new W0199 message on assert (a, b)
* implement #9776, 'W0150' break or return statement in finally block may
swallow exception.
* fix #9263, __init__ and __new__ are checked for unused arguments
* fix #20991, class scope definitions ignored in a genexpr
* fix #5975, Abstract intermediate class not recognized as such
* fix #5977, yield and return statement have their own counters, no more R0911
(Too many return statements) when a function have many yield stamtements
* implement #5564, function / method arguments with leading "_" \
are ignored in
arguments / local variables count.
* implement #9982, E0711 specific error message when raising NotImplemented
* remove --cache-size option
2009-12-18 -- 0.19.0
* implement #18947, #5561: checker for function arguments
* include James Lingard string format checker
* include simple message (ids) listing by Vincent F?rotin (#9791)
* --errors-only does not hide fatal error anymore
* include james Lingard patches for ++/-- and duplicate key in dicts
* include James Lingard patches for function call arguments checker
* improved flymake code and doc provided by Derek Harland
* refactor and fix the imports checker
* fix #18862: E0601 false positive with lambda functions
* fix #8764: More than one statement on a single line false positive with
try/except/finally
* fix #9215: false undefined variable error in lambda function
* fix for w0108 false positive (Nathaniel)
* fix test/fulltest.sh
* #5821 added a utility function to run pylint in another process (patch \
provide by Vincent F?rotin)
Files: