COMMITS
/ configure 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
July 11, 2018
E
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
Eitan Adler committed
June 19, 2018
V
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709)
Victor Stinner committed
June 9, 2018
June 5, 2018
I
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
INADA Naoki committed
June 4, 2018
S
Regenerate configure after changing configure.ac in GH-6987. (GH-7344)
Serhiy Storchaka committed
May 24, 2018
S
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
Serhiy Storchaka committed
C
closes bpo-33619: Fix libffi detection by regenerating ./configure (GH-7075)
Chih-Hsuan Yen committed
May 16, 2018
E
closes bpo-33512: use standard for detecting long double (GH-6847)
Eitan Adler committed
May 15, 2018
B
run autoreconf (GH-6850)
Benjamin Peterson committed
May 4, 2018
A
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou committed
April 30, 2018
M
bpo-33377: add triplets for mips-r6 and riscv (#6655)
Matthias Klose committed
January 31, 2018
N
Start of 3.8.0a0
Ned Deily committed
January 30, 2018
N
January 29, 2018
C
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes committed
P
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo committed
January 27, 2018
P
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo committed
January 23, 2018
S
V
bpo-32593: Run autoconf (#5282)
Victor Stinner committed
January 20, 2018
C
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes committed
January 9, 2018
D
bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)
David Carlier committed