summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Merged logilab/pylint into defaultHolger Peters2014-04-111-2/+10
| | | |\ \ \ \
| | | | * | | | Add 'ignored-modules' option to type checker to avoid false-positives w/ numpyHolger Peters2014-04-071-2/+10
* | | | | | | | Do not attempt to analyze non python file, eg .so file. Closes #122Sylvain Th?nault2014-04-162-3/+5
|/ / / / / / /
* | | | | | | [classes checker] fix access-member-before-definition false negative wrt aug ...Sylvain Th?nault2014-04-153-0/+40
* | | | | | | various cleanupsSylvain Th?nault2014-04-153-12/+16
* | | | | | | [variable checker] Fix unused import false positive with augment assignment. ...Anthony Truchet2014-04-113-1/+28
* | | | | | | [test utils] add walk method to CheckerTestCaseSylvain Th?nault2014-04-151-0/+7
|/ / / / / /
* | | | | | fix fsf addressSylvain Th?nault2014-04-151-1/+1
* | | | | | More fixes to merge.Manuel V?zquez Acosta2014-04-141-16/+2
* | | | | | Fix merge error. Closes #133.Manuel V?zquez Acosta2014-04-142-5/+6
* | | | | | Update and merge from upstream.Manuel V?zquez Acosta2014-04-14132-584/+2290
|\ \ \ \ \ \
| * | | | | | Fix test for Python < 2.7.cpopa2014-04-141-1/+1
| * | | | | | Fix tests for < Python 2.7.cpopa2014-04-145-3/+151
| * | | | | | Fix Python < 2.7 compatibility.cpopa2014-04-141-1/+1
| * | | | | | fix test for python 3Sylvain Th?nault2014-04-146-3/+15
| * | | | | | update test_func exhaustivity testingSylvain Th?nault2014-04-143-19/+12
| * | | | | | delete trailing whitespacesSylvain Th?nault2014-04-142-3/+4
| * | | | | | adapt list of deprecated modules to python 3 and update test accordinglySylvain Th?nault2014-04-146-3/+21
| * | | | | | restore newstyle checker, we still want (part of) the super call checks. Rely...Sylvain Th?nault2014-04-141-8/+11
| * | | | | | Always register messages even if they may not be emitted.Sylvain Th?nault2014-04-141-2/+2
| * | | | | | use symbolic names in the newstyle checkerSylvain Th?nault2014-04-141-8/+8
| * | | | | | [test] strip output to avoid dumb errorsSylvain Th?nault2014-04-141-2/+2
| * | | | | | Fix naming of invocation types, astroid exports a lot more information, and c...Torsten Marek2014-04-103-24/+73
| * | | | | | Improve pragma handling to not detect pylint:* strings in non-comments.Torsten Marek2014-04-103-6/+6
| * | | | | | Only emit symbolic warnings from the stdlib checker.Torsten Marek2014-04-101-2/+2
| * | | | | | Only emit symbolic warnings from the imports checker.Torsten Marek2014-04-101-11/+11
| * | | | | | Emit only symbolic names from the classes checker.Torsten Marek2014-04-101-30/+29
| * | | | | | Detect logging calls on Logger instances in almost all cases.Torsten Marek2014-04-104-37/+66
| * | | | | | Add back the -i and -s options for backwards compat, but have them be ignored.Torsten Marek2014-04-102-1/+14
| * | | | | | Infer slots elements before attempting to validate them.cpopa2014-04-122-12/+24
| * | | | | | Use the infered name when accessing __all__ elements. Closes 188.cpopa2014-04-123-6/+7
| * | | | | | Don't register the newstyle checker w/ python >= 3. Closes #109Sylvain Th?nault2014-04-112-5/+8
| * | | | | | regenerate pylint's man page. Closes #137Sylvain Th?nault2014-04-111-38/+71
| * | | | | | update mailinglist to code-qualitySylvain Th?nault2014-04-111-1/+1
| | |_|/ / / | |/| | | |
| * | | | | Additionaly search for rc file in ~/.config/pylintrc. Closes #121Sylvain Th?nault2014-04-113-10/+18
| * | | | | [doc] use symbolic names in faqSylvain Th?nault2014-04-111-13/+15
| * | | | | don't promote inline comment in rc fileSylvain Th?nault2014-04-111-3/+4
| |/ / / /
| * | | | mergeSylvain Th?nault2014-04-115-3/+123
| |\ \ \ \
| | * \ \ \ Merged in dnozay/pylint (pull request #87)Sylvain Th?nault2014-04-11104-410/+1558
| | |\ \ \ \
| | | * \ \ \ Merged in PCManticore/pylint/slots (pull request #98)Sylvain Th?nault2014-04-114-1/+118
| | | |\ \ \ \
| | | | * | | | Remove empty-slots-object, define tuple with methods at the global level.cpopa2014-04-092-2/+3
| | | | * | | | Merge with default.cpopa2014-04-094-1/+117
| | | | |\ \ \ \
| | | | | * | | | Verify all the infered slots, skip YES nodes from the values and other fixes.cpopa2014-04-093-40/+53
| | | | | * | | | Merge with default.cpopa2014-04-044-1/+104
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge with default.cpopa2014-03-314-1/+104
| | | | | | |\ \ \ \
| | | | | | | * | | | Add new checks for proper class slots.cpopa2014-03-314-2/+105
| | * | | | | | | | | fix error with message reports when custom checker uses old-style messagesDamien Nozay2014-01-141-2/+4
| * | | | | | | | | | update changelogSylvain Th?nault2014-04-111-0/+3
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merged in bukzor/pylint/w0401_package (pull request #66)Sylvain Th?nault2014-04-117-6/+34
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge logilab tip to w0401_packagebuck2014-03-0511-8/+37
| | |\ \ \ \ \ \ \ \ \