summaryrefslogtreecommitdiff
path: root/pylint/checkers/strings.py
Commit message (Expand)AuthorAgeFilesLines
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-4/+3
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-4/+3
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-181-1/+0
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-1/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-4/+4
* Fix inference error on string formatRene Zhang2015-08-201-0/+2
* Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-081-9/+8
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-3/+4
* Remove trailing whitespace.Claudiu Popa2015-05-241-1/+1
* Handle format-combined-specification explicitly on Jython, where parsing such...Claudiu Popa2015-05-241-3/+12
* Don't fail in the string checker when encountering a bytes string on Python 3...Claudiu Popa2015-04-011-0/+3
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+615