summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a couple of bugs in the __all__ handling and added a newstabletmarek2013-01-085-11/+45
* Fix emission of reimport warnings and extend the testcase.tmarek2013-01-084-10/+43
* erroneous W0212 (access to protected member) on super call. Closes #115580Martin Pool2013-01-083-2/+32
* Fixes a crash when an __init__ method in a base class has been created by ass...tmarek2012-11-124-4/+21
* pylint-gui: Bind F5 to the run button. Closes #110839Omega Weapon2012-11-122-0/+5
* Make pylint-gui cope with '--include-ids'. Closes #110838Omega Weapon2012-11-122-2/+16
* Fix some typos and grammatical errors in the help textDavid Pursehouse2012-10-252-5/+5
* Added tag pylint-debian-version-0.26.0-1 for changeset 156edc8d61dfSylvain Th?nault2012-10-050-0/+0
* Added tag pylint-version-0.26.0 for changeset 562919d79decpylint-debian-version-0.26.0-1Sylvain Th?nault2012-10-050-0/+0
* oops, drop extra backslashpylint-version-0.26.0Sylvain Th?nault2012-10-051-1/+1
* oopsSylvain Th?nault2012-10-051-1/+0
* rewrite bin script to use python3 ourselves, this is not done anymore by pack...Sylvain Th?nault2012-10-051-4/+2
* use env for pyreverse as for othersSylvain Th?nault2012-10-051-1/+1
* add trove classifier for python 3 compatSylvain Th?nault2012-10-051-0/+2
* 0.26Sylvain Th?nault2012-10-052-1/+7
* explicit trailing whitespace, avoid temptation to drop those (thx Martin)Sylvain Th?nault2012-10-051-26/+26
* Add --ignore-imports option to similarity checking. Closes #106534.Ry4an Brase2012-09-295-61/+156
* don't want to run a checker only because of a Fatal errorSylvain Th?nault2012-09-202-10/+5
* Add name type in C0103 messageSylvain Th?nault2012-09-204-15/+18
* integrate patch from Peter Hammond to check protocol completness and avoid fa...Peter Hammond2012-09-285-2/+108
* minor tweaks to previous changeset (custom reporter). Closes #105337Sylvain Th?nault2012-09-201-4/+5
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-203-3/+25
* lint fixesSylvain Th?nault2012-09-1913-50/+50
* stop using assert_, rather use assertTrue / assertFalseSylvain Th?nault2012-09-191-55/+63
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-1924-43/+278
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-196-4/+159
* fix R0801 similarities bug. Closes #63424Anthony VEREZ2012-09-194-6/+7
* create a console_scripts entry point to be used by easy_install, buildout and...Sylvain Th?nault2012-09-1412-59/+123
* drop useless attribute from variables checkerSylvain Th?nault2012-09-191-5/+0
* white spaces cleanupSylvain Th?nault2012-09-193-44/+43
* use .iter* version of dict methods when possibleSylvain Th?nault2012-09-197-26/+26
* Fix false positive W0231 for missing call to object.__init__. Closes #103656FELD Boris2012-09-193-5/+16
* Add test and code for handling __all__ with pylint. Closes #4685.FELD Boris2012-09-194-5/+71
* Improve checking of metaclass methods's first arg. Closes #4014.FELD Boris2012-09-198-55/+123
* fix test broken by 27930e5ee87eSylvain Th?nault2012-09-061-1/+1
* fix grammatical error for W0332 message. Closes #100654Sylvain Th?nault2012-08-294-5/+9
* amend ChangeLogSylvain Th?nault2012-08-291-0/+4
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-294-0/+31
* pylint fixesSylvain Th?nault2012-08-223-5/+2
* Call reporter.set_output before reporter.on_set_current_module in order to ea...FELD Boris2012-07-171-3/+3
* Do not include tests files for installation in setup.py. Clean setup.py for p...FELD Boris2012-07-261-8/+1
* use lgc.compat to access builtins for cross-interpreters compatSylvain Th?nault2012-07-241-4/+3
* Added tag pylint-debian-version-0.25.2-1 for changeset 1b744fb874a2Sylvain Th?nault2012-07-180-0/+0
* Added tag pylint-version-0.25.2 for changeset 042861bd555apylint-debian-version-0.25.2-1Sylvain Th?nault2012-07-180-0/+0
* 0.25.2pylint-version-0.25.2Sylvain Th?nault2012-07-174-9/+21
* fix indentationSylvain Th?nault2012-07-131-4/+4
* Fix checkers.utils for other implementations (use of __builtins__). Closes #9...FELD Boris2012-07-091-3/+3
* Refactor test_func in order to extract common part for reutilization in pylin...FELD Boris2012-07-046-255/+290
* 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