diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-12-18 11:47:42 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-12-18 11:47:42 +0100 |
commit | 5264e02877816d230eb1d0ef659f43c2fd46b853 (patch) | |
tree | 7b16213a83e3b5b2efdd5dd3c7b29d31f3b94c70 /ChangeLog | |
parent | 1c06c675b22b9f9b6b2081a1f1bd61809253368c (diff) | |
download | pylint-git-5264e02877816d230eb1d0ef659f43c2fd46b853.tar.gz |
prepare 0.19
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -3,18 +3,19 @@ ChangeLog for PyLint -- * include James Lingard string format checker - * fix test/fulltest.sh * 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 & fix the imports checker + * 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 - * Nathaniel's fix for w0108 false positive - * fix 9215: false undefined variable error in lambda function + * 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) 2009-03-25 -- 0.18.0 * tests ok with python 2.4, 2.5, 2.6. 2.3 not tested |