COMMITS
/ configure November 2, 2021
C
bpo-43158: Use configure values for building _uuid extension (GH-29353)
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: Remove checks for finite and gamma (GH-29206)
Christian Heimes committed
C
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes committed
October 21, 2021
C
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes committed
October 20, 2021
C
bpo-45536: Check OpenSSL APIs in configure (GH-29088)
Christian Heimes committed
October 15, 2021
V
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner committed
October 13, 2021
V
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner committed
October 11, 2021
M
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Mike Gilbert committed
October 10, 2021
I
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki committed
October 5, 2021
N
bpo-45163: Restrict added libnetwork check to builds on Haiku. (GH-28729)
Ned Deily committed
October 3, 2021
P
bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)
Pablo Galindo Salgado committed
October 1, 2021
V
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner committed
September 25, 2021
V
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner committed
September 13, 2021
September 3, 2021
Ł
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Łukasz Langa committed
July 19, 2021
D
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na committed
May 25, 2021
N
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Ned Deily committed
May 13, 2021
I
Fix typo in configure (GH-26078)
Ikko Ashimine committed
May 3, 2021
P
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo committed
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
April 5, 2021
P
Python 3.10.0a7
Pablo Galindo 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
P
Remove unused suspicious rule in the docs
Pablo Galindo committed
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