summaryrefslogtreecommitdiff
path: root/astroid/scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Move node_classes and scoped_nodes into the tree namespace.Claudiu Popa2015-11-011-1746/+0
* Separate runtime objects from ASTsClaudiu Popa2015-11-011-22/+22
* Start splitting AST from runtime objectsClaudiu Popa2015-11-011-12/+13
* Add the concept of virtual basesClaudiu Popa2015-10-311-0/+10
* Class.getattr('__mro__') returns the actual MRO.Claudiu Popa2015-10-261-6/+8
* Move proxy_alias function to util.pyClaudiu Popa2015-10-111-3/+3
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-2/+0
* Move bases.NodeNG and bases.Statement in node_classesClaudiu Popa2015-10-111-4/+6
* Fix a crash which occurred when extra_decorators was considering non-class le...Claudiu Popa2015-09-291-1/+4
* Merged in ceridwenv/astroid (pull request #88)Claudiu Popa2015-09-261-7/+5
|\
| * Add helper function for reraising exceptionsCeridwen2015-09-211-13/+4
| * Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-7/+14
* | Allow only classes to be looked up in the metaclass chain for searching for a...Claudiu Popa2015-09-221-1/+1
|/
* Final draft of state printing after mergeCeridwen2015-09-131-0/+4
|\
| * First pass of the Python 3.5 support.Claudiu Popa2015-09-071-0/+4
* | Final draft of improved state printingCeridwen2015-09-131-6/+4
* | First draft of improved state printingCeridwen2015-09-091-7/+10
|/
* Merged in ceridwenv/astroid (pull request #86)Claudiu Popa2015-08-261-9/+7
|\
| * Improve decorator introspection using wrapt and functools.wrapsCeridwen2015-08-261-9/+7
* | Make seen a parameter with a default value, instead of passing explicitly None.Claudiu Popa2015-08-261-2/+2
* | Merged in renezhang/astroid_metaclass_loop (pull request #85)Claudiu Popa2015-08-261-7/+15
|\ \ | |/ |/|
| * Add new _find_metaclass method to maintain signature of metaclassRene Zhang2015-08-261-8/+11
| * Fix infinite loop in metaclass inferenceRene Zhang2015-08-201-4/+9
* | Change the order of the mixins, so that mixins are the first in the MRO befor...Claudiu Popa2015-08-251-2/+2
* | Fix pylint issues.Claudiu Popa2015-08-251-3/+2
* | Use the old display types, since they are used by pylint to generate error me...Claudiu Popa2015-08-221-2/+2
* | Remove debug statementsCeridwen2015-08-211-1/+0
* | Add tests for aliasesCeridwen2015-08-211-8/+10
* | More fixes for bugs introduced during mergeCeridwen2015-08-181-17/+24
* | More code review fixesCeridwen2015-08-151-18/+3
* | Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-8/+2
* | Merge main into defaultCeridwen2015-08-141-93/+201
|\ \ | |/
| * Move InferenceContext and CallContext into astroid.contextClaudiu Popa2015-08-121-5/+6
| * Remove unused imports.Claudiu Popa2015-08-111-1/+0
| * Drop code that inspects sys.modules unconditionally, since it breaks the expe...Claudiu Popa2015-08-091-13/+0
| * Remove dead code.Claudiu Popa2015-08-091-1/+0
| * Move YES to astroid.util.Claudiu Popa2015-08-091-14/+15
| * Remove trailing whitespaces.Claudiu Popa2015-08-061-3/+3
| * Move the determination of extra_decorators directly into Function, as Functio...Claudiu Popa2015-08-061-2/+42
| * Move the determination of a function type from rebuilder to Function.type.Claudiu Popa2015-08-061-46/+53
| * Class._explicit_metaclass is now a public API, in the form of Class.declared_...Claudiu Popa2015-08-041-7/+6
| * Remove trailing whitespace.Claudiu Popa2015-07-261-1/+1
| * Class.getattr looks by default in the implicit and the explicit metaclasses, ...Claudiu Popa2015-07-261-4/+55
| * Add get_wrapping_class API to scoped_nodes, which can be used to retrieve the...Claudiu Popa2015-07-261-0/+17
| * Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-1/+1
* | Move proxies to nodes.py and scoped_nodes.pyCeridwen2015-07-131-7/+4
* | Fix code review comments.Ceridwen2015-07-131-4/+4
* | Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...Ceridwen2015-07-111-0/+9
* | Merge logilab/astroid againCeridwen2015-07-111-1/+1
|\ \ | |/
* | Fix bugs introduced by merge and formattingCeridwen2015-07-111-4/+6