| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up spacing, typos, and add .hypothesis to .gitignore | Ceridwen | 2016-04-07 | 1 | -0/+1 |
* | Replace None with Empty in the ASTs and refactor the zipper tests to work wit... | Ceridwen | 2016-03-02 | 1 | -123/+125 |
* | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 1 | -79/+78 |
* | Don't set the fromlineno of parents or children for nodes without it set | Claudiu Popa | 2016-01-25 | 1 | -2/+5 |
* | Put mixins before NodeNG for WithItem | Ceridwen | 2016-01-09 | 1 | -1/+1 |
* | Rename asspath to assign_ppath | Ceridwen | 2016-01-09 | 1 | -4/+4 |
* | Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ... | Ceridwen | 2016-01-09 | 1 | -10/+16 |
* | Refactor Compare nodes to have two sequences, ops and comparators, correspond... | Ceridwen | 2016-01-08 | 1 | -9/+12 |
* | Use keys and values as separate arguments for nodes.Dict | Claudiu Popa | 2016-01-04 | 1 | -10/+16 |
* | Add .builtins() method to the manager, for retrieving the builtins module. Cl... | Claudiu Popa | 2016-01-04 | 1 | -7/+7 |
* | Remove the old aliases for ass_type / file_bytes / file and nodes. | Claudiu Popa | 2016-01-03 | 1 | -15/+0 |
* | Move mixins into tree.base. | Claudiu Popa | 2016-01-02 | 1 | -20/+19 |
* | Remove do_import_module and real_name from ImportFrom and Import nodes. | Claudiu Popa | 2016-01-02 | 1 | -2/+8 |
* | Some nodes got a new attribute, 'ctx', which tells in which context the said ... | Claudiu Popa | 2015-12-08 | 1 | -0/+25 |
* | Fixed bugs introduced by merging modular-locals into 2.0. | Ceridwen | 2015-11-17 | 1 | -1/+4 |
* | Add missing _proxied methods. | Claudiu Popa | 2015-11-17 | 1 | -0/+15 |
* | Merge modular-locals into 2.0 | Ceridwen | 2015-11-16 | 1 | -53/+75 |
* | Merge structured exceptions into 2.0 | Claudiu Popa | 2015-11-13 | 1 | -7/+6 |
* | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -1/+1 |
* | Move LookupMixin into mixins, since we can it doesn't need to depend on Name ... | Claudiu Popa | 2015-11-07 | 1 | -151/+3 |
* | Separate class instances and builtin instances into two concepts | Claudiu Popa | 2015-11-07 | 1 | -6/+10 |
* | The inference functions are implemented as dispatch-functions on virtual base... | Claudiu Popa | 2015-11-05 | 1 | -8/+42 |
* | Remove the circular dependency between protocols.py and node_classes.py | Claudiu Popa | 2015-11-04 | 1 | -12/+39 |
* | Move unpack_infer and are_exclusive into the interpreter namespace. | Claudiu Popa | 2015-11-02 | 1 | -82/+4 |
* | Merge runtime namespace with interpreter namespace. | Claudiu Popa | 2015-11-01 | 1 | -4/+4 |
* | Move the implementation of scopes into interpreter.scopes, which makes it mor... | Claudiu Popa | 2015-11-01 | 1 | -4/+0 |
* | Move singledispatch import into a common place, where it can be used by astroid. | Claudiu Popa | 2015-11-01 | 1 | -4/+0 |
* | Move node_classes and scoped_nodes into the tree namespace. | Claudiu Popa | 2015-11-01 | 1 | -0/+1440 |