summaryrefslogtreecommitdiff
path: root/funcsigs
AgeCommit message (Collapse)Author
2018-08-14android: Add build `py-funcsigs` and unit testsmaster-cuttlefish-testing-releaseIgor Murashkin
Needed as a dependency for pytest. Bug: 112283442
2013-12-20Version increment to 0.4upstream-mastermirror-aosp-masterAaron Iles
Update version number of 0.4 for new release.
2013-10-14avoid superfluous use of itertools.chainYann Kaiser
2013-10-14Fixed unbound methods getting their first parameter curriedYann Kaiser
2013-05-29Version increment to 0.3Aaron Iles
Update version number to 0.3 for new release.
2013-01-18fix annotation formatting for builtin types in Python 2.xTripp Lilley
2013-01-07Increment version number to 0.2Aaron Iles
Prepare for new release.
2013-01-07Special case the type object failAaron Iles
Due to differences between PyPy and CPython the type object needs to be special cased to raise a ValueError on PyPy as well as CPython.
2013-01-06Backport function signature code from Python 3.3Aaron Iles
Import PEP 362, function signatures, functionality from Python 3.3's inspect module. Modifications have been made to make the code compatible with Python 2.6 and 2.7, as well as 3.2+.
2013-01-06Create project from touchstone project templateAaron Iles