summaryrefslogtreecommitdiff
path: root/Python/random.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use getentropy() on LinuxVictor Stinner2017-01-091-2/+9
* only include sys/random.h if it seems like it might have something useful (#2...Benjamin Peterson2017-01-011-1/+1
* add a specific configure check for sys/random.h (closes #28932)Benjamin Peterson2016-12-191-1/+1
* Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.Ned Deily2016-11-121-0/+3
* Fix typo in commentMartin Panter2016-06-101-1/+1
* Issue #25003: os.urandom() doesn't use getentropy() on Solaris becauseVictor Stinner2015-10-011-4/+8
* Issue #23115: os.urandom() now releases the GIL when the getentropy() is usedVictor Stinner2015-03-301-6/+14
* Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is nowVictor Stinner2015-02-241-0/+9
* Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7).Serhiy Storchaka2015-02-161-1/+1
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-6/+35
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* PEP 466: backport persistent urandom fd (closes #21305)Benjamin Peterson2014-08-281-16/+78
* Closes #15213: update comment for _PyOS_URandomGeorg Brandl2013-10-061-2/+3
* Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-2/+6
* Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-071-1/+2
* ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-4/+8
* - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-201-0/+302