summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch reversedreversedClaudiu Popa2014-01-090-0/+0
|
* 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 ↵cpopa2014-01-034-2/+23
| | | | | | | | | | | | is_defined_before.
| * | mergeSylvain Th?nault2014-01-086-12/+49
| |\ \
| | * | changelog cleanupSylvain Th?nault2014-01-081-2/+0
| | |/
| | * Merged in PCManticore/pylint (pull request #78)Claudiu Popa2014-01-011-2/+2
| | |\ | | | | | | | | | | | | Fix false positive for catching-non-exception, for C based exceptions.
| | | * 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
| | |
| * | 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
| |/
| * 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 Windows
| | * 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
| | | | | | | | | | | | implementation. Somewhat close #112 (among other reporter problems).
| * 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 ↵Sylvain Th?nault2013-12-203-8/+29
| | | | | | | | inner loop. Close #117
| * Merged in jmcgeheeiv/pylintrc_search_doc (pull request #65)Sylvain Th?nault2013-12-2067-832/+1099
| |\ | | | | | | | | | Correct documentation for the manner in which Pylint finds its pylintrc configuration file
| | * [pyreverse] more refactoring to get actually predicable results (take 2)Sylvain Th?nault2013-12-207-165/+113
| | | | | | | | | | | | simplify pyreverse related test code on the way.
| | * fix unpacking-non-sequence false negative: detect that infered node **is an ↵Sylvain Th?nault2013-12-203-39/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | instance** of an iterable class. Also, slightly enhance the message for it and its unbalanced-tuple-unpackaging cousin.
| | * add pylint logo into doc/Sylvain Th?nault2013-12-201-0/+0
| | |
| | * fix unproperly spelled max version for missing-super-argumentSylvain Th?nault2013-12-201-1/+1
| | |
| | * [test/pyreverse] make test predictable and stop sorting file content in this ↵Sylvain Th?nault2013-12-206-30/+56
| | | | | | | | | | | | case
| | * [py3] avoid some unclosed file warningSylvain Th?nault2013-12-201-3/+6
| | |
| | * [py3] various fixes for python3Sylvain Th?nault2013-12-205-8/+20
| | |
| | * [test] use assertTrue instead of deprecated assert_Sylvain Th?nault2013-12-203-5/+5
| | |
| | * tox tweaksSylvain Th?nault2013-12-202-2/+4
| | |
| | * [py3] missing-super-argument is a python2 only messageSylvain Th?nault2013-12-203-2/+3
| | |
| | * [packaging] drop config for no more supported debian/ubuntu distributionsSylvain Th?nault2013-12-203-237/+0
| | |
| | * [packaging] cleanup MANIFEST.inSylvain Th?nault2013-12-201-2/+2
| | |
| | * [test] remove reference to droped test classSylvain Th?nault2013-12-191-2/+0
| | |
| | * [import checker] is_standard_module relative to package is buggy, ↵Sylvain Th?nault2013-12-192-9/+4
| | | | | | | | | | | | | | | | | | | | | systematically update the import graph will avoid bugs and test failures when test are run from a virtualenv. Also remove the .package_dir method which was only used there.
| | * [test] skip test which is not really useful and cause pb in tox or installed ↵Sylvain Th?nault2013-12-191-8/+1
| | | | | | | | | | | | environment (with '.' in path, such as python2.7)
| | * testutils: use argument order expected by unittest, expected value firstSylvain Th?nault2013-12-191-2/+2
| | |
| | * testutils: open messge file using Universal new lines mode to avoid failure ↵Sylvain Th?nault2013-12-191-1/+1
| | | | | | | | | | | | due to do Windows/Unix CRLF pbs
| | * minimal python versionsSylvain Th?nault2013-12-191-1/+2
| | |
| | * attempt to use tox to test on several python versionSylvain Th?nault2013-12-191-0/+8
| | |
| | * Merged in bukzor/pylint/fix_namedtuple (pull request #67)Sylvain Th?nault2013-12-182-0/+11
| | |\ | | | | | | | | | | | | A regression test for namedtuple attributes.
| | | * A regression test for namedtuple attributes.buck2013-10-142-0/+11
| | | | | | | | | | | | | | | | | | | | Currently broken under astroid on pyPI (1.0.0), but works for hg tip atroid (9cf54b49a2d4).