summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-297-17/+78
* Improve the warning message for E1124[redundant-keyword-arg].Torsten Marek2013-03-293-2/+4
* Warn about duplicate argument names. Python raises a SyntaxError, but it's notTorsten Marek2013-03-294-1/+33
* Unify handling for dangerous default values and make sure that set, dict and ...Torsten Marek2013-03-296-10/+24
* move string literal checker from format.py to strings.pySylvain Th?nault2013-03-294-107/+110
* Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Clo...Torsten Marek2013-03-294-2/+47
* fix name error causing crash when symbols are included in output messages. C...Aurelien Campeas2013-03-132-1/+3
* stop relying on is_standard_module to avoid having internal dependencies in e...Sylvain Th?nault2013-03-292-20/+16
* add test for #124337, fixed in logilab-astngSylvain Th?nault2013-03-291-0/+11
* use any(genexp) rather than a list comprehensionSylvain Th?nault2013-03-271-3/+3
* add test for #122793 (fixed in astng)Sylvain Th?nault2013-03-271-0/+9
* Added tag pylint-debian-version-0.27.0-1 for changeset b79adc16cd58Sylvain Th?nault2013-02-270-0/+0
* Added tag pylint-version-0.27.0 for changeset 83bf3a2efddfpylint-debian-version-0.27.0-1Sylvain Th?nault2013-02-270-0/+0
* 0.27pylint-version-0.27.0Sylvain Th?nault2013-02-262-2/+8
* changelog cleanupSylvain Th?nault2013-02-261-22/+22
* give [deprecated-lambda] when a map/filter of a lambda could be a comprehensi...Martin Pool2013-02-264-2/+65
* use load_module_from_file rather than relative import broken in python 3.3. C...Sylvain Th?nault2013-02-222-8/+14
* redefine cmp under py3k. Closes #120635Sylvain Th?nault2013-02-221-1/+6
* use .fromlineno instead of .lineno (which is not reliable)Sylvain Th?nault2013-02-253-5/+5
* quick fix: use %s rather than %s will avoid crash if lineno is None. See http...Sylvain Th?nault2013-02-251-1/+1
* string check: don't warn about octal escape sequence, warn about \o (not octa...Martin Pool2013-02-254-6/+19
* closes #113231. logging checker now looks at instances of Logger classes in a...Mike Bryant2012-12-064-2/+40
* disable R0924 here to fix test_regr.test_gtk_importSylvain Th?nault2013-02-201-1/+1
* don't reference sys.stdout as default argument value, so one may redirect sys...Sylvain Th?nault2013-02-201-3/+3
* Two small fixes for suppression warnings I00{2,1}:tmarek2013-02-203-3/+19
* Emit a warning if __all__ contains non-string objects.tmarek2013-01-086-9/+40
* backport stableSylvain Th?nault2013-01-0817-76/+350
|\
| * backport stableSylvain Th?nault2012-11-1217-76/+351
| |\
| | * Add hooks for import path setup and move pylint's sys.pathtmarek2012-11-072-5/+16
| | * Make dot output for import graph predictable and not dependtmarek2012-11-072-2/+5
| | * Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-128-4/+114
| | * Change the regular expression for inline options so that a preceeding # is no...tmarek2012-11-073-1/+6
| | * Replace pylint.el with Ian Eure's version. Closes #20693jpkotta2012-11-122-57/+144
| | * Fix ChangeLog for 0.26.0Julien Cristau2012-11-071-4/+5
| | * add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-039-10/+67
* | | 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