summaryrefslogtreecommitdiff
path: root/astroid/objects.py
Commit message (Expand)AuthorAgeFilesLines
* Implement bool_value correctly for data structures.Claudiu Popa2015-06-161-0/+3
* Staticmethods retrieved with super are functions, not bound methods.Claudiu Popa2015-06-151-1/+1
* Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...Claudiu Popa2015-05-291-6/+9
* Fail when calling Super.super_mro if the object-or-type is not the expected t...Claudiu Popa2015-05-291-1/+4
* Remove unused import.Claudiu Popa2015-05-281-1/+1
* Update the rules for what descriptor is returned from a super(), depending on...Claudiu Popa2015-05-281-10/+21
* Add a new *inference object* called SuperClaudiu Popa2015-05-281-1/+108
* Specify that inference objects can be found in the AST tree, but only after i...Claudiu Popa2015-05-191-2/+2
* Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-191-0/+58