summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch all_false_positiveall_false_positiveClaudiu Popa2014-02-040-0/+0
* Add ChangeLog entry for issue #126.cpopa2014-02-041-0/+2
* Use file_from_modpath instead of load_module_from_name.cpopa2014-01-301-2/+2
* Merge with default.cpopa2014-01-224-4/+44
|\
| * Use symbolic name.cpopa2014-01-182-3/+5
| * Remove missing-submodule, move test fixture inside test.cpopa2014-01-185-16/+14
| * Merged default into all_false_positiveClaudiu Popa2014-01-176-7/+47
| |\
| | * Add missing-submodule check for fixing issue #126.cpopa2014-01-036-7/+47
* | | Merged in PCManticore/pylint/nonlocal (pull request #76)Claudiu Popa2014-01-224-0/+39
|\ \ \
| * \ \ Merge with default.cpopa2014-01-224-0/+39
| |\ \ \ |/ / / /
| * | | Simplify check and enhance tests.cpopa2014-01-223-7/+14
| * | | Merge with default.cpopa2014-01-144-0/+32
| |\ \ \ | | |/ / | |/| |
| | * | Remove obsolete test case (syntax error when using nonlocal without external ...cpopa2014-01-141-2/+1
| | * | Simplify the lookup for nonlocals.cpopa2014-01-142-32/+8
| | * | Merged default into nonlocalClaudiu Popa2014-01-114-0/+57
| | |\ \
| | | * \ Merge with default.cpopa2014-01-1111-15/+211
| | | |\ \
| | | * | | Enhance used-before-assignment check to look for nonlocal uses.cpopa2013-12-274-0/+58
* | | | | | Fix tests for handling the fact that all style are newstyle classes in Python 3.cpopa2014-01-225-6/+10
|/ / / / /
* | | | | Merged in PCManticore/pylint/exception_context (pull request #77)Claudiu Popa2014-01-130-0/+0
|\ \ \ \ \
* \ \ \ \ \ Merge with default.cpopa2014-01-133-3/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Mark `file` as a bad function when using python 2, closes #8.cpopa2014-01-112-0/+3
| |/ / / /
| * | | | Merge heads.cpopa2014-01-111-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | [doc] update versionDavid Douard2014-01-101-3/+3
* | | | | Refactor checks by infering first the cause of the exception.cpopa2014-01-101-11/+10
* | | | | Improve tests by adding new test cases.cpopa2014-01-102-1/+6
* | | | | Remove line.cpopa2014-01-101-1/+0
* | | | | Fix failed merge.cpopa2014-01-101-2/+0
* | | | | Merge with default.cpopa2014-01-107-4/+164
|\ \ \ \ \ | |/ / / /
| * | | | Merged in PCManticore/pylint/reversed (pull request #84)Claudiu Popa2014-01-094-2/+141
| |\ \ \ \
| | * | | | Ignore non-inferable nodes, add test case for non-inferable nodes.cpopa2014-01-093-7/+16
| | * | | | Remove incomplete-protocol warning.cpopa2014-01-091-1/+1
| | * | | | Merge branches.cpopa2014-01-091-1/+1
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix builtin module name for Python 3.cpopa2014-01-091-1/+1
| | * | | | Move ChangeLog entry upper.cpopa2014-01-091-6/+6
| | * | | | Merge with default.cpopa2014-01-0993-1229/+1556
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merged logilab/pylint into defaultClaudiu Popa2014-01-094-2/+23
| |\ \ \ \ \
| | * | | | | Various fixes for #128cpopa2014-01-093-1/+1
| | * | | | | Fix bitbucket #126, don't crash when encountering an AssAttr node in is_defin...cpopa2014-01-034-2/+23
| | | |_|_|/ | | |/| | |
| * | | | | mergeSylvain Th?nault2014-01-086-12/+49
| |\ \ \ \ \
| | * | | | | changelog cleanupSylvain Th?nault2014-01-081-2/+0
| | |/ / / /
| * | | | | Added tag pylint-debian-version-1.1.0-1 for changeset 55c5af5c213cSylvain Th?nault2014-01-080-0/+0
| | |_|/ / | |/| | |
| * | | | Added tag pylint-version-1.1.0 for changeset a520db270ed7pylint-debian-version-1.1.0-1Sylvain Th?nault2014-01-080-0/+0
| | | * | Don't use deprecated pragmacpopa2014-01-091-1/+1
| | | * | Handle iter builtin.cpopa2013-10-103-1/+9
| | | * | Ignore deques (can't retrieve special methods).cpopa2013-10-103-8/+16
| | | * | Update message.cpopa2013-10-101-1/+2
| | | * | Add ChangeLog entry.cpopa2013-10-101-0/+5
| | | * | Mappings aren't accepted by reversed().cpopa2013-10-103-11/+82
| | | * | Merge with default.cpopa2013-10-101-1/+38
| | | |\ \
| | | | * | Check that the argument passed to reversed() is a proper sequence.cpopa2013-10-081-1/+38