COMMITS
/ pyconfig.h.in 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
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 1, 2021
V
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
Victor Stinner committed
September 15, 2021
Ł
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
February 9, 2021
R
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber committed
December 23, 2020
V
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner committed
November 17, 2020
P
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo 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 11, 2020
K
bpo-40423: Optimization: use close_range(2) if available (GH-22651)
Kyle Evans committed
July 27, 2020
W
bpo-41340: Removed fallback implementation for strdup (GH-21634)
wasiher 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 9, 2020
Z
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz committed
February 29, 2020
S
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah 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
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
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
August 26, 2019
S
Remove leftovers from the times when long long wasn't required (GH-15501)
Sergey Fedoseev committed
August 22, 2019
S
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
Sergey Fedoseev committed
May 31, 2019
P
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo committed
May 29, 2019
Z
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz committed
May 27, 2019
Z
bpo-32941: Add madvise() for mmap objects (GH-6172)
Zackery Spytz committed
May 23, 2019
D
bpo-33164: update blake2 implementation (GH-6286)
David Carlier committed
May 21, 2019
P
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr committed
April 25, 2019
V
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
Victor Stinner committed
April 24, 2019
V
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner committed
February 26, 2019
B
Run autoreconf.
Benjamin Peterson committed
February 20, 2019
I
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki committed
February 8, 2019
N
bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)
Neil Schemenauer committed
January 16, 2019
J
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye committed
December 30, 2018
G
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith committed
September 26, 2018
B
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson committed
September 19, 2018
B
run autoconf (GH-9411)
Benjamin Peterson committed
September 12, 2018
B
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
Benjamin Peterson committed
September 11, 2018
B
Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193)
Benjamin Peterson committed
September 7, 2018
W
bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)
William Grzybowski committed
August 23, 2018
M
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov committed