summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add infer(), frame(), scope(), and statement() methods to the zipperzipperCeridwen2016-04-071-12/+76
* Clean up spacing, typos, and add .hypothesis to .gitignoreCeridwen2016-04-073-1/+3
* Make the field character limit for __str__ a global constantCeridwen2016-03-312-1/+7
* Clean up some comments and docstringsCeridwen2016-03-292-8/+6
* Improve zipper's backwards compatibility and fix bugsCeridwen2016-03-114-11/+37
* Start zipperification of the rest of the project, fix util.singledispatch to ...Ceridwen2016-03-103-2/+27
* Fully move tests to unittest and fix minor test issuesCeridwen2016-03-081-36/+38
* Add comments and docstrings to the zipper and the testsCeridwen2016-03-082-22/+183
* Add the remaining parts of the traversal API and tests for itCeridwen2016-03-083-115/+274
* Replace None with Empty in the ASTs and refactor the zipper tests to work wit...Ceridwen2016-03-0214-225/+244
* Revise zipper tests for speed and to be more accurate about what is being testedCeridwen2016-02-213-64/+77
* Merge testdata changes and Parameter nodes into zipper.Ceridwen2016-02-15108-847/+478
|\
| * Fix minor issues in packaging and testing files.Ceridwen2016-02-133-7/+5
| * Merge pull request #314 from PyCQA/arguments-215Claudiu Popa2016-02-1317-228/+349
| |\
| | * Changed the way how parameters are being builtClaudiu Popa2016-02-1317-228/+349
| * | Merge pull request #318 from PyCQA/recoverClaudiu Popa2016-02-13139-557/+103
| |\ \
| | * | Move testdata back into tests.Claudiu Popa2016-02-1388-551/+97
| | * | Revert change to tests command.Claudiu Popa2016-02-111-1/+1
| | * | Revert "Modify tox.ini to properly exclude files not part of astroid"Claudiu Popa2016-02-111-3/+3
| | * | Revert "setup.py install now installs testdata/, but pip doesn't"Claudiu Popa2016-02-111-3/+1
| | * | Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-11137-3/+6
| | * | Revert "Try graft instead of recursive-include"Claudiu Popa2016-02-111-2/+1
| | * | Revert "Try to fix the testdata issue"Claudiu Popa2016-02-111-1/+1
| |/ /
| * | doc: fix buildJulien Cristau2016-02-112-4/+4
| * | Get travis directory listingCeridwen2016-02-081-1/+1
| * | Get travis directory listingCeridwen2016-02-081-1/+1
| * | Get travis directory listingCeridwen2016-02-081-1/+1
| * | Get travis directory listingCeridwen2016-02-081-2/+1
| * | Get travis directory listingCeridwen2016-02-081-0/+3
| * | Try running tox as a non-moduleCeridwen2016-02-081-1/+1
| * | Modify tox.ini to properly exclude files not part of astroidCeridwen2016-02-081-4/+3
| * | Try to solve the packaging issues againCeridwen2016-02-08138-9/+8
| * | setup.py install now installs testdata/, but pip doesn'tCeridwen2016-02-051-1/+3
| |/
| * Try graft instead of recursive-includeCeridwen2016-01-281-2/+1
| * Try rewriting MANIFEST.inCeridwen2016-01-251-2/+2
| * Try to fix the testdata issueCeridwen2016-01-251-1/+1
| * Move testdata/ to the top level; closes #312Ceridwen2016-01-2481-1/+2
| * Look in keyword-only annotations when determining the scope of annotations.Claudiu Popa2016-01-251-0/+1
| * Don't set the fromlineno of parents or children for nodes without it setClaudiu Popa2016-01-255-40/+16
| * NodeNG.nearest was removed.Claudiu Popa2016-01-252-18/+3
| * Clarify why we are sorting locals.Claudiu Popa2016-01-241-1/+3
* | First version of Hypothesis tests for the zipper; unfinished, but works well ...Ceridwen2016-02-153-21/+105
* | Merge coverage support.Ceridwen2016-01-181-2/+14
|\ \ | |/
| * Add support for coverage to toxCeridwen2016-01-181-2/+14
* | Recreate zipper branch off 2.0Ceridwen2016-01-151-0/+272
|/
* Fix typo in as_string.visit_withitemCeridwen2016-01-151-2/+3
* Build AsyncWith nodes correctlyCeridwen2016-01-151-3/+3
* Propagate error information to @raise_if_nothing_inferred in unpack_infer()Ceridwen2016-01-151-4/+6
* Fix typos for visit_withitem in as_string, forward visit_asyncwith correctly ...Ceridwen2016-01-152-2/+2
* Fix unpack_infer to fail if results are emptyDave Baum2016-01-153-1/+14