COMMITS
/ configure.ac 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
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo 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
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
January 24, 2020
V
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner committed
January 22, 2020
V
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner committed
January 14, 2020
A
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747)
Anthony Shaw committed
December 15, 2019
M
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt committed
November 6, 2019
B
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson committed
October 22, 2019
V
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
Victor Stinner committed
October 15, 2019
September 28, 2019
J
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446)
Jesús Cea committed
September 13, 2019
D
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
Doyle Rowland committed
September 11, 2019
J
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Jakub Kulík committed
September 10, 2019
B
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson committed
September 9, 2019
B
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
Benjamin Peterson committed
August 26, 2019
S
Remove leftovers from the times when long long wasn't required (GH-15501)
Sergey Fedoseev committed
August 1, 2019
R
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren committed
July 22, 2019
N
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Neil Schemenauer committed