| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for binary operations between classes. | Claudiu Popa | 2016-12-30 | 1 | -1/+3 |
* | Add missing parameter to default implementation. | Claudiu Popa | 2016-12-30 | 1 | -1/+1 |
* | Let the type error propagate as an AstroidTypeError. | Claudiu Popa | 2016-12-30 | 1 | -4/+4 |
* | getitem() method accepts nodes now, instead of Python objects. | Claudiu Popa | 2016-12-30 | 1 | -11/+25 |
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+5 |
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
* | Convert all files to new license header | Ceridwen | 2016-05-17 | 1 | -17/+3 |
* | Exceptions have their own object model | Claudiu Popa | 2016-03-03 | 1 | -1/+3 |
* | Set the call context for binary methods only for instances | Claudiu Popa | 2016-02-19 | 1 | -0/+8 |
* | Set the parent to the BinOp node when inferring nodes created during binary o... | Claudiu Popa | 2016-02-16 | 1 | -8/+8 |
* | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 1 | -3/+4 |
* | Rename asspath to assign_ppath | Ceridwen | 2016-01-09 | 1 | -41/+41 |
* | Fix forwarding for withitem_assigned_stmts() | Ceridwen | 2016-01-09 | 1 | -5/+1 |
* | Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ... | Ceridwen | 2016-01-09 | 1 | -1/+11 |
* | assigned_stmts methods have the same signature from now on. | Claudiu Popa | 2015-12-05 | 1 | -2/+10 |
* | Handle the cases when a List can contain Uninferable as its elements | Claudiu Popa | 2015-11-23 | 1 | -4/+11 |
* | Fix bugs introduced during modular-locals merge | Ceridwen | 2015-11-19 | 1 | -1/+1 |
* | Fix some NameErrors and use the return annotation for the function nodes. | Claudiu Popa | 2015-11-16 | 1 | -1/+1 |
* | Merge modular-locals into 2.0 | Ceridwen | 2015-11-16 | 1 | -12/+16 |
|\ |
|
| * | Merge master and structured_exceptions | Ceridwen | 2015-11-06 | 1 | -3/+7 |
| |\ |
|
| * | | Rename Uninferable and instantiate_class | Ceridwen | 2015-11-06 | 1 | -16/+16 |
| * | | Merge in decorator fixes from structured_exceptions and backwards-compatibili... | Ceridwen | 2015-11-06 | 1 | -10/+17 |
| |\ \ |
|
| * \ \ | Merge structured_exceptions into modular-locals | Ceridwen | 2015-11-02 | 1 | -11/+45 |
| |\ \ \ |
|
| * | | | | Rename Singleton to NameConstant, introduce ReservedName node | Ceridwen | 2015-10-30 | 1 | -3/+3 |
| * | | | | Fix simple test failures | Ceridwen | 2015-10-26 | 1 | -3/+3 |
| * | | | | Merge bug fixes from @ | Ceridwen | 2015-10-26 | 1 | -23/+11 |
| |\ \ \ \ |
|
| * | | | | | Finish removing const_factory, fix funcsigs typo and miscellaneous small test... | Ceridwen | 2015-10-26 | 1 | -8/+6 |
* | | | | | | Merge structured exceptions into 2.0 | Claudiu Popa | 2015-11-13 | 1 | -8/+49 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge upstream changes | Ceridwen | 2015-11-06 | 1 | -3/+7 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge upstream | Ceridwen | 2015-11-06 | 1 | -3/+7 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -16/+16 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Rename Uninferable and instatiate_class | Ceridwen | 2015-11-06 | 1 | -16/+16 |
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Add structured exceptions to decorators and remaining functions. | Ceridwen | 2015-11-06 | 1 | -10/+17 |
| | |_|_|/
| |/| | | |
|
| * | | | | This bookmark adds structured exceptions to astroid. | Ceridwen | 2015-11-02 | 1 | -11/+45 |
| |/ / / |
|
* | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -18/+18 |
* | | | | Fix a bug in the inference of Starred nodes | Claudiu Popa | 2015-11-11 | 1 | -8/+11 |
* | | | | The inference functions are implemented as dispatch-functions on virtual base... | Claudiu Popa | 2015-11-05 | 1 | -3/+2 |
* | | | | Remove the circular dependency between protocols.py and node_classes.py | Claudiu Popa | 2015-11-04 | 1 | -70/+81 |
* | | | | Use virtual checks instead of concrete object checks. | Claudiu Popa | 2015-11-04 | 1 | -12/+13 |
* | | | | Add Function.called_with, which returns a CallSite with the given arguments. | Claudiu Popa | 2015-11-04 | 1 | -6/+6 |
* | | | | Merge master changes into 2.0 | Claudiu Popa | 2015-11-02 | 1 | -3/+7 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Fix some inconsistencies with accessing the first argument of methods | Claudiu Popa | 2015-10-31 | 1 | -3/+7 |
| |/ / |
|
* | | | Don't pass a callcontext to CallSite, only the arguments and the keyword argu... | Claudiu Popa | 2015-11-02 | 1 | -2/+3 |
* | | | Move has_known_bases, safe_infer, is_supertype and is_supertype into the inte... | Claudiu Popa | 2015-11-02 | 1 | -2/+1 |
* | | | Move class_instance_as_index into interpreter.util | Claudiu Popa | 2015-11-02 | 1 | -1/+1 |
* | | | Move unpack_infer and are_exclusive into the interpreter namespace. | Claudiu Popa | 2015-11-02 | 1 | -2/+2 |
* | | | Merge runtime namespace with interpreter namespace. | Claudiu Popa | 2015-11-01 | 1 | -2/+2 |
* | | | Move node_classes and scoped_nodes into the tree namespace. | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |
* | | | Separate runtime objects from ASTs | Claudiu Popa | 2015-11-01 | 1 | -9/+8 |
|/ / |
|
* | | Use safe_infer for inference of elements in list multiplication operation | Dmitry Pribysh | 2015-10-24 | 1 | -3/+4 |