summaryrefslogtreecommitdiffstats
path: root/Python/random.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-211-3/+3
* Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-4/+35
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
|\
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* | Issue21393 Use CryptReleaseContext to release Crypt handle on WindowsTim Golden2014-05-061-1/+1
* | Issue #21393: random.c: on Windows, close the hCryptProv handle at exitVictor Stinner2014-05-021-3/+6
|/
* Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou2014-04-261-10/+39
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-33/+4
* ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-6/+7
* Fix compiler warning in win32_urandom(): explicit cast to DWORD inVictor Stinner2013-11-151-1/+1
* merge with 3.3Georg Brandl2013-10-061-2/+3
|\
| * Closes #15213: update comment for _PyOS_URandomGeorg Brandl2013-10-061-2/+3
* | Issue #18756: os.urandom() now uses a lazily-opened persistent file descripto...Antoine Pitrou2013-08-301-13/+42
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-271-2/+2
* | Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-2/+6
|\ \ | |/
| * Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-2/+6
* | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-251-30/+3
|/
* Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-071-1/+2
* enable hash randomization by defaultBenjamin Peterson2012-02-211-11/+0
* ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-4/+8
* Fix typo in conditional.Georg Brandl2012-02-201-1/+1
* Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+302