summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch exception_contextexception_contextClaudiu 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
|/ / /
* | | 1.1pylint-version-1.1.0Sylvain Th?nault2013-12-233-5/+12
* | | Merged in PCManticore/pylint/fixes (pull request #74)Sylvain Th?nault2013-12-232-8/+23
|\ \ \
| * | | Fix various issues with linesep for Windowscpopa2013-12-232-8/+23
|/ / /
* | | various pylint fixesSylvain Th?nault2013-12-2225-256/+293
* | | split linesSylvain Th?nault2013-12-201-2/+2
* | | drop badly-implemented-container which cause several problems in its current ...Sylvain Th?nault2013-12-206-110/+6
* | | fix way to get pylint.lint file as suggested in issue #106Sylvain Th?nault2013-12-201-1/+2
* | | `input` is not a bad function when using python3. Close #110Sylvain Th?nault2013-12-202-1/+7
* | | useless-else-on-loop not emited if there is a break in the else clause of inn...Sylvain Th?nault2013-12-203-8/+29
* | | Merged in jmcgeheeiv/pylintrc_search_doc (pull request #65)Sylvain Th?nault2013-12-2067-832/+1099
|\ \ \