COMMITS
/ Python/random.c August 16, 2016
V
Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error
Victor Stinner committed
V
Issue #27776: Cleanup random.c
Victor Stinner committed
V
Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore
Victor Stinner committed
V
Issue #27776: Cleanup random.c
Victor Stinner committed
July 29, 2016
M
Issue #17596: MINGW: add wincrypt.h in Python/random.c
Martin Panter committed
June 16, 2016
V
py_getrandom(): use long type for the syscall() result
Victor Stinner committed
June 14, 2016
V
cleanup random.c
Victor Stinner committed
V
Merge 3.5 (os.urandom, issue #27278)
Victor Stinner committed
V
Fix os.urandom() using getrandom() on Linux
Victor Stinner committed
June 10, 2016
M
Merge comment fix from 3.5
Martin Panter committed
M
Fix typo and move comment to appropriate condition
Martin Panter committed
June 8, 2016
V
py_getrandom(): use char* instead of void* for the destination
Victor Stinner 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
April 12, 2016
V
Merge 3.5 (os.urandom)
Victor Stinner committed
V
Fix os.urandom() on Solaris 11.3
Victor Stinner committed
November 7, 2015
S
Issue #25558: Use compile-time asserts.
Serhiy Storchaka committed
October 1, 2015
V
Merge 3.4 (os.urandom)
Victor Stinner committed
V
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
Victor Stinner committed
V
Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()
Victor Stinner committed
July 30, 2015
V
py_getrandom(): getrandom() *can* return EINTR
Victor Stinner committed
March 30, 2015
V
(Merge 3.4) Issue #22585: os.urandom() now releases the GIL when the
Victor Stinner committed
V
Issue #22585: os.urandom() now releases the GIL when the getentropy() is used
Victor Stinner committed
V
Issue #22181: os.urandom() now releases the GIL when the getrandom()
Victor Stinner committed
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 19, 2015
V
Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when
Victor Stinner committed
V
Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before
Victor Stinner committed
V
Issue #22181: The availability of the getrandom() is now checked in configure,
Victor Stinner committed
March 18, 2015
V
Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
December 21, 2014
V
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner committed
V
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner committed
December 1, 2014
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
May 6, 2014
T
Issue21393 Use CryptReleaseContext to release Crypt handle on Windows
Tim Golden committed
May 2, 2014
V
Issue #21393: random.c: on Windows, close the hCryptProv handle at exit
Victor Stinner committed
April 26, 2014
A
Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.
Antoine Pitrou committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
November 15, 2013
V
Fix compiler warning in win32_urandom(): explicit cast to DWORD in
Victor Stinner committed
October 6, 2013
G
merge with 3.3
Georg Brandl committed
G
Closes #15213: update comment for _PyOS_URandom
Georg Brandl committed
August 30, 2013
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 16, 2013
A
January 25, 2013
M
Drop support for Windows 2000; allow any XP API (but not Vista+).
Martin v. Löwis committed