summaryrefslogtreecommitdiff
path: root/astroid/tree/node_classes.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up spacing, typos, and add .hypothesis to .gitignoreCeridwen2016-04-071-0/+1
* Replace None with Empty in the ASTs and refactor the zipper tests to work wit...Ceridwen2016-03-021-123/+125
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-79/+78
* Don't set the fromlineno of parents or children for nodes without it setClaudiu Popa2016-01-251-2/+5
* Put mixins before NodeNG for WithItemCeridwen2016-01-091-1/+1
* Rename asspath to assign_ppathCeridwen2016-01-091-4/+4
* Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ...Ceridwen2016-01-091-10/+16
* Refactor Compare nodes to have two sequences, ops and comparators, correspond...Ceridwen2016-01-081-9/+12
* Use keys and values as separate arguments for nodes.DictClaudiu Popa2016-01-041-10/+16
* Add .builtins() method to the manager, for retrieving the builtins module. Cl...Claudiu Popa2016-01-041-7/+7
* Remove the old aliases for ass_type / file_bytes / file and nodes.Claudiu Popa2016-01-031-15/+0
* Move mixins into tree.base.Claudiu Popa2016-01-021-20/+19
* Remove do_import_module and real_name from ImportFrom and Import nodes.Claudiu Popa2016-01-021-2/+8
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+25
* Fixed bugs introduced by merging modular-locals into 2.0.Ceridwen2015-11-171-1/+4
* Add missing _proxied methods.Claudiu Popa2015-11-171-0/+15
* Merge modular-locals into 2.0Ceridwen2015-11-161-53/+75
* Merge structured exceptions into 2.0Claudiu Popa2015-11-131-7/+6
* Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-1/+1
* Move LookupMixin into mixins, since we can it doesn't need to depend on Name ...Claudiu Popa2015-11-071-151/+3
* Separate class instances and builtin instances into two conceptsClaudiu Popa2015-11-071-6/+10
* The inference functions are implemented as dispatch-functions on virtual base...Claudiu Popa2015-11-051-8/+42
* Remove the circular dependency between protocols.py and node_classes.pyClaudiu Popa2015-11-041-12/+39
* Move unpack_infer and are_exclusive into the interpreter namespace.Claudiu Popa2015-11-021-82/+4
* Merge runtime namespace with interpreter namespace.Claudiu Popa2015-11-011-4/+4
* Move the implementation of scopes into interpreter.scopes, which makes it mor...Claudiu Popa2015-11-011-4/+0
* Move singledispatch import into a common place, where it can be used by astroid.Claudiu Popa2015-11-011-4/+0
* Move node_classes and scoped_nodes into the tree namespace.Claudiu Popa2015-11-011-0/+1440