| Commit message (Expand) | Author | Age | Files | Lines |
| * | Class.getattr looks by default in the implicit and the explicit metaclasses, ... | Claudiu Popa | 2015-07-26 | 1 | -0/+5 |
| * | Add get_wrapping_class API to scoped_nodes, which can be used to retrieve the... | Claudiu Popa | 2015-07-26 | 1 | -0/+3 |
| * | Add changelog entry. | Florian Bruhin | 2015-07-25 | 1 | -0/+3 |
| * | do_import_module passes the proper relative_only flag if the level is higher ... | Claudiu Popa | 2015-07-14 | 1 | -0/+6 |
| * | Add a new convenience API, `astroid.parse`. | Claudiu Popa | 2015-07-11 | 1 | -0/+6 |
| * | Understand metaclasses added with six.add_metaclass decorator. Closes issue #... | Claudiu Popa | 2015-07-07 | 1 | -0/+2 |
| * | Move pyreverse specific modules and functionality back into pyreverse | Claudiu Popa | 2015-07-03 | 1 | -0/+3 |
| * | Add ChangeLog entry for the last commit. | Claudiu Popa | 2015-07-02 | 1 | -0/+2 |
| * | Add support for inferring subscript on instances, which will use __getitem__... | Claudiu Popa | 2015-07-01 | 1 | -0/+3 |
| * | Add support for indexing bytes on Python 3. | Claudiu Popa | 2015-07-01 | 1 | -0/+2 |
| * | Add annotation support for function.as_string(). Closes issue #37. | Claudiu Popa | 2015-07-01 | 1 | -0/+2 |
| * | Star unpacking in assignments returns properly a list, not the individual com... | Claudiu Popa | 2015-07-01 | 1 | -0/+3 |
| * | Add support for multiplication of tuples and lists with instances which provi... | Claudiu Popa | 2015-06-30 | 1 | -0/+3 |
| * | Transform lambdas with a self argument at the class level to bound methods. | Claudiu Popa | 2015-06-30 | 1 | -0/+3 |
| * | Add support for retrieving TypeErrors for binary arithmetic operations and au... | Claudiu Popa | 2015-06-28 | 1 | -0/+7 |
| * | Improve the inference of binary arithmetic operations (normal and augmented) | Claudiu Popa | 2015-06-27 | 1 | -0/+3 |
| * | Add helpers.is_supertype and helpers.is_subtype, two functions for checking i... | Claudiu Popa | 2015-06-26 | 1 | -0/+3 |
| * | Understand the one-argument form of the builtin *type*. | Claudiu Popa | 2015-06-24 | 1 | -0/+5 |
| * | Add astroid.helpers, a module of various useful utilities which don't belong ... | Claudiu Popa | 2015-06-24 | 1 | -0/+5 |
| * | NotImplemented is detected properly now as being part of the builtins module. | Claudiu Popa | 2015-06-23 | 1 | -0/+4 |
| * | Add support for Python 3.5's MatMul infix operator. See PEP 465 for more deta... | Claudiu Popa | 2015-06-21 | 1 | -0/+3 |
| * | Add `igetattr` method to scoped_nodes.Function. | Claudiu Popa | 2015-06-20 | 1 | -0/+2 |
| * | Add inference support for the `bool` builtin. | Claudiu Popa | 2015-06-17 | 1 | -0/+2 |
| * | astroid.utils.ASTWalker and astroid.utils.LocalsVisitor were moved to pylint.... | Claudiu Popa | 2015-06-17 | 1 | -0/+3 |
| * | astroid.inspector was moved to pylint.pyreverse. | Claudiu Popa | 2015-06-17 | 1 | -0/+4 |
| * | Add inference support for `callable` builtin. | Claudiu Popa | 2015-06-16 | 1 | -0/+2 |
| * | Add inference support for boolean operations (`and` and `not`). | Claudiu Popa | 2015-06-16 | 1 | -0/+2 |
| * | Add a new method to the AST nodes, 'bool_value'. | Claudiu Popa | 2015-06-14 | 1 | -0/+9 |
| * | Make the first steps towards detecting type errors for unary and binary opera... | Claudiu Popa | 2015-06-11 | 1 | -0/+11 |
| * | Improve the inference of six.moves. | Claudiu Popa | 2015-06-10 | 1 | -0/+4 |
| * | Improve the inference of UnaryOperands. | Claudiu Popa | 2015-06-10 | 1 | -0/+6 |
| * | Don't leak StopIteration when inferring invalid UnaryOps. | Claudiu Popa | 2015-06-09 | 1 | -0/+2 |
| * | Add 'assert_equals' method in nose.tools's brain plugin. | Claudiu Popa | 2015-06-09 | 1 | -0/+2 |
| * | Add inference support for hasattr builtin. Closes issue #102. | Claudiu Popa | 2015-06-07 | 1 | -0/+2 |
| * | Add inference support for getattr builtin. | Claudiu Popa | 2015-06-06 | 1 | -0/+3 |
| * | Add a new *inference object* called Super | Claudiu Popa | 2015-05-28 | 1 | -0/+10 |
| * | Specify that inference objects can be found in the AST tree, but only after i... | Claudiu Popa | 2015-05-19 | 1 | -1/+1 |
| * | Add a new type of nodes, called *inference objects*. | Claudiu Popa | 2015-05-19 | 1 | -0/+9 |
| * | Add support for understanding context managers created with contextlib.contex... | Claudiu Popa | 2015-05-09 | 1 | -1/+0 |
| * | Add basic support for understanding context managers. | Claudiu Popa | 2015-05-09 | 1 | -0/+7 |
| * | Class.has_dynamic_getattr doesn't return True for special methods which aren'... | Claudiu Popa | 2015-05-07 | 1 | -0/+7 |
| * | Classes aren't marked as interfaces anymore, in the `type` attribute. | Claudiu Popa | 2015-05-05 | 1 | -0/+2 |
| * | Add two new exceptions for handling MRO error cases. | Claudiu Popa | 2015-05-03 | 1 | -0/+7 |
| * | Ensure that generated enum values have the correct base classesenum-fixes | Philip Lorenz | 2015-05-01 | 1 | -0/+3 |
| * | Expose a implicit_metaclass() method in Class. | Claudiu Popa | 2015-04-25 | 1 | -1/+4 |
| * | Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,... | Claudiu Popa | 2015-04-18 | 1 | -0/+12 |
| * | Don't hard fail when calling .mro() on a class which has combined both newsty... | Claudiu Popa | 2015-04-18 | 1 | -0/+7 |
| * | Support multiple types of known properties in _wrap_attr. | Claudiu Popa | 2015-04-17 | 1 | -1/+2 |
| * | UnboundMethod.getattr calls the getattr of its _proxied object. | Claudiu Popa | 2015-04-17 | 1 | -0/+7 |
| * | Improve the inference of Getattr nodes when dealing with abstract properties ... | Claudiu Popa | 2015-04-17 | 1 | -0/+9 |