summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-215-1/+51
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-213-16/+18
* Merge headsClaudiu Popa2015-09-2011-176/+125
|\
| * Update contributorsCezar2015-09-201-0/+2
| * Deprecation check based on Python versionCezar2015-09-208-70/+100
| * Fix some errorsCezar2015-09-203-6/+6
| * Remove old test for deprecated methodsCezar2015-09-201-122/+0
| * Update functional tests for deprecated methodsCezar2015-09-205-8/+30
| * Add checker for method deprecationCezar2015-09-201-50/+67
| * Add tests for deprecationCezar2015-09-191-0/+122
| * Add deprecation checkersCezar2015-09-191-27/+59
| * Merged logilab/pylint into defaultcezarelnazli2015-09-193-1/+19
| |\
| * | Document the checker methodCezar2015-09-191-0/+4
| * | Add check for deprecated unittest aliasesCezar2015-09-191-2/+25
* | | Merge branchCezar2015-09-193-1/+19
|\ \ \ | | |/ | |/|
| * | Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-193-1/+19
| |/
* | Add tests for method deprecationCezar2015-09-191-0/+122
* | Add checker for method deprecationCezar2015-09-191-2/+61
|/
* Fix indentation problem.Claudiu Popa2015-09-191-2/+2
* Add ChangeLog entry for commit 0ec6615cc2009b27be0c29a493dd865261d518a2Claudiu Popa2015-09-191-0/+4
* Move the block after the check_reimport block.Claudiu Popa2015-09-191-5/+5
* Use a counter instead of manually peeking at the next items.Claudiu Popa2015-09-191-5/+8
* Add test for reimports on single lineCezar2015-09-191-1/+11
* Use enumarete() instead of range()Cezar2015-09-191-3/+3
* Raise 'reimported' on duplice import on single lineCezar2015-09-191-0/+7
* Get the sections sorted in options_by_section. This means the generated rcfil...Claudiu Popa2015-09-181-1/+1
* Remove trailing whitespace.Claudiu Popa2015-09-181-1/+1
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-182-2/+18
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-185-26/+67
* Fix false positives with unnecessary-lambda. Closes issue #630.Claudiu Popa2015-09-051-14/+2
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-0520-30/+842
* Fix the name of the attribute, it's six.string_types.Claudiu Popa2015-09-051-1/+1
* fixed merge conflictObscuron2015-09-0445-452/+1408
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-044-18/+18
| * Add missing tests.Claudiu Popa2015-09-042-0/+80
| * Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-042-4/+43
| * Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-023-16/+10
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-016-63/+826
| * Update the version to reflect what will be released. Some users are using the...Claudiu Popa2015-08-261-1/+1
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2625-141/+182
| * Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-254-10/+10
| * Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-2519-223/+252
| * Merged in renezhang/pylint_raise_error (pull request #267)Claudiu Popa2015-08-212-1/+5
| |\
| | * More idiomatic pythonRene Zhang2015-08-211-2/+1
| | * Fix index out of range when handling raise()Rene Zhang2015-08-202-1/+6
| * | Fix inference error on string formatRene Zhang2015-08-202-0/+6
| |/
* | Fix crash when handling generator inside with contextRene Zhang2015-08-203-3/+19
|/
* Mention that the option is obsoleted.Claudiu Popa2015-08-201-1/+2
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-205-56/+3
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-202-8/+8