summaryrefslogtreecommitdiff
path: root/astroid/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Clean up some comments and docstringsCeridwen2016-03-291-2/+0
* Revise zipper tests for speed and to be more accurate about what is being testedCeridwen2016-02-211-7/+6
* Changed the way how parameters are being builtClaudiu Popa2016-02-132-9/+13
* Look in keyword-only annotations when determining the scope of annotations.Claudiu Popa2016-01-251-0/+1
* Don't set the fromlineno of parents or children for nodes without it setClaudiu Popa2016-01-251-1/+1
* Clarify why we are sorting locals.Claudiu Popa2016-01-241-1/+3
* Propagate error information to @raise_if_nothing_inferred in unpack_infer()Ceridwen2016-01-151-4/+6
* Fix unpack_infer to fail if results are emptyDave Baum2016-01-151-0/+2
* 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-043-5/+5
* Move mixins into tree.base.Claudiu Popa2016-01-021-2/+1
* Remove do_import_module and real_name from ImportFrom and Import nodes.Claudiu Popa2016-01-022-1/+44
* Move qname() definition into a separate mixinClaudiu Popa2015-12-301-8/+0
* Move lookup specific bits into interpreter.lookupClaudiu Popa2015-12-291-0/+313
* Add a new possible property-descriptor, lazy.Claudiu Popa2015-12-291-1/+1
* Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-231-0/+3
* Add missing _proxied methods.Claudiu Popa2015-11-171-0/+6
* Remove astroid.helpers, merge it with interpreter.util.Claudiu Popa2015-11-161-0/+62
* Add a workaround for singledispatch raising AttributeError on old-style classesCeridwen2015-11-161-0/+2
* 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-062-12/+12
* .scope() returns the proper scope for Arguments's default values, function an...Claudiu Popa2015-11-101-4/+69
* Separate class instances and builtin instances into two conceptsClaudiu Popa2015-11-072-7/+17
* The inference functions are implemented as dispatch-functions on virtual base...Claudiu Popa2015-11-052-6/+10
* Move has_known_bases, safe_infer, is_supertype and is_supertype into the inte...Claudiu Popa2015-11-021-0/+60
* Move class_instance_as_index into interpreter.utilClaudiu Popa2015-11-021-0/+24
* Move unpack_infer and are_exclusive into the interpreter namespace.Claudiu Popa2015-11-021-0/+77
* Merge runtime namespace with interpreter namespace.Claudiu Popa2015-11-012-0/+523
* Move the implementation of scopes into interpreter.scopes, which makes it mor...Claudiu Popa2015-11-011-0/+48
* Separate runtime objects from ASTsClaudiu Popa2015-11-012-0/+54