COMMITS
/ pyconfig.h.in July 16, 2018
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
May 24, 2018
S
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
Serhiy Storchaka committed
May 16, 2018
E
closes bpo-33512: use standard for detecting long double (GH-6847)
Eitan Adler committed
May 4, 2018
A
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou committed
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
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
January 6, 2018
N
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith committed
December 30, 2017
M
bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)
Michael Felt committed
December 19, 2017
M
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Michael Felt committed
November 23, 2017
X
November 8, 2017
B
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
Berker Peksag committed
November 1, 2017
S
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
Serhiy Storchaka committed
M
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto committed
October 31, 2017
S
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka committed
October 19, 2017
B
drop unused configure check for pthread_atfork (#4046)
Benjamin Peterson committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
October 5, 2017
September 24, 2017
B
remove configure check for memmove (#3716)
Benjamin Peterson committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
C
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery committed
September 5, 2017
C
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes committed
September 4, 2017
B
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson committed
B
remove autoconf check for select() (#3283)
Benjamin Peterson committed
B
remove configure check for 'volatile' (#3281)
Benjamin Peterson committed
July 18, 2017
A
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou committed
June 29, 2017
I
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki committed
June 28, 2017
I
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki committed
June 11, 2017
N
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan committed
April 21, 2017
B
remove configure test for inline keyword (#1231)
Benjamin Peterson committed
December 22, 2016
X
Issue #28762: Merge 3.6.
Xavier de Gaye committed
X
Issue #28762: lockf() is available on Android API level 24, but the
Xavier de Gaye committed
December 20, 2016
B
merge 3.6 (#28932)
Benjamin Peterson committed
B
merge 3.5 (#28932)
Benjamin Peterson committed
B
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson committed
October 1, 2016
Z
Issue #21085: add configure check for siginfo_t.si_band
Zachary Ware committed
September 21, 2016
B
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson committed
September 14, 2016
B
more granular configure checks for clock_* functions (closes #28081)
Benjamin Peterson committed
September 10, 2016
Ł
DTrace support: function calls, GC activity, line execution
Łukasz Langa committed
September 9, 2016
B
remove ceval timestamp support
Benjamin Peterson committed
B
remove unused osx10.5 sdk check
Benjamin Peterson committed
September 8, 2016
B
more PY_LONG_LONG to long long
Benjamin Peterson committed
September 7, 2016
B
require C99 bool
Benjamin Peterson committed
September 6, 2016
B
add back SIZEOF_UINTPTR_T
Benjamin Peterson committed
B
require uintptr_t to exist
Benjamin Peterson committed
B
require standard int types to be defined (#17884)
Benjamin Peterson committed