| 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 | 3 | -1/+3 |
* | 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 | 14 | -225/+244 |
* | 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 | 108 | -847/+478 |
|\ |
|
| * | Fix minor issues in packaging and testing files. | Ceridwen | 2016-02-13 | 3 | -7/+5 |
| * | Merge pull request #314 from PyCQA/arguments-215 | Claudiu Popa | 2016-02-13 | 17 | -228/+349 |
| |\ |
|
| | * | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 17 | -228/+349 |
| * | | Merge pull request #318 from PyCQA/recover | Claudiu Popa | 2016-02-13 | 139 | -557/+103 |
| |\ \ |
|
| | * | | Move testdata back into tests. | Claudiu Popa | 2016-02-13 | 88 | -551/+97 |
| | * | | Revert change to tests command. | Claudiu Popa | 2016-02-11 | 1 | -1/+1 |
| | * | | Revert "Modify tox.ini to properly exclude files not part of astroid" | Claudiu Popa | 2016-02-11 | 1 | -3/+3 |
| | * | | Revert "setup.py install now installs testdata/, but pip doesn't" | Claudiu Popa | 2016-02-11 | 1 | -3/+1 |
| | * | | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 137 | -3/+6 |
| | * | | Revert "Try graft instead of recursive-include" | Claudiu Popa | 2016-02-11 | 1 | -2/+1 |
| | * | | Revert "Try to fix the testdata issue" | Claudiu Popa | 2016-02-11 | 1 | -1/+1 |
| |/ / |
|
| * | | doc: fix build | Julien Cristau | 2016-02-11 | 2 | -4/+4 |
| * | | Get travis directory listing | Ceridwen | 2016-02-08 | 1 | -1/+1 |
| * | | Get travis directory listing | Ceridwen | 2016-02-08 | 1 | -1/+1 |
| * | | Get travis directory listing | Ceridwen | 2016-02-08 | 1 | -1/+1 |
| * | | Get travis directory listing | Ceridwen | 2016-02-08 | 1 | -2/+1 |
| * | | Get travis directory listing | Ceridwen | 2016-02-08 | 1 | -0/+3 |
| * | | Try running tox as a non-module | Ceridwen | 2016-02-08 | 1 | -1/+1 |
| * | | Modify tox.ini to properly exclude files not part of astroid | Ceridwen | 2016-02-08 | 1 | -4/+3 |
| * | | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 138 | -9/+8 |
| * | | setup.py install now installs testdata/, but pip doesn't | Ceridwen | 2016-02-05 | 1 | -1/+3 |
| |/ |
|
| * | Try graft instead of recursive-include | Ceridwen | 2016-01-28 | 1 | -2/+1 |
| * | Try rewriting MANIFEST.in | Ceridwen | 2016-01-25 | 1 | -2/+2 |
| * | Try to fix the testdata issue | Ceridwen | 2016-01-25 | 1 | -1/+1 |
| * | Move testdata/ to the top level; closes #312 | Ceridwen | 2016-01-24 | 81 | -1/+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 | 2 | -18/+3 |
| * | 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 | 3 | -21/+105 |
* | | Merge coverage support. | Ceridwen | 2016-01-18 | 1 | -2/+14 |
|\ \
| |/ |
|
| * | Add support for coverage to tox | Ceridwen | 2016-01-18 | 1 | -2/+14 |
* | | 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 | 3 | -1/+14 |