| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add infer(), frame(), scope(), and statement() methods to the zipperzipper | Ceridwen | 2016-04-07 | 1 | -12/+76 |
| * | Clean up spacing, typos, and add .hypothesis to .gitignore | Ceridwen | 2016-04-07 | 2 | -1/+2 |
| * | Make the field character limit for __str__ a global constant | Ceridwen | 2016-03-31 | 2 | -1/+7 |
| * | Clean up some comments and docstrings | Ceridwen | 2016-03-29 | 2 | -8/+6 |
| * | Improve zipper's backwards compatibility and fix bugs | Ceridwen | 2016-03-11 | 4 | -11/+37 |
| * | Start zipperification of the rest of the project, fix util.singledispatch to ... | Ceridwen | 2016-03-10 | 3 | -2/+27 |
| * | 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 | 2 | -22/+183 |
| * | Add the remaining parts of the traversal API and tests for it | Ceridwen | 2016-03-08 | 3 | -115/+274 |
| * | Replace None with Empty in the ASTs and refactor the zipper tests to work wit... | Ceridwen | 2016-03-02 | 13 | -224/+236 |
| * | Revise zipper tests for speed and to be more accurate about what is being tested | Ceridwen | 2016-02-21 | 3 | -64/+77 |
| * | Merge testdata changes and Parameter nodes into zipper. | Ceridwen | 2016-02-15 | 101 | -835/+445 |
| |\ |
|
| | * | Merge pull request #314 from PyCQA/arguments-215 | Claudiu Popa | 2016-02-13 | 16 | -228/+330 |
| | |\ |
|
| | | * | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 16 | -228/+330 |
| | * | | Move testdata back into tests. | Claudiu Popa | 2016-02-13 | 45 | -29/+599 |
| | * | | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 135 | -1025/+1 |
| | * | | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 135 | -1/+1025 |
| | |/ |
|
| | * | Move testdata/ to the top level; closes #312 | Ceridwen | 2016-01-24 | 81 | -1025/+2 |
| | * | Look in keyword-only annotations when determining the scope of annotations. | Claudiu Popa | 2016-01-25 | 1 | -0/+1 |
| | * | Don't set the fromlineno of parents or children for nodes without it set | Claudiu Popa | 2016-01-25 | 5 | -40/+16 |
| | * | NodeNG.nearest was removed. | Claudiu Popa | 2016-01-25 | 1 | -18/+0 |
| | * | Clarify why we are sorting locals. | Claudiu Popa | 2016-01-24 | 1 | -1/+3 |
| * | | First version of Hypothesis tests for the zipper; unfinished, but works well ... | Ceridwen | 2016-02-15 | 2 | -21/+104 |
| * | | Recreate zipper branch off 2.0 | Ceridwen | 2016-01-15 | 1 | -0/+272 |
| |/ |
|
| * | Fix typo in as_string.visit_withitem | Ceridwen | 2016-01-15 | 1 | -2/+3 |
| * | Build AsyncWith nodes correctly | Ceridwen | 2016-01-15 | 1 | -3/+3 |
| * | Propagate error information to @raise_if_nothing_inferred in unpack_infer() | Ceridwen | 2016-01-15 | 1 | -4/+6 |
| * | Fix typos for visit_withitem in as_string, forward visit_asyncwith correctly ... | Ceridwen | 2016-01-15 | 2 | -2/+2 |
| * | Fix unpack_infer to fail if results are empty | Dave Baum | 2016-01-15 | 2 | -1/+11 |
| * | Support accessing properties using super(). | Claudiu Popa | 2016-01-15 | 2 | -0/+22 |
| * | added 3 pkg_resources functions to brain | Mateusz Bysiek | 2016-01-15 | 1 | -0/+9 |
| * | Raise InferenceError with a proper context. | Claudiu Popa | 2016-01-15 | 2 | -11/+14 |
| * | 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 | 2 | -3/+3 |
| * | Fix an unprintable InferenceError by raising the class rather than an instance | Ceridwen | 2016-01-12 | 1 | -1/+1 |
| * | Enforce strong updates per frames. | Claudiu Popa | 2016-01-12 | 2 | -5/+4 |
| * | Put mixins before NodeNG for WithItem | Ceridwen | 2016-01-09 | 1 | -1/+1 |
| * | Rename asspath to assign_ppath | Ceridwen | 2016-01-09 | 2 | -45/+45 |
| * | Fix forwarding for withitem_assigned_stmts() | Ceridwen | 2016-01-09 | 1 | -5/+1 |
| * | Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ... | Ceridwen | 2016-01-09 | 6 | -40/+57 |
| * | Refactor Compare nodes to have two sequences, ops and comparators, correspond... | Ceridwen | 2016-01-08 | 4 | -15/+19 |
| * | Use keys and values as separate arguments for nodes.Dict | Claudiu Popa | 2016-01-04 | 6 | -24/+63 |
| * | Add .builtins() method to the manager, for retrieving the builtins module. Cl... | Claudiu Popa | 2016-01-04 | 7 | -13/+24 |
| * | Lambda is no longer at the top of the FunctionDef. | Claudiu Popa | 2016-01-03 | 2 | -52/+71 |
| * | Add specific checking for features instead of catching AttributeError in infe... | Claudiu Popa | 2016-01-03 | 1 | -5/+11 |
| * | Remove the old aliases for ass_type / file_bytes / file and nodes. | Claudiu Popa | 2016-01-03 | 6 | -221/+2 |
| * | file_stream is no more, using .stream() is the recommended way to obtain a mo... | Claudiu Popa | 2016-01-02 | 2 | -39/+4 |
| * | Move mixins into tree.base. | Claudiu Popa | 2016-01-02 | 5 | -270/+240 |
| * | Remove do_import_module and real_name from ImportFrom and Import nodes. | Claudiu Popa | 2016-01-02 | 7 | -56/+81 |
| * | Move qname() definition into a separate mixin | Claudiu Popa | 2015-12-30 | 3 | -11/+18 |