COMMITS
/ setup.py December 17, 2022
C
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
colorfulappl committed
July 31, 2022
T
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)
Thomas Klausner committed
June 24, 2022
M
gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
Miss Islington (bot) committed
January 26, 2022
M
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
Miss Islington (bot) committed
November 27, 2021
C
[3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753)
Christian Heimes committed
November 2, 2021
M
[3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362)
Miss Islington (bot) committed
October 18, 2021
M
[3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031) (GH-29037)
Miss Islington (bot) committed
September 29, 2021
M
[3.10] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28621)
Miss Islington (bot) committed
August 27, 2021
M
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
Miss Islington (bot) committed
July 30, 2021
P
[3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)
Pablo Galindo Salgado committed
M
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
Miss Islington (bot) committed
July 2, 2021
M
bpo-43425: Update setup.py not to use distutils.log (GH-26969)
Miss Islington (bot) committed
May 3, 2021
N
bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)
Ned Batchelder committed
April 26, 2021
C
bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587)
Christian Heimes committed
C
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes committed
April 24, 2021
C
bpo-41282: Consistent message and filter warning in setup.py (GH-25571)
Christian Heimes committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 17, 2021
C
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
Christian Heimes committed
C
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes committed
April 14, 2021
V
bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405)
Victor Stinner committed
April 9, 2021
C
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Christian Heimes committed
April 6, 2021
H
bpo-41111: Don't build xxlimited with Py_TRACE_REFS macro (GH-25180)
Hai Shi committed
April 2, 2021
V
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
Victor Stinner committed
V
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner committed
April 1, 2021
V
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
Victor Stinner committed
March 30, 2021
A
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Antoine Pitrou committed
March 27, 2021
C
bpo-43466: Unsupported static build hack (GH-25002)
Christian Heimes committed
March 19, 2021
C
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes committed
March 13, 2021
E
bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
Erlend Egeberg Aasland committed
March 1, 2021
M
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
Manolis Stamatogiannakis committed
February 9, 2021
R
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber committed
February 1, 2021
R
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341)
Ronald Oussoren committed
January 22, 2021
P
bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)
pxinwr committed
January 19, 2021
V
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner committed
January 6, 2021
E
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland committed
December 30, 2020
P
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr committed
December 14, 2020
V
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner committed
December 8, 2020
P
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
Petr Viktorin committed
December 5, 2020
N
bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)
Ned Deily committed
December 3, 2020
F
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
FX Coudert committed
November 28, 2020
November 22, 2020
R
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
Ronald Oussoren committed
November 18, 2020
E
bpo-40656: Clean up detect_socket() (GH-20148)
Erlend Egeberg Aasland committed
November 14, 2020
R
bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)
Ronald Oussoren committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren 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
October 4, 2020
M
Typo fix (GH-22496)
Manan Kumar Garg committed
September 7, 2020
E
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland committed