summaryrefslogtreecommitdiff
path: root/funcsigs
AgeCommit message (Collapse)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/python/funcsigsandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: funcsigs/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-PSF-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia8fb2c469a10bb7af601de26112c26e95de2678c
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