summaryrefslogtreecommitdiff
path: root/pylint/checkers/newstyle.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-4/+4
| | | | | | | Also improve a couple of imports and added support for the old visit_ names. Priority will have the old visit_ names, such as visit_discard over visit_expr, visit_callfunc over visit_call etc.
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-4/+4
|
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+172