summaryrefslogtreecommitdiffstats
path: root/Modules/_testlimitedcapi
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-111495: Add PyFile tests (#129449) (#129477)Victor Stinner2025-01-303-0/+210
* [3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)Victor Stinner2025-01-182-0/+96
* [3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)Victor Stinner2025-01-172-0/+307
* [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)Sergey B Kirpichev2024-08-272-0/+137
* gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)Victor Stinner2024-04-035-4/+10
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-212-0/+81
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-201-0/+12
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-192-0/+80
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-192-0/+292
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-194-0/+1136
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-193-1/+1939
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-193-0/+676
* gh-116417: Fix WASI build of _testlimitedcapi (#116974)Victor Stinner2024-03-189-16/+18
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-183-0/+360
* gh-116417: Build _testinternalcapi with limited C API version 3.5 (#116598)Victor Stinner2024-03-113-2/+15
* gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)Victor Stinner2024-03-116-1/+532
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-074-0/+579