| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|