1. 01bdbad Don't use getentropy() on Linux by Victor Stinner · 7 years ago
  2. 2f7d13c only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 8 years ago
  3. 6b1c909 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  4. 09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  5. 7740c40 Fix typo in comment by Martin Panter · 8 years ago
  6. a87633e Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  7. e993245 Issue #23115: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 9 years ago
  8. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 9 years ago
  9. e8d750c Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). by Serhiy Storchaka · 9 years ago
  10. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 10 years ago
  11. 0f8f784 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  12. 57057a6 PEP 466: backport persistent urandom fd (closes #21305) by Benjamin Peterson · 10 years ago
  13. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  14. f48a67b Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  15. e299cae Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  16. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  17. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago