COMMITS
/ Modules/Setup.stdlib.in September 5, 2025
P
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Petr Viktorin committed
July 21, 2025
P
gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)
Peter Bierma committed
July 16, 2025
K
gh-136669: build `_asyncio` as static module (#136670)
Kumar Aditya committed
May 5, 2025
A
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner committed
A
May 4, 2025
E
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith committed
P
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado committed
April 22, 2025
S
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev committed
April 20, 2025
B
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
Bénédikt Tran committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 4, 2025
B
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran committed
January 31, 2025
V
gh-93649: Add Modules/_testcapi/function.c file (#129521)
Victor Stinner committed
V
gh-93649: Add Modules/_testcapi/type.c file (#129516)
Victor Stinner committed
V
gh-93649: Move PyFrame C API tests to test_capi (#129512)
Victor Stinner committed
January 30, 2025
V
gh-111495: Add PyFile tests (#129449)
Victor Stinner committed
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 17, 2025
V
gh-128911: Add tests on the PyImport C API (#128915)
Victor Stinner committed
January 9, 2025
P
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin committed
September 29, 2024
B
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran committed
September 2, 2024
V
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner committed
August 26, 2024
S
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev committed
August 13, 2024
J
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko committed
August 8, 2024
V
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner committed
July 10, 2024
I
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel committed
May 4, 2024
I
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
April 17, 2024
S
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka committed
April 1, 2024
M
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains committed
March 25, 2024
S
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
Serhiy Storchaka committed
March 21, 2024
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
March 19, 2024
V
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner committed
V
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner committed
V
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner committed
V
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner committed
V
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner committed
March 18, 2024
V
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner committed
March 11, 2024
V
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner committed
March 7, 2024
E
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (#116479)
Erlend E. Aasland committed
V
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner committed
February 28, 2024
P
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado committed
February 12, 2024
P
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin committed
December 12, 2023
E
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow committed
November 15, 2023
V
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner committed
November 8, 2023
S
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross committed
November 1, 2023
S
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev committed
October 25, 2023
S
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka committed
October 10, 2023
N
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev committed
October 9, 2023
N
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev committed
September 19, 2023
S
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross committed
September 2, 2023
S
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross committed