| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 1 | -0/+19 |
| * | NodeNG.nearest was removed. | Claudiu Popa | 2016-01-25 | 1 | -0/+3 |
| * | Fix unpack_infer to fail if results are empty | Dave Baum | 2016-01-15 | 1 | -0/+3 |
| * | Support accessing properties using super(). | Claudiu Popa | 2016-01-15 | 1 | -0/+2 |
| * | Enforce strong updates per frames. | Claudiu Popa | 2016-01-12 | 1 | -0/+13 |
| * | Use keys and values as separate arguments for nodes.Dict | Claudiu Popa | 2016-01-04 | 1 | -1/+4 |
| * | Lambda is no longer at the top of the FunctionDef. | Claudiu Popa | 2016-01-03 | 1 | -0/+6 |
| * | Move mixins into tree.base. | Claudiu Popa | 2016-01-02 | 1 | -0/+2 |
| * | Remove do_import_module and real_name from ImportFrom and Import nodes. | Claudiu Popa | 2016-01-02 | 1 | -0/+11 |
| * | Add support for inference on threading.Lock | Laura Médioni | 2015-12-29 | 1 | -0/+8 |
| * | The slots() method conflates all the slots from the ancestors into a list of ... | Claudiu Popa | 2015-12-29 | 1 | -0/+7 |
| * | Don't forget to give credit to the original author. | Claudiu Popa | 2015-12-29 | 1 | -1/+1 |
| * | Use printf-style formatting in as_string, in order to avoid a potential probl... | Claudiu Popa | 2015-12-29 | 1 | -1/+13 |
| * | Some nodes got a new attribute, 'ctx', which tells in which context the said ... | Claudiu Popa | 2015-12-08 | 1 | -0/+8 |
| * | relative_to_absolute_name will now raise TooManyLevelsError when a relative i... | Claudiu Popa | 2015-12-06 | 1 | -0/+3 |
| * | AstroidBuildingException is now AstroidBuildingError, the former being remove... | Claudiu Popa | 2015-12-06 | 1 | -0/+3 |
| * | Add two new exceptions, AstroidImportError and AstroidSyntaxError. | Claudiu Popa | 2015-12-06 | 1 | -0/+11 |
| * | assigned_stmts methods have the same signature from now on. | Claudiu Popa | 2015-12-05 | 1 | -0/+7 |
| * | Fix a bug in the inference of Starred nodes | Claudiu Popa | 2015-11-11 | 1 | -0/+4 |
| * | .scope() returns the proper scope for Arguments's default values, function an... | Claudiu Popa | 2015-11-10 | 1 | -0/+3 |
| * | Class.getattr('__mro__') returns the actual MRO. | Claudiu Popa | 2015-10-26 | 1 | -0/+3 |
| * | Add support for indexing containers with instances which provides an __index_... | Claudiu Popa | 2015-10-22 | 1 | -0/+3 |
| * | Add a new node, DictUnpack, for representing the unpacking of a dict using PE... | Claudiu Popa | 2015-10-06 | 1 | -0/+9 |
| * | Add brain tip for understanding numpy.core's mutation of the __all__ variable | Claudiu Popa | 2015-09-24 | 1 | -0/+2 |
| * | Understand the `slice` builtin. Closes issue #184. | Claudiu Popa | 2015-09-11 | 1 | -0/+2 |
| * | Add support for understanding class creation using `type.__new__(mcs, name, b... | Claudiu Popa | 2015-09-02 | 1 | -0/+7 |
| * | Add ChangeLog entries for the newest changes. | Claudiu Popa | 2015-08-25 | 1 | -0/+20 |
| * | Understand slices of tuples, lists, strings and instances with support for sl... | Claudiu Popa | 2015-08-21 | 1 | -0/+5 |
| * | Class._explicit_metaclass is now a public API, in the form of Class.declared_... | Claudiu Popa | 2015-08-04 | 1 | -1/+7 |
| * | There's a new separate step for transforms. | Claudiu Popa | 2015-08-02 | 1 | -0/+25 |
| * | 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 |