COMMITS
/ Modules/Setup 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 8, 2023
J
gh-99108: fix typo in Modules/Setup (#104293)
Jonathan Protzenko committed
J
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko committed
February 28, 2023
A
gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308)
Anthony Sottile committed
February 23, 2023
J
gh-99108: Followup fix for Modules/Setup (GH-102183)
Jonathan Protzenko 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 4, 2023
E
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow committed
November 8, 2022
E
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow committed
July 14, 2022
C
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes committed
November 20, 2021
C
bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)
Christian Heimes committed
November 19, 2021
C
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Christian Heimes committed
E
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Erlend Egeberg Aasland committed
November 18, 2021
C
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes committed
November 14, 2021
C
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes committed
November 13, 2021
C
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes committed
November 10, 2021
C
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Christian Heimes committed
October 29, 2021
C
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes committed
October 28, 2021
C
bpo-45548: Fix out-of-tree and Debian builds (GH-29263)
Christian Heimes committed
October 25, 2021
C
bpo-45548: Add missing extensions to Modules/Setup (GH-29199)
Christian Heimes committed
C
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes committed
October 22, 2021
C
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
Christian Heimes committed
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
B
bpo-45548: Make `Modules/Setup` easier to read (GH-29143)
Brett Cannon committed
October 21, 2021
B
bpo-45548: add some missing entries to `Modules/Setup` (GH-29115)
Brett Cannon committed
October 13, 2021
V
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner committed
July 22, 2021
Y
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 17, 2021
C
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes committed
October 27, 2020
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
October 26, 2020
V
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner committed
October 13, 2020
K
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans committed
June 22, 2020
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
May 16, 2020
P
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle committed
May 12, 2020
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 17, 2020
V
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner committed
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
August 23, 2019
D
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na committed
June 11, 2019
April 18, 2019
V
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner committed
April 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner committed
November 20, 2018
V
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner committed