summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fixed a couple of bugs in the __all__ handling and added a newstabletmarek2013-01-081-3/+6
* Fix emission of reimport warnings and extend the testcase.tmarek2013-01-081-0/+3
* erroneous W0212 (access to protected member) on super call. Closes #115580Martin Pool2013-01-081-1/+4
* Fixes a crash when an __init__ method in a base class has been created by ass...tmarek2012-11-121-1/+5
* pylint-gui: Bind F5 to the run button. Closes #110839Omega Weapon2012-11-121-0/+2
* Make pylint-gui cope with '--include-ids'. Closes #110838Omega Weapon2012-11-121-0/+5
* Add --ignore-imports option to similarity checking. Closes #106534.Ry4an Brase2012-09-291-0/+3
* integrate patch from Peter Hammond to check protocol completness and avoid fa...Peter Hammond2012-09-281-0/+3
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-201-0/+2
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-191-0/+3
* fix R0801 similarities bug. Closes #63424Anthony VEREZ2012-09-191-1/+3
* create a console_scripts entry point to be used by easy_install, buildout and...Sylvain Th?nault2012-09-141-0/+3
* Fix false positive W0231 for missing call to object.__init__. Closes #103656FELD Boris2012-09-191-1/+3
* Add test and code for handling __all__ with pylint. Closes #4685.FELD Boris2012-09-191-3/+6
* Improve checking of metaclass methods's first arg. Closes #4014.FELD Boris2012-09-191-0/+3
* fix grammatical error for W0332 message. Closes #100654Sylvain Th?nault2012-08-291-1/+5
* amend ChangeLogSylvain Th?nault2012-08-291-0/+4
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-291-0/+5
* 0.25.2pylint-version-0.25.2Sylvain Th?nault2012-07-171-2/+3
* Closes #93591: Correctly emit W0623 on multiple assignment of unpackable exce...tmarek2012-06-071-0/+3
* Add checking for protected attribute assignement, closes #7394.Sylvain Th?nault2012-06-071-1/+4
* Doesn't check that overriden method signature match if it's a private method,...Sylvain Th?nault2012-06-071-14/+17
* fix crash when using set in regexp for --generated-members option. Closes #88914Sylvain Th?nault2012-05-211-2/+5
* fix gui reporter broken by addition of coloffset information. Closes #92584Sylvain Th?nault2012-05-151-3/+8
* Emit W0102 (dangerous default value) when sets are used as default arguments ...Torsten Marek2012-05-151-0/+3
* Fix the variables check to not emit false positives for E0602 on {list,genera...Torsten Marek2012-03-151-0/+3
* don't emit E0202 (attribute hiding a method) on @property methods. Closes #89092Sylvain Th?nault2012-03-151-0/+1
* InferenceError may be raised when running the next iteration, but we don't wa...Sylvain Th?nault2012-02-231-0/+1
* fix crash when decorators are accessed through more than one dot. Closes #87192Sylvain Th?nault2012-01-191-0/+5
* 0.25.1pylint-version-0.25.1Sylvain Th?nault2011-12-081-1/+1
* Detect assignments to a loop variable in the else branch of a for statement.Torsten Marek2011-11-171-0/+3
* Do not issue warnings when using 2.6's property.setter/deleter functionality....Sylvain Th?nault2011-10-261-0/+3
* W0702 messages should be added to the line of the except handler, not the fir...Torsten Marek2011-10-241-1/+6
* Fix for #81078: Warn if names in exception handlers clobber overwrite existin...Sylvain Th?nault2011-10-241-0/+4
* 0.25pylint-version-0.25.0Sylvain Th?nault2011-10-071-1/+2
* closes #73941: HTML reports badly formatted since col_offset addition, which ...Sylvain Th?nault2011-10-041-0/+2
* better message for E0202 (closes #77237)Sylvain Th?nault2011-10-031-0/+2
* closes #76920: don't crash in preprocess_option if some looked option has no ...Torsten Marek2011-09-231-1/+3
* closes #74747: don't crash when lookup up a special attribute in class scopeSylvain Th?nault2011-09-071-0/+3
* closes #74745: make 'too general' exception names configurable (patch by Google)Sylvain Th?nault2011-09-071-0/+3
* closes #74087: handle case where inference of a module return YESSylvain Th?nault2011-09-071-2/+6
* closes #74742: make allowed name for first argument of class method configurableSylvain Th?nault2011-09-071-0/+4
* 0.24Sylvain Th?nault2011-07-201-1/+2
* Fix --ignore option documentation to match reality (closes #22273)Julien Cristau2011-07-081-1/+3
* add regular expression support for generated-members (closes #69738)Alain Leufroy2011-07-081-1/+3
* built-in checkers use [01-50] base message ids (closes #68057)Sylvain Th?nault2011-07-081-2/+6
* closes #70495: absolute imports fail depending on module path (patch by Jacek...Sylvain Th?nault2011-07-081-0/+3
* Fix false positive in reimport check (closes #60828)Julien Cristau2011-07-081-0/+2
* closes #69993: Additional string format checks for logging moduleSylvain Th?nault2011-07-081-0/+5
* cleanupsSylvain Th?nault2011-06-161-1/+3