summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch evalevalClaudiu Popa2014-04-070-0/+0
* Remove the reference to ast.literal_eval from the error message.cpopa2014-04-071-2/+2
* Add new warning 'eval-used'.cpopa2014-03-254-1/+29
* ensure --init-hooks is evaluated before other options. Closes issue #166Sylvain Th?nault2014-03-213-8/+18
* enhance option preprocessing error detection and related testsSylvain Th?nault2014-03-212-9/+28
* wrap line to 80 char, it makes a smoke test failSylvain Th?nault2014-03-211-2/+3
* [test] drop unused class and other minor cleanupsSylvain Th?nault2014-03-211-24/+6
* cleanup as suggested by Buck GolemonSylvain Th?nault2014-03-123-2/+2
* tweak hgignore as suggested by Buck GolemonSylvain Th?nault2014-03-121-0/+1
* Merged in ricardogemignani/pylint (pull request #94)Sylvain Th?nault2014-03-102-6/+123
|\
| * Initial draft of plugin how-to.amdev2014-02-272-6/+123
* | Changelog line about python 2.5 support being restored was addedRicardo Gemignani2014-03-061-0/+3
* | code commented and import moved so it won't run when python>2.5Ricardo Gemignani2014-03-062-1/+4
* | except as replaced by commas, one with_statement future import added and Stri...Ricardo Gemignani2014-03-068-7/+21
|/
* 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