Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-111262: Add PyDict_Pop() function (#112028) | Victor Stinner | 2023-11-14 | 1 | -1/+86 |
* | gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552) | Nikita Sobolev | 2023-10-09 | 1 | -2/+0 |
* | C API tests: use special markers to test that output parameters were set (GH-... | Serhiy Storchaka | 2023-09-06 | 1 | -3/+5 |
* | Add Modules/_testcapi/util.h header (GH-108774) | Serhiy Storchaka | 2023-09-01 | 1 | -18/+1 |
* | gh-108314: Add PyDict_ContainsString() function (#108323) | Victor Stinner | 2023-08-24 | 1 | -0/+14 |
* | gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179) | Serhiy Storchaka | 2023-08-07 | 1 | -0/+376 |