summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Change the attribute check for using hasattr instead of looking explicitly in...Claudiu Popa2015-12-081-1/+1
* Give a nice error message when Graphviz is not installed. Closes issue #168.Emile Anclin2015-12-081-0/+17
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-1/+1
* Cleanup pylint issuesClaudiu Popa2015-11-211-4/+1
* display properties as attributes in pyreverse class diagramspaceone2015-10-121-2/+13
* Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-2/+3
* Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-251-1/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-253-16/+16
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-182-5/+3
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-183-4/+203
|\
| * 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
* | Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-111-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