summaryrefslogtreecommitdiff
path: root/pylint/checkers/variables.py
Commit message (Expand)AuthorAgeFilesLines
* Remove interface-not-implemented warning. Closes issue #532.Claudiu Popa2015-05-051-1/+1
* Remove trailing whitespace.Claudiu Popa2015-04-161-1/+1
* Replace some strings with a global variable, for clarity.Claudiu Popa2015-04-161-2/+2
* Don't emit redefined-outer-name for __future__ directives.Claudiu Popa2015-04-161-4/+11
* Merged in raduciorba/pylint/unused-import (pull request #244)Claudiu Popa2015-04-021-1/+1
|\
| * issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-2/+2
* | fix indentation, add changelog entryunused-importRadu Ciorba2015-03-311-2/+2
* | fix commentRadu Ciorba2015-03-301-1/+1
* | add another test case + fixed an import errorRadu Ciorba2015-03-301-1/+1
* | fix unused-import false positive when the import is used in a class assignmentRadu Ciorba2015-03-301-5/+11
|/
* Don't emit an unused-wildcard-import for imported __future__ names from other...Claudiu Popa2015-03-261-1/+23
* Promote a couple of warnings to errors.Claudiu Popa2015-03-201-4/+6
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+1069