COMMITS
/ configure 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
July 2, 2019
N
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily committed
June 4, 2019
Ł
Bump to 3.9.0a0
Łukasz Langa committed
May 31, 2019
P
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo committed
May 30, 2019
I
autoreconf (GH-13651)
Inada Naoki 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 24, 2019
E
bpo-21536: Fix configure.ac for LIBPYTHON on Android/Cygwin (GH-13552)
E. M. Bray committed
E
bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
E. M. Bray committed
May 23, 2019
D
bpo-33164: update blake2 implementation (GH-6286)
David Carlier committed
V
bpo-36721: Add --embed option to python-config (GH-13500)
Victor Stinner committed
May 21, 2019
P
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr committed
May 14, 2019
V
bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320)
Victor Stinner committed
April 29, 2019
N
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)
Ned Deily committed
X
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye committed
April 26, 2019
V
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
Victor Stinner 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
V
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931)
Victor Stinner committed
April 12, 2019
V
bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811)
Victor Stinner committed
V
bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809)
Victor Stinner committed
M
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
Michael Felt committed
April 11, 2019
V
bpo-36605: make tags: parse Modules/_io directory (GH-12789)
Victor Stinner committed
February 27, 2019
P
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
pxinwr 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 24, 2019
J
bpo-35520: Fix build with dtrace support on certain systems. (#11194)
Jakub Kulík 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
December 19, 2018
S
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
stratakis committed
December 4, 2018
S
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
stratakis committed
November 12, 2018
G
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith committed
October 24, 2018
S
bpo-28015: Support LTO build with clang (GH-9908)
serge-sans-paille committed
October 4, 2018
B
closes bpo-34869: Remove LDLAST. (GH-9667)
Benjamin Peterson 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 14, 2018
B
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
Benjamin Peterson committed
B
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson committed
September 13, 2018
B
bpo-34652: Remove lchmod from the big func checking block. (GH-9247)
Benjamin Peterson committed
September 12, 2018
B
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Benjamin Peterson committed
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 24, 2018
M
bpo-34448: Improve output of usable wchar_t check (GH-8846)
Michael Osipov committed
August 23, 2018
M
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov committed
August 20, 2018
X
July 16, 2018
A
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou committed
B
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Benjamin Peterson committed