summaryrefslogtreecommitdiffstats
path: root/Modules/_testlimitedcapi
Commit message (Expand)AuthorAgeFilesLines
* gh-132657: add regression test for `PySet_Contains` with unhashable type (#14...M Bussonnier2025-11-121-0/+47
* gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)Serhiy Storchaka2025-05-281-0/+73
* gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)Bénédikt Tran2025-05-081-5/+4
* gh-111178: Fix function signatures for test_capi (#131659)Victor Stinner2025-03-241-2/+2
* gh-111178: Fix function signatures for multiple tests (#131496)Victor Stinner2025-03-201-2/+2
* gh-130947: Add again PySequence_Fast() to the limited C API (#130948)Victor Stinner2025-03-131-0/+14
* gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions (GH-130871)Serhiy Storchaka2025-03-051-4/+2
* gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828)Peter Bierma2025-03-051-2/+4
* gh-111495: Add PyFile tests (#129449)Victor Stinner2025-01-303-0/+210
* gh-128911: Add tests on the PyImport C API (#128915)Victor Stinner2025-01-172-0/+307
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-093-0/+171
* gh-124502: Add PyUnicode_Equal() function (#124504)Victor Stinner2024-10-071-2/+20
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-292-0/+30
* gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)Petr Viktorin2024-09-053-10/+229
* gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)Victor Stinner2024-08-281-2/+52
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-262-0/+137
* gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)Victor Stinner2024-08-091-3/+3
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-082-0/+96
* 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