summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch nonlocalnonlocalClaudiu Popa2014-01-220-0/+0
* 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
* | | | | | Add new test case for false positive prevention.cpopa2014-01-032-3/+5
* | | | | | Merge with default.cpopa2014-01-034-1/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add bad-exception-context warning for checking that `raise ... from ...` sets...cpopa2013-12-284-2/+49
| | |_|_|/ | |/| | |
* | | | | Merged in PCManticore/pylint (pull request #78)Claudiu Popa2014-01-011-2/+2
|\ \ \ \ \
| * | | | | Fix code-quality mail list links.cpopa2013-12-301-2/+2
| |/ / / /
* | | | | Use `all` for a clearer intentcpopa2014-01-011-2/+2
* | | | | Fix false positive for catching-non-exception, for C based exceptions.cpopa2014-01-013-6/+45
|/ / / /
* | | | Fix typos in description messagescpopa2013-12-261-2/+2
|/ / /