1. b8ac3e1 Issue21393 Use CryptReleaseContext to release Crypt handle on Windows by Tim Golden · 10 years ago
  2. d50c3f3 Issue #21393: random.c: on Windows, close the hCryptProv handle at exit by Victor Stinner · 10 years ago
  3. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  4. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  5. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  6. 0c08346 Fix compiler warning in win32_urandom(): explicit cast to DWORD in by Victor Stinner · 11 years ago
  7. af1edb7 merge with 3.3 by Georg Brandl · 11 years ago
  8. c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  9. 4879a96 Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads. by Antoine Pitrou · 11 years ago
  10. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  11. 95b2146 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
  12. ec34ab5 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
  13. 3f50bf6 Drop support for Windows 2000; allow any XP API (but not Vista+). by Martin v. Löwis · 12 years ago
  14. 380c55c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  15. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  16. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  17. 12897d7 Fix typo in conditional. by Georg Brandl · 13 years ago
  18. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago