summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag pylint-version-0.20.0 for changeset 9e1395d66819pylint-debian-version-0.20.0-1Emile Anclin2010-03-230-0/+0
* 0.20.0pylint-version-0.20.0Emile Anclin2010-03-232-3/+12
* update ChangelogEmile Anclin2010-03-231-0/+5
* fix #19339: pylint.el : non existing py-mod-mapEmile Anclin2010-03-231-17/+21
* fix #19498: apply windows batch patchEmile Anclin2010-03-236-90/+22
* copyright update : date up 2010Emile Anclin2010-03-2321-26/+26
* we may have name node with fromlineno to None for astng built from C-compiled...Sylvain Th?nault2010-03-231-3/+5
* nikola kramaric fix #5975, Abstract intermediate class not recognized as suchSylvain Th?nault2010-03-234-1/+28
* implement #18860, new W0199 message on assert (a, b) by Fletcher JohnsonSylvain Th?nault2010-03-234-7/+32
* mergeSylvain Th?nault2010-03-221-1/+1
|\
| * fix testSylvain Th?nault2010-03-221-1/+1
* | mergeEmile Anclin2010-03-227-17/+13
|\ \ | |/ |/|
| * modify astng imports after astng 'rebuild' refactoringEmile Anclin2010-03-226-8/+6
| * update custom checker in example/custom.pyEmile Anclin2010-03-221-9/+7
* | test and fix crash on global w/ 'virtual' nodes such as __file__, __module__,...Sylvain Th?nault2010-03-223-0/+17
|/
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-226-20/+8
* update changelogSylvain Th?nault2010-03-041-0/+2
* applied Colin Moris patch closing #9263: no W0613 for __init__ (method does n...Sylvain Th?nault2010-03-043-2/+11
* Fix and test case for W0233 false positive: if the same superclassMaarten ter Huurne2010-03-022-3/+13
* Improve error handling for persistent options.Pierre-Yves David2010-02-261-2/+2
* fix #20991: class scope definitions ignored in a genexprAdrien Di Mascio2010-02-253-2/+17
* implement #9776, 'W0150' break or return statement in finally block may swall...Alain Leufroy2010-02-234-4/+94
* mergeSylvain Th?nault2010-02-234-5/+14
|\
| * implements #9982: specific error message when raising NotImplementedAlain Leufroy2010-02-174-5/+14
* | patch for #5977. Yields do not increment the counter of returns.Sylvain Th?nault2010-02-234-8/+48
* | implement #5564: ignore function / methode arguments with leading "_".Sylvain Th?nault2010-02-234-4/+79
|/
* mergeSylvain Th?nault2010-02-032-2/+2
|\
| * fix updating dependency information: we need astng 0.19.3Emile Anclin2010-01-272-2/+2
| * update dependency information about logilab-common for debian and setuptoolsAlexandre Fayolle2010-01-272-2/+2
* | fix bug discovered by Diez B. Roggisch: we should access to the potentially ...Sylvain Th?nault2010-02-031-1/+1
* | add note about wingideSylvain Th?nault2010-02-031-0/+4
|/
* Added tag pylint-debian-version-0.19.0-1 for changeset d357b40e3af7Sylvain Th?nault2009-12-180-0/+0
* Added tag pylint-version-0.19.0 for changeset ee15313ac5f5pylint-debian-version-0.19.0-1Sylvain Th?nault2009-12-180-0/+0
* packaging fixespylint-version-0.19.0Sylvain Th?nault2009-12-182-2/+16
* update dependenciesSylvain Th?nault2009-12-182-2/+2
* doc updateSylvain Th?nault2009-12-182-1/+3
* prepare 0.19Sylvain Th?nault2009-12-183-5/+12
* include vincent patch for #5821Sylvain Th?nault2009-12-182-1/+67
* update ChangeLogCharles Hebert2009-12-041-3/+3
* Add a checker verifying string formatting (James Lingard's patch) + testsCharles Hebert2009-11-274-1/+274
* remove pyreverse printPierre-Yves David2009-11-251-1/+0
* 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-253-1/+10
|\
| * fix #18862: E0601 false positive with lambda functionsSylvain Th?nault2009-11-253-1/+10
* | python2.4 compatibility for typecheckerPierre-Yves David2009-11-251-1/+4
* | fix fulltest.sh (#18308)Pierre-Yves David2009-11-252-2/+6
* | fix #17958 (pylint -e must not silence Fatal messages)Pierre-Yves David2009-11-252-1/+3
|/
* mergeSylvain Th?nault2009-11-255-16/+64
|\
| * fix #9791Vincent2009-11-252-5/+38