summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/inspector.py
Commit message (Expand)AuthorAgeFilesLines
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-1/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-10/+10
* Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-111-1/+1
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-3/+108
* Fix the broken tests, since locals_types and instance_attr_types were expecte...Claudiu Popa2015-06-201-6/+8
* Make sure that every frame used by pyreverse.inspect has a locals_type attributeClaudiu Popa2015-06-201-15/+18
* Improve the readability of a function by using a defaultdict(set) instead of ...Claudiu Popa2015-06-201-10/+4
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-2/+3
* Replace the license with what is already used in the project.Claudiu Popa2015-06-171-14/+13
* Import astroid inspector to pyreverse.inspector.Claudiu Popa2015-06-171-0/+268