COMMITS
/ configure.ac December 1, 2022
S
[3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99920)
Sam James committed
November 6, 2022
E
August 29, 2022
D
[3.10] gh-96191: Update the configure file to use GitHub issue (gh-96211) (gh-96376)
Dong-hee Na committed
March 18, 2022
P
[3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974)
Pablo Galindo Salgado committed
March 11, 2022
V
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)
Victor Stinner committed
January 26, 2022
C
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914)
Christian Heimes committed
January 9, 2022
M
bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH-30491)
Miss Islington (bot) committed
January 5, 2022
M
bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
Miss Islington (bot) committed
November 28, 2021
P
[3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815)
Pablo Galindo Salgado 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 20, 2021
M
bpo-45536: Check OpenSSL APIs in configure (GH-29088)
Miss Islington (bot) committed
October 13, 2021
October 1, 2021
V
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
Victor Stinner committed
September 15, 2021
Ł
May 25, 2021
M
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Miss Islington (bot) committed
May 3, 2021
N
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily committed
May 2, 2021
N
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily committed
May 1, 2021
C
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes committed
April 30, 2021
J
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík committed
April 17, 2021
C
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes committed
March 31, 2021
J
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke committed
March 27, 2021
C
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
Christian Heimes committed
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 19, 2021
C
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes committed
March 1, 2021
N
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
Ned Deily committed
M
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
Manolis Stamatogiannakis committed
February 17, 2021
V
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner committed
February 9, 2021
R
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber committed
January 27, 2021
V
bpo-43031: Set a timeout when running tests in PGO build (GH-24339)
Victor Stinner committed
January 20, 2021
V
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner committed
January 12, 2021
P
bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)
Paul Ganssle committed
December 30, 2020
P
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr committed
December 23, 2020
V
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner committed
December 20, 2020
M
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708)
Matti Picus committed
December 14, 2020
P
December 13, 2020
J
bpo-42598: Fix implicit function declarations in configure (GH-23690)
Joshua Root committed
November 22, 2020
R
bpo-38443: Check that the specified universal architectures work (GH-22910)
Ronald Oussoren committed
November 17, 2020
P
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo committed
November 16, 2020
K
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler committed
November 13, 2020
C
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
October 24, 2020
A
bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671)
Alexey Izbyshev committed
October 22, 2020
P
bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
Petr Viktorin committed
October 21, 2020
P
bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862)
Pablo Galindo committed
October 16, 2020
K
closes bpo-42030: Remove legacy AIX dynload support (GH-22717)
Kevin Adler committed
October 11, 2020
K
bpo-40423: Optimization: use close_range(2) if available (GH-22651)
Kyle Evans committed
September 4, 2020
S
bpo-41721: Add xlc options (GH-22096)
Stefan Krah committed
August 29, 2020
S
bpo-19521: Fix parallel build race condition on AIX (GH-21997)
Stefan Krah committed
July 27, 2020
W
bpo-41340: Removed fallback implementation for strdup (GH-21634)
wasiher committed
June 25, 2020
R
BPO-41100: Support macOS 11 when building (GH-21113)
Ronald Oussoren committed