summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag pylint-version-0.25.2 for changeset 042861bd555apylint-debian-version-0.25.2-1Sylvain Thénault2012-07-181-0/+1
* 0.25.2pylint-version-0.25.2Sylvain Thénault2012-07-174-9/+21
* fix indentationSylvain Thénault2012-07-131-4/+4
* Fix checkers.utils for other implementations (use of __builtins__). Closes #9...FELD Boris2012-07-091-3/+3
* Refactor test_func in order to extract common part for reutilization in pylin...FELD Boris2012-07-046-255/+290
* Fix tests which failed on tempfile file comparaison due to Mac OS X which mak...FELD Boris2012-06-071-0/+15
* split test to isolate py 2.7 specific syntax and get tests back to green with...Sylvain Thénault2012-06-074-11/+16
* Closes #93591: Correctly emit W0623 on multiple assignment of unpackable exce...Torsten Marek2012-06-075-8/+40
* Refactor _check_protected_attribute_access by extracting independent part in ...Sylvain Thénault2012-06-072-10/+31
* Add checking for protected attribute assignement, closes #7394.Sylvain Thénault2012-06-074-25/+76
* Doesn't check that overriden method signature match if it's a private method,...Sylvain Thénault2012-06-074-19/+59
* fix crash when using set in regexp for --generated-members option. Closes #88914Sylvain Thénault2012-05-213-2/+11
* fix gui reporter broken by addition of coloffset information. Closes #92584Sylvain Thénault2012-05-152-4/+9
* Make pythonpath behaviour closer to python's (closes #88218)JT Olds2012-05-151-1/+16
* Emit W0102 (dangerous default value) when sets are used as default arguments ...Torsten Marek2012-05-154-0/+26
* Add 'on_close' event trigerring and event callback for reporters.FELD Boris2012-05-032-0/+6
* Refactoring reporting.Sylvain Thénault2012-05-034-23/+24
* Add 'on_set_current_module' event trigerring and event callback for reporters.FELD Boris2012-03-092-0/+7
* Fix the variables check to not emit false positives for E0602 on {list,genera...Torsten Marek2012-03-153-1/+24
* don't emit E0202 (attribute hiding a method) on @property methods. Closes #89092Sylvain Thénault2012-03-153-1/+36
* InferenceError may be raised when running the next iteration, but we don't wa...Sylvain Thénault2012-02-232-0/+3
* d-t-wSylvain Thénault2012-02-231-2/+2
* fix crash when decorators are accessed through more than one dot. Closes #87192Sylvain Thénault2012-01-193-1/+14
* epylint: ensure it uses the same python/pylint version. Closes #87024Sylvain Thénault2012-01-091-7/+9
* Added tag pylint-debian-version-0.25.1-1 for changeset 3a6cf40ab050Sylvain Thénault2011-12-081-0/+1
* Added tag pylint-version-0.25.1 for changeset 9f22949188a3pylint-debian-version-0.25.1-1Sylvain Thénault2011-12-081-0/+1
* 0.25.1pylint-version-0.25.1Sylvain Thénault2011-12-083-2/+8
* doc updateSylvain Thénault2011-12-051-2/+2
* [doc] update README.Python3 (closes: #82421)Sylvain Thénault2011-12-056-142/+103
* Detect assignments to a loop variable in the else branch of a for statement.Torsten Marek2011-11-174-1/+33
* add note about soon useless stream.seek()Sylvain Thénault2011-10-265-7/+5
* Do not issue warnings when using 2.6's property.setter/deleter functionality....Sylvain Thénault2011-10-264-2/+45
* This patch is an attempt to completely remove the need for all Google-interna...Sylvain Thénault2011-10-261-62/+67
* Update W0623 to not trigger on code like:Sylvain Thénault2011-10-243-6/+21
* W0702 messages should be added to the line of the except handler, not the fir...Torsten Marek2011-10-243-3/+8
* drop unittest2 deprecation warningSylvain Thénault2011-10-242-18/+18
* Fix for #81078: Warn if names in exception handlers clobber overwrite existin...Sylvain Thénault2011-10-246-5/+112
* Added tag pylint-debian-version-0.25.0-1 for changeset de2dd37ba146Sylvain Thénault2011-10-071-0/+1
* Added tag pylint-version-0.25.0 for changeset db15dcd07ce0pylint-debian-version-0.25.0-1Sylvain Thénault2011-10-071-0/+1
* 0.25pylint-version-0.25.0Sylvain Thénault2011-10-073-2/+9
* closes #73941: HTML reports badly formatted since col_offset addition, which ...Sylvain Thénault2011-10-042-8/+10
* better message for E0202 (closes #77237)Sylvain Thénault2011-10-033-10/+10
* closes #76920: don't crash in preprocess_option if some looked option has no ...Torsten Marek2011-09-233-7/+47
* closes #74747: don't crash when lookup up a special attribute in class scopeSylvain Thénault2011-09-074-2/+18
* closes #74745: make 'too general' exception names configurable (patch by Google)Sylvain Thénault2011-09-073-7/+19
* Fixes misleading wording in warnings E1001 and E1002 (patch by google)Sylvain Thénault2011-09-073-7/+7
* closes #74087: handle case where inference of a module return YESSylvain Thénault2011-09-074-3/+17
* closes #74742: make allowed name for first argument of class method configurableSylvain Thénault2011-09-073-5/+23
* [doc] more documentation fixesNicolas Chauvat2011-08-081-13/+16
* [doc] merge documentation fixes from the websiteNicolas Chauvat2011-08-081-14/+17