| Commit message (Expand) | Author | Age | Files | Lines |
| * | Let NotSupportedError be propagated. | Claudiu Popa | 2017-01-26 | 1 | -1/+6 |
| * | Implement __getitem__ inference for classes (using the metaclass) | David Euresti | 2017-01-22 | 1 | -0/+16 |
| * | Make ClassDefs support keyword arguments. (#384) | Derek Gustafson | 2017-01-22 | 1 | -0/+13 |
| * | Add support for binary operations between classes. | Claudiu Popa | 2016-12-30 | 1 | -0/+16 |
| * | Add a new mechanism for retrieving the special methods. | Claudiu Popa | 2016-12-30 | 1 | -1/+5 |
| * | Add support for inferring unary binary op for classes | Claudiu Popa | 2016-12-30 | 1 | -0/+11 |
| * | getitem() method accepts nodes now, instead of Python objects. | Claudiu Popa | 2016-12-30 | 1 | -3/+3 |
| * | Remove infered and instantiate_class from the code base | Claudiu Popa | 2016-08-24 | 1 | -15/+0 |
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+7 |
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| * | Make Uninferable have a false value by default. | Claudiu Popa | 2016-07-16 | 1 | -7/+13 |
| * | New function, astroid.extract_node, exported out from astroid.test_utils. | Claudiu Popa | 2016-06-29 | 1 | -148/+148 |
| * | 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/+42 |
| * | Calling lambda methods (defined at class level) can be understood. | Claudiu Popa | 2016-04-26 | 1 | -0/+12 |
| * | Don't take in consideration invalid assignments, especially when __slots__ de... | Claudiu Popa | 2016-04-25 | 1 | -0/+61 |
| * | Understand the `dir` builtin. | Claudiu Popa | 2016-04-05 | 1 | -0/+120 |
| * | dict.values, dict.keys and dict.items are properly inferred | Claudiu Popa | 2016-03-06 | 1 | -0/+14 |
| * | Unbound methods don't occur anymore on Python 3 | Claudiu Popa | 2016-02-25 | 1 | -5/+6 |
| * | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 1 | -0/+3877 |
| * | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 1 | -3877/+0 |
| * | Enable the warnings in tests through a context manager | Claudiu Popa | 2015-12-11 | 1 | -2/+2 |
| * | Handle the cases when a List can contain Uninferable as its elements | Claudiu Popa | 2015-11-23 | 1 | -1/+13 |
| * | Clean up debug statements and fix trivial test failures | Ceridwen | 2015-11-22 | 1 | -1/+1 |
| * | Delete whitespace and debug statements | Ceridwen | 2015-11-20 | 1 | -2/+0 |
| * | Fix bugs introduced during modular-locals merge | Ceridwen | 2015-11-19 | 1 | -0/+2 |
| * | Remove any occurence of helpers. | Claudiu Popa | 2015-11-17 | 1 | -1/+0 |
| * | Merge modular-locals into 2.0 | Ceridwen | 2015-11-16 | 1 | -6/+8 |
| |\ |
|
| | * | Finish most needed changes for building ASTs from runtime objects. | Ceridwen | 2015-11-14 | 1 | -0/+1 |
| | * | Rename InterpreterObject from EmptyNode | Ceridwen | 2015-11-06 | 1 | -3/+3 |
| | * | Merge master and structured_exceptions | Ceridwen | 2015-11-06 | 1 | -5/+42 |
| | |\ |
|
| | * | | Rename Uninferable and instantiate_class | Ceridwen | 2015-11-06 | 1 | -54/+54 |
| | * | | Fix inference on type() generating classes and getattr handling. | Ceridwen | 2015-11-05 | 1 | -2/+3 |
| | * | | Convert _object_type to use the types from the builtins mock AST, fix a bug i... | Ceridwen | 2015-11-03 | 1 | -9/+4 |
| | * | | Fix not returning function arguments correctly in get_locals and how EmptyNod... | Ceridwen | 2015-11-03 | 1 | -3/+9 |
| | * | | Merge bug fixes from @ | Ceridwen | 2015-10-26 | 1 | -16/+104 |
| | |\ \ |
|
| | * \ \ | Merge upstream changes | Ceridwen | 2015-10-11 | 1 | -3/+121 |
| | |\ \ \ |
|
| | * | | | | Use namedtuple template for its inferred representation, fix some tests | Ceridwen | 2015-10-11 | 1 | -0/+4 |
| * | | | | | Merge structured exceptions into 2.0 | Claudiu Popa | 2015-11-13 | 1 | -6/+0 |
| |\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | | Merge upstream | Ceridwen | 2015-11-06 | 1 | -6/+42 |
| | |\ \ \ \ |
|
| | | * | | | | Backout changeset 9c3f71, because it leads to too many false positives when u... | Claudiu Popa | 2015-11-04 | 1 | -6/+0 |
| | * | | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -54/+54 |
| * | | | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -54/+54 |
| * | | | | | | Separate class instances and builtin instances into two concepts | Claudiu Popa | 2015-11-07 | 1 | -10/+17 |
| * | | | | | | Add Function.called_with, which returns a CallSite with the given arguments. | Claudiu Popa | 2015-11-04 | 1 | -82/+0 |
| * | | | | | | Merge master changes into 2.0 | Claudiu Popa | 2015-11-02 | 1 | -0/+42 |
| |\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | | Fix some inconsistencies with accessing the first argument of methods | Claudiu Popa | 2015-10-31 | 1 | -0/+42 |
| | |/ / / / |
|
| * | | | | | Don't pass a callcontext to CallSite, only the arguments and the keyword argu... | Claudiu Popa | 2015-11-02 | 1 | -1/+5 |
| * | | | | | Move has_known_bases, safe_infer, is_supertype and is_supertype into the inte... | Claudiu Popa | 2015-11-02 | 1 | -1/+2 |
| * | | | | | Merge runtime namespace with interpreter namespace. | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |