summaryrefslogtreecommitdiff
path: root/pylint/checkers/variables.py
Commit message (Expand)AuthorAgeFilesLines
* 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