COMMITS
/ Python/random.c October 6, 2013
G
Closes #15213: update comment for _PyOS_URandom
Georg Brandl committed
August 16, 2013
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