| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up spacing, typos, and add .hypothesis to .gitignore | Ceridwen | 2016-04-07 | 1 | -1/+1 |
| * | Improve zipper's backwards compatibility and fix bugs | Ceridwen | 2016-03-11 | 1 | -3/+13 |
| * | Fully move tests to unittest and fix minor test issues | Ceridwen | 2016-03-08 | 1 | -36/+38 |
| * | Add comments and docstrings to the zipper and the tests | Ceridwen | 2016-03-08 | 1 | -12/+64 |
| * | Add the remaining parts of the traversal API and tests for it | Ceridwen | 2016-03-08 | 1 | -8/+137 |
| * | Replace None with Empty in the ASTs and refactor the zipper tests to work wit... | Ceridwen | 2016-03-02 | 4 | -34/+49 |
| * | Revise zipper tests for speed and to be more accurate about what is being tested | Ceridwen | 2016-02-21 | 1 | -57/+51 |
| * | Merge testdata changes and Parameter nodes into zipper. | Ceridwen | 2016-02-15 | 88 | -562/+133 |
| |\ |
|
| | * | Merge pull request #314 from PyCQA/arguments-215 | Claudiu Popa | 2016-02-13 | 4 | -18/+31 |
| | |\ |
|
| | | * | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 4 | -18/+31 |
| | * | | Move testdata back into tests. | Claudiu Popa | 2016-02-13 | 44 | -16/+597 |
| | * | | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 18 | -0/+10695 |
| | * | | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 18 | -10695/+0 |
| | |/ |
|
| | * | Move testdata/ to the top level; closes #312 | Ceridwen | 2016-01-24 | 81 | -1025/+2 |
| | * | Don't set the fromlineno of parents or children for nodes without it set | Claudiu Popa | 2016-01-25 | 2 | -8/+8 |
| * | | First version of Hypothesis tests for the zipper; unfinished, but works well ... | Ceridwen | 2016-02-15 | 1 | -0/+76 |
| |/ |
|
| * | Fix unpack_infer to fail if results are empty | Dave Baum | 2016-01-15 | 1 | -1/+9 |
| * | Support accessing properties using super(). | Claudiu Popa | 2016-01-15 | 1 | -0/+18 |
| * | Enforce strong updates per frames. | Claudiu Popa | 2016-01-12 | 1 | -3/+3 |
| * | Refactor Compare nodes to have two sequences, ops and comparators, correspond... | Ceridwen | 2016-01-08 | 1 | -1/+1 |
| * | Use keys and values as separate arguments for nodes.Dict | Claudiu Popa | 2016-01-04 | 1 | -0/+12 |
| * | Add .builtins() method to the manager, for retrieving the builtins module. Cl... | Claudiu Popa | 2016-01-04 | 1 | -0/+4 |
| * | Lambda is no longer at the top of the FunctionDef. | Claudiu Popa | 2016-01-03 | 1 | -1/+12 |
| * | Remove the old aliases for ass_type / file_bytes / file and nodes. | Claudiu Popa | 2016-01-03 | 1 | -142/+0 |
| * | file_stream is no more, using .stream() is the recommended way to obtain a mo... | Claudiu Popa | 2016-01-02 | 1 | -24/+4 |
| * | Remove do_import_module and real_name from ImportFrom and Import nodes. | Claudiu Popa | 2016-01-02 | 2 | -8/+24 |
| * | Move qname() definition into a separate mixin | Claudiu Popa | 2015-12-30 | 1 | -0/+5 |
| * | Move lookup specific bits into interpreter.lookup | Claudiu Popa | 2015-12-29 | 2 | -3/+5 |
| * | Add a new possible property-descriptor, lazy. | Claudiu Popa | 2015-12-29 | 1 | -1/+5 |
| * | Add support for inference on threading.Lock | Laura Médioni | 2015-12-29 | 1 | -0/+15 |
| * | The slots() method conflates all the slots from the ancestors into a list of ... | Claudiu Popa | 2015-12-29 | 1 | -0/+27 |
| * | Add test for issue #265. | Laura Médioni | 2015-12-29 | 1 | -0/+9 |
| * | Use printf-style formatting in as_string, in order to avoid a potential probl... | Claudiu Popa | 2015-12-29 | 1 | -0/+17 |
| * | Add support for handling Uninferable nodes when calling as_string | Claudiu Popa | 2015-12-29 | 1 | -0/+10 |
| * | Enable the warnings in tests through a context manager | Claudiu Popa | 2015-12-11 | 3 | -14/+15 |
| * | Some nodes got a new attribute, 'ctx', which tells in which context the said ... | Claudiu Popa | 2015-12-08 | 1 | -0/+49 |
| * | relative_to_absolute_name will now raise TooManyLevelsError when a relative i... | Claudiu Popa | 2015-12-06 | 1 | -0/+13 |
| * | AstroidBuildingException is now AstroidBuildingError, the former being remove... | Claudiu Popa | 2015-12-06 | 3 | -8/+8 |
| * | Add two new exceptions, AstroidImportError and AstroidSyntaxError. | Claudiu Popa | 2015-12-06 | 3 | -2/+8 |
| * | assigned_stmts methods have the same signature from now on. | Claudiu Popa | 2015-12-05 | 1 | -0/+16 |
| * | Merge divergent bookmarks. | Claudiu Popa | 2015-11-26 | 1 | -7/+9 |
| |\ |
|
| | * | Make enum tests use inference for InterpreterObjects | Ceridwen | 2015-11-23 | 1 | -7/+9 |
| * | | Handle the cases when a List can contain Uninferable as its elements | Claudiu Popa | 2015-11-23 | 3 | -65/+102 |
| |/ |
|
| * | Clean up debug statements and fix trivial test failures | Ceridwen | 2015-11-22 | 1 | -1/+1 |
| * | Fix namedtuple_advanced_inference to account for namedtuple mock ASTs now hav... | Ceridwen | 2015-11-21 | 1 | -1/+1 |
| * | Fix class_methods test and some enum/namedtuple issues | Ceridwen | 2015-11-21 | 1 | -2/+3 |
| * | 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 |
| * | Fix TypeErrors for old-style classes for __slots__ and MROs | Ceridwen | 2015-11-17 | 1 | -2/+2 |
| * | Fixed bugs introduced by merging modular-locals into 2.0. | Ceridwen | 2015-11-17 | 1 | -0/+1 |