COMMITS
/ Python/random.c 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