summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Get rid of logilab.common.graph.no-logilab-commonFlorian Bruhin2015-07-261-2/+1
* Get rid of logilab.common.vcgutils.Florian Bruhin2015-07-262-1/+201
* Get rid of logilab.common.compat.Florian Bruhin2015-07-261-1/+1
* Fix bad whitespace.Claudiu Popa2015-07-031-1/+1
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-034-13/+124
* 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-173-3/+81
* 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-173-2/+270
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-146-0/+940