index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testlimitedcapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-132657: add regression test for `PySet_Contains` with unhashable type (#14...
M Bussonnier
2025-11-12
1
-0/+47
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-0/+73
*
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran
2025-05-08
1
-5/+4
*
gh-111178: Fix function signatures for test_capi (#131659)
Victor Stinner
2025-03-24
1
-2/+2
*
gh-111178: Fix function signatures for multiple tests (#131496)
Victor Stinner
2025-03-20
1
-2/+2
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
1
-0/+14
*
gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions (GH-130871)
Serhiy Storchaka
2025-03-05
1
-4/+2
*
gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828)
Peter Bierma
2025-03-05
1
-2/+4
*
gh-111495: Add PyFile tests (#129449)
Victor Stinner
2025-01-30
3
-0/+210
*
gh-128911: Add tests on the PyImport C API (#128915)
Victor Stinner
2025-01-17
2
-0/+307
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
3
-0/+171
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-2/+20
*
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran
2024-09-29
2
-0/+30
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
3
-10/+229
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-2/+52
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
2
-0/+137
*
gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)
Victor Stinner
2024-08-09
1
-3/+3
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
2
-0/+96
*
gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)
Victor Stinner
2024-04-03
5
-4/+10
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
2
-0/+81
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
1
-0/+12
*
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner
2024-03-19
2
-0/+80
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
2
-0/+292
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
4
-0/+1136
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
3
-1/+1939
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
3
-0/+676
*
gh-116417: Fix WASI build of _testlimitedcapi (#116974)
Victor Stinner
2024-03-18
9
-16/+18
*
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner
2024-03-18
3
-0/+360
*
gh-116417: Build _testinternalcapi with limited C API version 3.5 (#116598)
Victor Stinner
2024-03-11
3
-2/+15
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
6
-1/+532
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
4
-0/+579