COMMITS
/ Python/random.c 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
September 7, 2012
A
Issue #15340: Fix importing the random module when /dev/urandom cannot be opened.
Antoine Pitrou committed
February 21, 2012
B
enable hash randomization by default
Benjamin Peterson committed
B
ensure no one tries to hash things before the random seed is found
Benjamin Peterson committed
February 20, 2012
G
Fix typo in conditional.
Georg Brandl committed
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed