summaryrefslogtreecommitdiff
path: root/astroid/scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+4
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-061-2/+2
* assigned_stmts methods have the same signature from now on.Claudiu Popa2015-12-051-0/+1
* Merge upstream changesCeridwen2015-11-061-59/+67
|\
| * Rename Uninferable and instatiate_classCeridwen2015-11-061-19/+19
| * Use next()'s default argumentCeridwen2015-11-061-4/+3
| * Add structured exceptions to decorators and remaining functions.Ceridwen2015-11-061-34/+30
| * Improve InferenceError for remove_nodesCeridwen2015-11-031-1/+1
| * Improve InferenceError for remove_nodesCeridwen2015-11-031-3/+4
| * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-31/+44
* | Merge upstreamCeridwen2015-11-061-33/+35
|\ \
| * | Fix pylint warnings.Claudiu Popa2015-11-041-33/+35
| |/
* | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-19/+26
|/
* 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-12/+13
|\
| * Final draft of improved state printingCeridwen2015-09-131-6/+4
| * First draft of improved state printingCeridwen2015-09-091-7/+10
* | First pass of the Python 3.5 support.Claudiu Popa2015-09-071-0/+4
|/
* Merged in ceridwenv/astroid (pull request #86)Claudiu Popa2015-08-261-7/+15
|\
| * 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
* | | Improve decorator introspection using wrapt and functools.wrapsCeridwen2015-08-261-9/+7
|/ /
* | 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