summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag pylint-version-0.21.2 for changeset f56cc1149f10pylint-debian-version-0.21.2-1Sylvain Th?nault2010-08-260-0/+0
* fix pkginfopylint-version-0.21.2Sylvain Th?nault2010-08-261-1/+1
* 0.21.2Sylvain Th?nault2010-08-263-14/+21
* add a q/a about configuration file formatNicolas Chauvat2010-08-241-0/+10
* fix #28796: regression in --generated-members introduced pylint 0.20Sylvain Th?nault2010-08-182-3/+4
* clarify that you should put 'disable' option only one in the configuration fileSylvain Th?nault2010-08-161-3/+5
* fix fly-make documentation, as suggested by Derek Harland on python-projectsSylvain Th?nault2010-07-261-0/+1
* update vim plugin url, add spyder, d-t-wSylvain Th?nault2010-07-121-32/+36
* add test on empty implementsSylvain Th?nault2010-07-051-0/+15
* Patrick Altman patch closing #36913Sylvain Th?nault2010-07-012-3/+8
* Added tag pylint-debian-version-0.21.1-1 for changeset bc9688af2128Sylvain Th?nault2010-06-070-0/+0
* Added tag pylint-version-0.21.1 for changeset 468843aec599pylint-debian-version-0.21.1-1Sylvain Th?nault2010-06-070-0/+0
* 0.21.1pylint-version-0.21.1Sylvain Th?nault2010-06-043-2/+11
* update changelogSylvain Th?nault2010-06-041-0/+1
* revert wrong change in bd55301fc4b1Alexandre Fayolle2010-06-031-1/+1
* debian: permit symlink creation by get-orig-source target in debian/rulesJulien Jehannet2010-05-261-1/+1
* debian: can now retrieve pristine tarball thanks to optional get-orig-source ...Julien Jehannet2010-05-252-2/+8
* pkginfo: minor changes to stick to new policyJulien Jehannet2010-05-253-4/+5
* update man page for 0.21 usage, closes debian #582494Sylvain Th?nault2010-05-252-135/+131
* proper update of report identifiers to avoid collision with message in the Re...Sylvain Th?nault2010-05-255-20/+20
* fix #28962: pylint crash with new options, due to missing stats data while wr...Sylvain Th?nault2010-05-122-16/+23
* lint fixesSylvain Th?nault2010-05-122-7/+5
* fix epylint : use new optionsEmile Anclin2010-05-111-1/+1
* forgot to close changelog fileSylvain Th?nault2010-05-111-13/+26
* enhance announce skelSylvain Th?nault2010-05-111-8/+12
* Added tag pylint-debian-version-0.21.0-1 for changeset 859239bcd087Sylvain Th?nault2010-05-110-0/+0
* Added tag pylint-version-0.21.0 for changeset 97d944ea839epylint-debian-version-0.21.0-1Sylvain Th?nault2010-05-110-0/+0
* 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
|/