COMMITS
/ pyconfig.h.in 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
B
require a long long data type (closes #27961)
Benjamin Peterson committed
September 5, 2016
C
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Christian Heimes committed
July 9, 2016
X
Issue #27442: Expose the Android API level in sysconfig.get_config_vars()
Xavier de Gaye committed
July 7, 2016
B
merge 3.5 (#24557)
Benjamin Peterson committed
B
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
Benjamin Peterson committed
June 7, 2016
V
Merge 3.5 (os.urandom)
Victor Stinner committed
V
os.urandom() doesn't block on Linux anymore
Victor Stinner committed
May 4, 2016
S
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
Serhiy Storchaka committed
April 25, 2016
S
Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
Stefan Krah committed
April 3, 2016
M
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter committed
March 18, 2016
M
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Martin Panter committed
October 1, 2015
V
Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()
Victor Stinner committed
April 13, 2015
L
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings committed
March 19, 2015
V
Issue #22181: The availability of the getrandom() is now checked in configure,
Victor Stinner committed
March 8, 2015
V
Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in
Victor Stinner committed
January 14, 2015
V
Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and
Victor Stinner committed
January 9, 2015
V
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Victor Stinner committed
December 21, 2014
V
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner committed
November 28, 2014
V
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner committed
November 26, 2014
B
only support append_history if readline has it
Benjamin Peterson committed
April 17, 2014
B
support setting fpu precision on m68k (closes #20904)
Benjamin Peterson committed
December 7, 2013
C
Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
Christian Heimes committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
October 22, 2013
C
Issue #16595: Add prlimit() to resource module
Christian Heimes committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 24, 2013
B
remove support for compiling on systems without getcwd()
Benjamin Peterson committed
August 21, 2013
C
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes committed
C
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes committed
June 18, 2013
C
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
Christian Heimes committed