summaryrefslogtreecommitdiff
path: root/pylint/test
Commit message (Expand)AuthorAgeFilesLines
* Add initial version of comparison checkercomparison-checkerDmitry Pribysh2015-10-033-0/+62
* Add checker to identify multiple imports on one line.Dmitry Pribysh2015-10-015-3/+23
* Update the list of special methods with the methods added in PEP 492.Claudiu Popa2015-10-012-1/+20
* Start adding a protocol checker for the async features added in PEP 492:Claudiu Popa2015-10-016-0/+94
* Port more old style tests to new style tests.Claudiu Popa2015-10-0120-144/+98
* Don't consider a class abstract if its members can't be properly inferred.Claudiu Popa2015-09-304-14/+43
* Port more tests to the new test format.Claudiu Popa2015-09-3021-86/+35
* Fix the tests.Claudiu Popa2015-09-293-4/+4
* Port some old style tests to new style tests.Claudiu Popa2015-09-2916-74/+30
* Remove unused linefix-362moylop2602015-09-271-1/+0
* Fix #362 - support in import and add testmoylop2602015-09-275-1/+15
* Grammar fix.Claudiu Popa2015-09-231-4/+4
* Retrieve the qualified name only after filtering the proper needs.Claudiu Popa2015-09-211-1/+8
* Show what nonlocal was found without a binding.Claudiu Popa2015-09-212-1/+13
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-211-2/+2
* Merged in matrixise/pylint/fix-582 (pull request #274)Claudiu Popa2015-09-214-1/+24
|\
| * Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-214-1/+24
* | Fix issue #314: bad-whitespace looks weird when the line does not end with ne...Fabio Natali2015-09-212-0/+10
* | Improve the test suite for deprecated-methodClaudiu Popa2015-09-214-11/+34
|/
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-212-6/+6
* Deprecation check based on Python versionCezar2015-09-207-7/+20
* Fix some errorsCezar2015-09-202-3/+3
* Remove old test for deprecated methodsCezar2015-09-201-122/+0
* Update functional tests for deprecated methodsCezar2015-09-205-8/+30
* Add tests for deprecationCezar2015-09-191-0/+122
* Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-191-1/+5
* Add test for reimports on single lineCezar2015-09-191-1/+11
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-181-0/+8
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-181-0/+11
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-1/+2
* fixed merge conflictObscuron2015-09-0419-94/+220
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-042-12/+13
| * Add missing tests.Claudiu Popa2015-09-042-0/+80
| * Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-021-0/+5
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-1/+2
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2611-89/+120
| * Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-253-4/+4
| * Merged in renezhang/pylint_raise_error (pull request #267)Claudiu Popa2015-08-211-0/+4
| |\
| | * Fix index out of range when handling raise()Rene Zhang2015-08-201-0/+4
| * | Fix inference error on string formatRene Zhang2015-08-201-0/+4
| |/
* | Fix crash when handling generator inside with contextRene Zhang2015-08-202-0/+15
|/
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-9/+0
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-201-6/+6
* Remove ignored-builtin-module since it's not useful.Claudiu Popa2015-08-201-10/+0
* missing-reversed-argument was removed.Claudiu Popa2015-08-202-2/+1
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-207-15/+14
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-184-26/+10
|\
| * Get rid of logilab.common.modutils.Florian Bruhin2015-07-262-6/+6
| * Remove dead test file.Florian Bruhin2015-07-261-8/+0
| * Get rid of logilab.common.compat.Florian Bruhin2015-07-261-4/+3