COMMITS
/ configure 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
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
N
bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152)
Ned Deily committed
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
June 9, 2020
V
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner committed
May 19, 2020
P
Python 3.10.0a0 (GH-20198)
Pablo Galindo committed
May 18, 2020
May 16, 2020
P
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle committed
May 15, 2020
C
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes committed
May 5, 2020
V
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner committed
April 29, 2020
K
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding committed
April 23, 2020
P
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
Pablo Galindo committed
April 9, 2020
Z
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz committed
April 1, 2020
A
bpo-38527: fix configure script for Solaris (GH-16845)
Arnon Yaari committed
March 11, 2020
P
bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)
Petr Viktorin committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
February 29, 2020
S
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah committed
February 14, 2020
I
closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
Ian Norton committed
January 28, 2020
D
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier committed