summaryrefslogtreecommitdiff
path: root/astroid/interpreter/objects.py
Commit message (Expand)AuthorAgeFilesLines
* Support accessing properties using super().Claudiu Popa2016-01-151-0/+4
* Raise InferenceError with a proper context.Claudiu Popa2016-01-151-2/+6
* Fix an unprintable InferenceError by raising the class rather than an instanceCeridwen2016-01-121-1/+1
* Add .builtins() method to the manager, for retrieving the builtins module. Cl...Claudiu Popa2016-01-041-3/+3
* Add a new possible property-descriptor, lazy.Claudiu Popa2015-12-291-1/+1
* Add missing _proxied methods.Claudiu Popa2015-11-171-0/+6
* Merge modular-locals into 2.0Ceridwen2015-11-161-4/+14
* Merge structured exceptions into 2.0Claudiu Popa2015-11-131-24/+45
* Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-6/+6
* Separate class instances and builtin instances into two conceptsClaudiu Popa2015-11-071-7/+13
* The inference functions are implemented as dispatch-functions on virtual base...Claudiu Popa2015-11-051-6/+2
* Merge runtime namespace with interpreter namespace.Claudiu Popa2015-11-011-0/+475