summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 0.21pylint-version-0.21.0Sylvain Thénault2010-05-114-5/+19
* new pylint gui, contributed by Scott Pilkey and friends from the Tahiti teamSylvain Thénault2010-05-113-36/+426
* cleanupSylvain Thénault2010-05-111-2/+2
* fix statement countSylvain Thénault2010-05-112-1/+4
* apply emile's patch, fix test with python>=2.6Sylvain Thénault2010-05-117-8/+34
* remove deprecation warning with lgc > 0.50Sylvain Thénault2010-05-111-1/+1
* --errors-only short name is now -E, -e is for --enable and -d for --disableSylvain Thénault2010-05-111-1/+3
* pyreverse test: add a class member and adapt testsEmile Anclin2010-04-213-5/+8
* pyreverse: take into account class attributes which are stored in locals_typeEmile Anclin2010-04-212-4/+8
* mergeSylvain Thénault2010-04-192-0/+17
|\
| * add a little test on a with statement with triggered #20067Emile Anclin2010-04-152-0/+17
* | cleanupSylvain Thénault2010-04-191-1/+0
* | begin splitting the basic checkerSylvain Thénault2010-04-191-283/+328
* | fix full documentation generationSylvain Thénault2010-04-191-23/+25
* | --help output configurationSylvain Thénault2010-04-191-4/+4
* | also unify [en|dis]able-report with generic [en|dis]able.Sylvain Thénault2010-04-192-21/+22
* | cleanup, d-t-w, fix remaining [en|dis] method callSylvain Thénault2010-04-1912-254/+257
* | use generic disable / enable methods and inline optionSylvain Thénault2010-04-1983-135/+125
* | record ordered checkers for later call to closeSylvain Thénault2010-04-161-1/+2
* | fix support for checker.[visit|leavve]_default methodsSylvain Thénault2010-04-161-6/+31
* | d-t-wSylvain Thénault2010-04-161-10/+10
* | refactor messages and checker handlingSylvain Thénault2010-04-163-194/+160
* | set option level to configure --help / --long[-long]-help with lgc 0.50Sylvain Thénault2010-04-162-8/+11
|/
* fix #20067: pylint crash with AttributeErrorEmile Anclin2010-04-151-0/+3
* don't print 'hopp'Emile Anclin2010-04-061-1/+0
* update changelogSylvain Thénault2010-04-021-1/+13
* apply patch from Nicola Kramaric closing #21591: html reporter produces no ou...Sylvain Thénault2010-04-021-1/+3
* apply tahiti team doc patchSylvain Thénault2010-04-025-144/+310
* apply Alexander Artemenko patch for non-ascii caractersEmile Anclin2010-03-302-0/+28
* apply Sandro Tosi patch for pyreverse man pageEmile Anclin2010-03-291-20/+20
* apply Donovan Lee Wanhoy patch: don't warn on missing doc string for child cl...Emile Anclin2010-03-292-1/+54
* Sarah Strong patch for #4595: don't warn on trailing comma in dict, list and ...Emile Anclin2010-03-292-1/+13
* apply Scott Pilkey patch: fix #9018: when using defining-attr-method order ma...Emile Anclin2010-03-243-5/+46
* Changelog :add #5561: checker for function argumentsEmile Anclin2010-03-231-0/+3
* Added tag pylint-debian-version-0.20.0-1 for changeset 72807aa7bf30Emile Anclin2010-03-231-0/+1
* Added tag pylint-version-0.20.0 for changeset 9e1395d66819pylint-debian-version-0.20.0-1Emile Anclin2010-03-231-0/+1
* 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-227-17/+13
|\
| * mergeEmile Anclin2010-03-223-0/+17
| |\
| * | modify astng imports after astng 'rebuild' refactoringEmile Anclin2010-03-226-8/+6
| * | update custom checker in example/custom.pyEmile Anclin2010-03-221-9/+7
* | | 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-223-0/+17
|/