summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* nikola kramaric fix #5975, Abstract intermediate class not recognized as suchSylvain Th?nault2010-03-232-1/+12
* implement #18860, new W0199 message on assert (a, b) by Fletcher JohnsonSylvain Th?nault2010-03-232-0/+13
* fix testSylvain Th?nault2010-03-221-1/+1
* test and fix crash on global w/ 'virtual' nodes such as __file__, __module__,...Sylvain Th?nault2010-03-222-0/+10
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-221-3/+0
* applied Colin Moris patch closing #9263: no W0613 for __init__ (method does n...Sylvain Th?nault2010-03-042-1/+10
* Fix and test case for W0233 false positive: if the same superclassMaarten ter Huurne2010-03-021-0/+8
* fix #20991: class scope definitions ignored in a genexprAdrien Di Mascio2010-02-251-0/+9
* implement #9776, 'W0150' break or return statement in finally block may swall...Alain Leufroy2010-02-232-0/+46
* mergeSylvain Th?nault2010-02-233-1/+5
|\
| * implements #9982: specific error message when raising NotImplementedAlain Leufroy2010-02-173-1/+5
* | patch for #5977. Yields do not increment the counter of returns.Sylvain Th?nault2010-02-232-0/+43
* | implement #5564: ignore function / methode arguments with leading "_".Sylvain Th?nault2010-02-232-0/+52
|/
* Add a checker verifying string formatting (James Lingard's patch) + testsCharles Hebert2009-11-273-1/+35
* add testcase for #9334Pierre-Yves David2009-11-251-0/+17
* auto-tag for input filePierre-Yves David2009-11-251-2/+2
* mergeSylvain Th?nault2009-11-251-0/+7
|\
| * fix #18862: E0601 false positive with lambda functionsSylvain Th?nault2009-11-251-0/+7
* | fix fulltest.sh (#18308)Pierre-Yves David2009-11-251-2/+4
|/
* mergeSylvain Th?nault2009-11-251-1/+24
|\
| * fix garbage commited by mistakePierre-Yves David2009-11-251-1/+0
| * add description au tags to suite generated in test_func.pyPierre-Yves David2009-11-252-1/+25
* | missing __revision__ to avoid failureSylvain Th?nault2009-11-251-0/+1
* | Added test case that triggers false positive in the current code when a funct...Maarten ter Huurne2009-11-251-0/+17
|/
* applied James Lingar patch for ++ operator and duplicate dict key. add manage...Pierre-Yves David2009-11-254-0/+41
* tag smoke testPierre-Yves David2009-11-251-2/+14
* Add a checker verifying that the arguments passed to aJames Lingard2009-11-255-3/+50
* minor renaming and tagginf of TestTests.test testcasePierre-Yves David2009-11-251-1/+2
* fix test suite when user have a pylintrc.Pierre-Yves David2009-11-251-4/+21
* test fixes to consider fixed typosSylvain Th?nault2009-11-255-8/+8
* mergeSylvain Th?nault2009-11-232-3/+3
|\
| * include Dotan Barak spell fixes patchSylvain Th?nault2009-11-233-7/+7
* | [typos] dependanc(y|ies) -> dependenc(y|ies)Emile Anclin2009-09-162-5/+5
* | drop deprecated runtest.py fileSylvain Th?nault2009-08-281-5/+0
|/
* test and fix for #9215Sylvain Th?nault2009-08-271-0/+29
* add test for #9588: false positive E1101 for augmented assignmentSylvain Th?nault2009-08-271-0/+39
* add test case of #8711, assigning from yield expression (actually fixed in as...Sylvain Th?nault2009-08-271-0/+21
* fix test, new logging checkerSylvain Th?nault2009-08-261-17/+17
* refactor & fix the imports checkerSylvain Th?nault2009-08-267-8/+7
* A checker for use (and misuse) of the standard logging module.Nathaniel Manista2009-06-102-0/+24
* Nathaniel's fix for w0108 false positivesylvain thenault2009-05-181-1/+4
* different error code with py < 2.5sylvain thenault2009-04-081-0/+2
* not sure where this message change comes from...sylvain thenault2009-03-251-1/+1
* fix format testssylvain thenault2009-03-251-6/+6
* add test for #5719, fixed in astngsylvain thenault2009-03-242-0/+10
* only skip E0203 when catched by an AttributeError or parentsylvain thenault2009-03-242-0/+11
* only skip E0602 when catched by a NameError or parentsylvain thenault2009-03-242-0/+26
* don't issue E0203 when in try: except AttributeErrorsylvain thenault2009-03-231-0/+8
* fix #8350, C0322 false positive on multi-line stringsylvain thenault2009-03-232-2/+13
* more complete list of special methods, also skip W0613sylvain thenault2009-03-232-0/+22