summaryrefslogtreecommitdiff
path: root/astroid/node_classes.py
Commit message (Expand)AuthorAgeFilesLines
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+25
* assigned_stmts methods have the same signature from now on.Claudiu Popa2015-12-051-2/+25
* Merge structured exceptions into masterClaudiu Popa2015-11-231-8/+9
|\
| * Rename Uninferable and instatiate_classCeridwen2015-11-061-7/+7
| * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-8/+9
* | Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-231-0/+3
* | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-7/+7
|/
* Fix Arguments' _other_fieldsCeridwen2015-10-121-1/+1
* Move proxy_alias function to util.pyClaudiu Popa2015-10-111-25/+8
* Move bases.NodeNG and bases.Statement in node_classesClaudiu Popa2015-10-111-55/+530
* Add support for looking up into DictUnpack's value in Dict.getitemClaudiu Popa2015-10-061-0/+6
* Remove the value from the DictUnpack node, since it's used mostly to represen...Claudiu Popa2015-10-061-9/+1
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-061-0/+12
* Remove trailing whitespace.Claudiu Popa2015-10-031-1/+1
* Move objects.Slice back into nodes.SliceClaudiu Popa2015-10-031-1/+33
* Hopefully actually fix #185Ceridwen2015-09-261-2/+2
* Make instancecheck a private function.Claudiu Popa2015-09-261-2/+2
* Add Call.starargs and Call.kwargs propertiesClaudiu Popa2015-09-121-0/+10
* Final draft of state printing after mergeCeridwen2015-09-131-4/+4
|\
| * Final draft of improved state printingCeridwen2015-09-131-3/+3
| * First draft of improved state printingCeridwen2015-09-091-1/+1
* | Second pass of the Python 3.5 support: adding Async nodes.Claudiu Popa2015-09-071-0/+18
* | First pass of the Python 3.5 support.Claudiu Popa2015-09-071-7/+2
|/
* Fix pylint issues.Claudiu Popa2015-08-251-0/+1
* Emit a warning when an old AST name is used in an isinstance call.Claudiu Popa2015-08-251-1/+8
* Use a stack level of 2 when emitting warnings, since the call site of the dep...Claudiu Popa2015-08-251-1/+1
* Add deprecation warnings testsCeridwen2015-08-221-2/+2
* Last merge (hopefully) and all bugs fixed but oneCeridwen2015-08-211-62/+342
|\
| * Add tests for aliasesCeridwen2015-08-211-1/+7
| * More fixes for bugs introduced during mergeCeridwen2015-08-181-1/+2
| * More code review fixesCeridwen2015-08-151-4/+1
| * Fix issues found in code reviewCeridwen2015-08-141-1/+1
| * Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-8/+1
| * Merge main into defaultCeridwen2015-08-141-86/+101
| |\
| * | Move proxies to nodes.py and scoped_nodes.pyCeridwen2015-07-131-0/+17
| * | Fix code review comments.Ceridwen2015-07-131-2/+1
| * | Refactor node classes to have constructors and change some names.Ceridwen2015-07-101-10/+0
| * | Node constructors almost finished except for two bugsCeridwen2015-07-081-77/+371
* | | Understand slices of tuples, lists, strings and instances with support for sl...Claudiu Popa2015-08-211-2/+13
* | | Introduce a base class for Set, List and Tuple in order to avoid code duplica...Claudiu Popa2015-08-201-42/+30
| |/ |/|
* | Big cleanup across the entire projectClaudiu Popa2015-08-121-77/+88
* | Move InferenceContext and CallContext into astroid.contextClaudiu Popa2015-08-121-2/+3
* | Move YES to astroid.util.Claudiu Popa2015-08-091-3/+4
* | Add CallFunc.keywords, instead of putting together args and kwargs in CallFun...Claudiu Popa2015-08-081-4/+2
* | Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-1/+1
|/
* Remove trailing whitespace.Claudiu Popa2015-07-011-1/+1
* Use six constants for python versions.Claudiu Popa2015-07-011-7/+3
* Add support for indexing bytes on Python 3.Claudiu Popa2015-07-011-0/+5
* Add annotation support for function.as_string(). Closes issue #37.Claudiu Popa2015-07-011-4/+6
* Merged in jarradhope/astroid (pull request #73)Claudiu Popa2015-07-011-4/+12
|\