Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15340: Fix importing the random module when /dev/urandom cannot be ope... | Antoine Pitrou | 2012-09-07 | 1 | -1/+2 |
* | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -11/+0 |
* | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -4/+8 |
* | Fix typo in conditional. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
* | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+302 |