COMMITS
/ Modules/Setup.stdlib.in April 22, 2024
S
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) (GH-118011)
Serhiy Storchaka committed
November 1, 2023
S
[3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)
Sergey B Kirpichev committed
October 25, 2023
S
[3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) (GH-111305)
Serhiy Storchaka committed
October 9, 2023
N
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (GH-110547)
Nikita Sobolev committed
August 16, 2023
S
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179) (#107728)
Serhiy Storchaka committed
May 24, 2023
M
[3.12] gh-99108: Refresh HACL* (GH-104808) (#104893)
Miss Islington (bot) 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
February 28, 2023
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 23, 2023
E
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland committed
February 22, 2023
J
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko committed
February 16, 2023
G
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith committed
February 14, 2023
G
gh-99108: Build the hashlib HACL* code as a static library. (#101917)
Gregory P. Smith committed
J
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko committed
February 7, 2023
J
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko committed
February 4, 2023
E
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow committed
November 22, 2022
P
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
Petr Viktorin committed
November 21, 2022
C
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl committed
November 17, 2022
E
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland committed
November 16, 2022
E
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland committed
E
gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)
Erlend E. Aasland committed
November 15, 2022
E
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Erlend E. Aasland committed
November 14, 2022
E
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland committed
November 8, 2022
E
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow committed
August 10, 2022
P
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin committed
August 8, 2022
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
August 1, 2022
P
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
Petr Viktorin committed
July 14, 2022
C
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes committed
July 8, 2022
P
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin committed
July 6, 2022
C
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Christian Heimes committed
July 1, 2022
C
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes committed
June 26, 2022
C
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes committed
May 31, 2022
C
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
Christian Heimes committed
March 31, 2022
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
January 12, 2022
C
bpo-40280: Allow to compile _testcapi as builtin module (GH-30559)
Christian Heimes committed
December 7, 2021
C
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Christian Heimes committed
December 4, 2021
C
bpo-45847: Update whatsnew and add place holder entries for missing extensions (GH-29914)
Christian Heimes committed
C
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes committed
November 28, 2021
E
bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
Erlend Egeberg Aasland committed
November 26, 2021
C
bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)
Christian Heimes committed
November 24, 2021
C
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
Christian Heimes committed
E
bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
Erlend Egeberg Aasland committed
November 23, 2021
C
bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)
Christian Heimes committed
C
bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)
Christian Heimes committed
C
bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
Christian Heimes committed