summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch w0401_packagew0401_packageSylvain Th?nault2014-04-110-0/+0
* merge logilab tip to w0401_packagebuck2014-03-0511-8/+37
|\
| * Improve cyclic import detection in the case of packages.buck2013-10-149-17/+39
| * ignore vim temp filesbuck2013-10-141-0/+1
| * fix dos line endings.buck2013-10-142-9/+9
| * Created new branch w0401_packageBuck Golemon2013-10-140-0/+0
* | give trove classifiers to distutils. Closes #152Sylvain Th?nault2014-02-261-1/+2
* | Merged in PCManticore/pylint (pull request #91)Sylvain Th?nault2014-02-244-7/+12
|\ \
| * | Wrong maxversion used.cpopa2014-02-221-1/+1
| * | Syntax only valid for Python 3.3+.cpopa2014-02-224-5/+5
| * | Do not warn about returning values in generator for Python 3, it is valid syn...cpopa2014-02-224-8/+13
* | | Updated FSF address.Arun Persaud2014-02-2346-47/+47
|/ /
* | Merged in PCManticore/pylint/abc (pull request #90)Claudiu Popa2014-02-199-4/+165
|\ \
| * | Update dependency.cpopa2014-02-141-1/+1
| * | Use qname(), remove useless check and add packaging info.cpopa2014-02-143-10/+4
| * | Add support for abc.ABC from Python 3.4.cpopa2014-02-133-2/+77
| * | Add ChangeLog entry.cpopa2014-02-131-0/+4
| * | Use .next.cpopa2014-02-131-1/+1
| * | Add abstract-class-instantiated warning.cpopa2014-02-093-1/+89
|/ /
* | Merged in PCManticore/pylint/all_false_positive (pull request #80)Claudiu Popa2014-02-045-4/+46
|\ \
| * | 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