| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for binary operations between classes. | Claudiu Popa | 2016-12-30 | 1 | -2/+7 |
| * | Add a new mechanism for retrieving the special methods. | Claudiu Popa | 2016-12-30 | 1 | -1/+8 |
| * | Add support for inferring unary binary op for classes | Claudiu Popa | 2016-12-30 | 1 | -1/+1 |
| * | Let the type error propagate as an AstroidTypeError. | Claudiu Popa | 2016-12-30 | 1 | -1/+2 |
| * | getitem() method accepts nodes now, instead of Python objects. | Claudiu Popa | 2016-12-30 | 1 | -43/+8 |
| * | 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 |
| * | Now is_subtype / is_supertype raises an internal exception when a type hierar... | Claudiu Popa | 2016-06-03 | 1 | -11/+24 |
| * | Convert all files to new license header | Ceridwen | 2016-05-17 | 1 | -17/+3 |
| * | Improve inference with regard redefinition of values in subclasses | Claudiu Popa | 2016-04-26 | 1 | -0/+11 |
| * | Try to compute descriptors only for objects with the source code available. | Claudiu Popa | 2016-03-01 | 1 | -1/+1 |
| * | Set the call context for binary methods only for instances | Claudiu Popa | 2016-02-19 | 1 | -25/+7 |
| * | Set the parent to the BinOp node when inferring nodes created during binary o... | Claudiu Popa | 2016-02-16 | 1 | -32/+32 |
| * | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 1 | -0/+1 |
| * | Edit base implementation inference message to be consistent with master | Ceridwen | 2016-01-13 | 1 | -1/+1 |
| * | Add message to the InferenceError for the base implementation of .infer() | Ceridwen | 2016-01-13 | 1 | -1/+1 |
| * | Add specific checking for features instead of catching AttributeError in infe... | Claudiu Popa | 2016-01-03 | 1 | -5/+11 |
| * | Remove do_import_module and real_name from ImportFrom and Import nodes. | Claudiu Popa | 2016-01-02 | 1 | -5/+5 |
| * | AstroidBuildingException is now AstroidBuildingError, the former being remove... | Claudiu Popa | 2015-12-06 | 1 | -2/+2 |
| * | Add two new exceptions, AstroidImportError and AstroidSyntaxError. | Claudiu Popa | 2015-12-06 | 1 | -5/+15 |
| * | Remove astroid.helpers, merge it with interpreter.util. | Claudiu Popa | 2015-11-16 | 1 | -3/+2 |
| * | Merge modular-locals into 2.0 | Ceridwen | 2015-11-16 | 1 | -7/+5 |
| |\ |
|
| | * | Finish most needed changes for building ASTs from runtime objects. | Ceridwen | 2015-11-14 | 1 | -2/+1 |
| | * | Rename InterpreterObject from EmptyNode | Ceridwen | 2015-11-06 | 1 | -2/+2 |
| | * | Merge master and structured_exceptions | Ceridwen | 2015-11-06 | 1 | -1/+1 |
| | |\ |
|
| | * | | Rename Uninferable and instantiate_class | Ceridwen | 2015-11-06 | 1 | -38/+38 |
| | * | | Merge in decorator fixes from structured_exceptions and backwards-compatibili... | Ceridwen | 2015-11-06 | 1 | -7/+21 |
| | |\ \ |
|
| | * \ \ | Merge structured_exceptions into modular-locals | Ceridwen | 2015-11-02 | 1 | -26/+39 |
| | |\ \ \ |
|
| | * \ \ \ | Merge bug fixes from @ | Ceridwen | 2015-10-26 | 1 | -7/+14 |
| | |\ \ \ \ |
|
| | * | | | | | Finish removing const_factory, fix funcsigs typo and miscellaneous small test... | Ceridwen | 2015-10-26 | 1 | -1/+1 |
| * | | | | | | Merge structured exceptions into 2.0 | Claudiu Popa | 2015-11-13 | 1 | -26/+54 |
| |\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | | Merge upstream changes | Ceridwen | 2015-11-06 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -38/+38 |
| | | | |/ / /
| | |/| | | |
|
| | * | | | | | Rename Uninferable and instatiate_class | Ceridwen | 2015-11-06 | 1 | -38/+38 |
| | | |_|_|/
| |/| | | |
|
| | * | | | | Add structured exceptions to decorators and remaining functions. | Ceridwen | 2015-11-06 | 1 | -7/+21 |
| | | |_|/
| |/| | |
|
| | * | | | This bookmark adds structured exceptions to astroid. | Ceridwen | 2015-11-02 | 1 | -26/+39 |
| | |/ / |
|
| * | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -38/+38 |
| * | | | Separate class instances and builtin instances into two concepts | Claudiu Popa | 2015-11-07 | 1 | -1/+1 |
| * | | | The inference functions are implemented as dispatch-functions on virtual base... | Claudiu Popa | 2015-11-05 | 1 | -100/+88 |
| * | | | Remove the circular dependency between protocols.py and node_classes.py | Claudiu Popa | 2015-11-04 | 1 | -7/+7 |
| * | | | Move has_known_bases, safe_infer, is_supertype and is_supertype into the inte... | Claudiu Popa | 2015-11-02 | 1 | -4/+4 |
| * | | | Move class_instance_as_index into interpreter.util | Claudiu Popa | 2015-11-02 | 1 | -7/+7 |
| * | | | Merge runtime namespace with interpreter namespace. | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |
| * | | | Separate runtime objects from ASTs | Claudiu Popa | 2015-11-01 | 1 | -9/+10 |
| * | | | Move the implementation of Instance.getitem back into Instance | Claudiu Popa | 2015-10-29 | 1 | -24/+0 |
| |/ / |
|
| * | | Merged in dmand/astroid/binop-inference-fix (pull request #92) | Claudiu Popa | 2015-10-23 | 1 | -7/+7 |
| |\ \ |
|
| | * | | Fix binary operation inference crash by using cloned contexts | Dmitry Pribysh | 2015-10-21 | 1 | -7/+7 |
| | |/ |
|
| * | | Add support for indexing containers with instances which provides an __index_... | Claudiu Popa | 2015-10-22 | 1 | -0/+4 |
| * | | Create a call context when inferring unary operands on instances. | Claudiu Popa | 2015-10-22 | 1 | -0/+3 |
| |/ |
|
| * | Remove doctype and future imports which aren't useful. | Claudiu Popa | 2015-10-11 | 1 | -2/+0 |