COMMITS
/ Modules/Setup.stdlib.in 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
August 31, 2023
V
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner committed
August 29, 2023
V
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
Victor Stinner committed
August 25, 2023
V
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner committed
August 7, 2023
S
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka committed
July 1, 2023
V
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner committed
May 25, 2023
V
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner committed
May 24, 2023
V
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner committed
J
gh-99108: Refresh HACL* (#104808)
Jonathan Protzenko committed
V
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 12, 2023
J
gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)
Jurica Bradarić committed
May 8, 2023
J
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko committed
May 4, 2023
J
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra committed
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
May 2, 2023
D
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na committed
March 22, 2023
A
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Artem Mukhin committed