summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-192-5/+38
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-192-0/+52
* fix R0801 similarities bug. Closes #63424Anthony VEREZ2012-09-191-3/+2
* create a console_scripts entry point to be used by easy_install, buildout and...Sylvain Th?nault2012-09-141-14/+20
* Fix false positive W0231 for missing call to object.__init__. Closes #103656FELD Boris2012-09-191-0/+10
* Add test and code for handling __all__ with pylint. Closes #4685.FELD Boris2012-09-192-0/+49
* Improve checking of metaclass methods's first arg. Closes #4014.FELD Boris2012-09-196-25/+52
* fix test broken by 27930e5ee87eSylvain Th?nault2012-09-061-1/+1
* fix grammatical error for W0332 message. Closes #100654Sylvain Th?nault2012-08-291-1/+1
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-292-0/+19
* Refactor test_func in order to extract common part for reutilization in pylin...FELD Boris2012-07-045-255/+44
* 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...tmarek2012-06-072-0/+12
* Add checking for protected attribute assignement, closes #7394.Sylvain Th?nault2012-06-072-14/+22
* Doesn't check that overriden method signature match if it's a private method,...Sylvain Th?nault2012-06-071-2/+28
* fix crash when using set in regexp for --generated-members option. Closes #88914Sylvain Th?nault2012-05-211-0/+5
* Emit W0102 (dangerous default value) when sets are used as default arguments ...Torsten Marek2012-05-152-0/+17
* Fix the variables check to not emit false positives for E0602 on {list,genera...Torsten Marek2012-03-151-0/+16
* don't emit E0202 (attribute hiding a method) on @property methods. Closes #89092Sylvain Th?nault2012-03-151-0/+24
* 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-191-0/+8
* Detect assignments to a loop variable in the else branch of a for statement.Torsten Marek2011-11-172-0/+22
* Do not issue warnings when using 2.6's property.setter/deleter functionality....Sylvain Th?nault2011-10-261-1/+22
* Update W0623 to not trigger on code like:Sylvain Th?nault2011-10-242-5/+18
* W0702 messages should be added to the line of the except handler, not the fir...Torsten Marek2011-10-241-1/+1
* 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-242-0/+63
* better message for E0202 (closes #77237)Sylvain Th?nault2011-10-031-1/+1
* closes #76920: don't crash in preprocess_option if some looked option has no ...Torsten Marek2011-09-231-1/+28
* closes #74747: don't crash when lookup up a special attribute in class scopeSylvain Th?nault2011-09-072-0/+6
* closes #74745: make 'too general' exception names configurable (patch by Google)Sylvain Th?nault2011-09-071-1/+1
* Fixes misleading wording in warnings E1001 and E1002 (patch by google)Sylvain Th?nault2011-09-072-3/+3
* closes #74087: handle case where inference of a module return YESSylvain Th?nault2011-09-072-0/+8
* closes #74742: make allowed name for first argument of class method configurableSylvain Th?nault2011-09-071-2/+1
* fix test failure with some python distribution (eg debian's 2.7) due to missi...Sylvain Th?nault2011-07-081-0/+5
* built-in checkers use [01-50] base message ids (closes #68057)Sylvain Th?nault2011-07-087-27/+27
* closes #70495: absolute imports fail depending on module path (patch by Jacek...Sylvain Th?nault2011-07-083-1/+16
* missing test data fileSylvain Th?nault2011-07-081-0/+2
* test for #70381: IndendationError in import causes crashSylvain Th?nault2011-07-082-0/+5
* try to add information about why something is not importableSylvain Th?nault2011-07-081-0/+1
* Fix false positive in reimport check (closes #60828)Julien Cristau2011-07-082-0/+8
* missing test data filesSylvain Th?nault2011-07-082-0/+33
* fix dumb name error in testSylvain Th?nault2011-07-081-5/+5
* closes #69993: Additional string format checks for logging moduleSylvain Th?nault2011-07-081-2/+2
* closes #69950: Tests failing due to 'column offset' changes in 744Sylvain Th?nault2011-07-081-1/+1
* avoid W0221 or W0222 when *args and **kwargs are in use. Patch by Charles Duffy.Sylvain Th?nault2011-01-061-0/+19
* py3k: fix test_import_graph.py to make it also runnable from pytestEmile Anclin2010-12-161-4/+4
* typo; fix py3k testsEmile Anclin2010-12-163-6/+4
* symilar: ignore differences due to comments at the end of a line; reflect it ...Emile Anclin2010-12-152-3/+16