Victor Stinner e66987e626 os.urandom() now blocks on Linux
Issue #27776: The os.urandom() function does now block on Linux 3.17 and newer
until the system urandom entropy pool is initialized to increase the security.

This change is part of the PEP 524.
2016-09-06 16:33:52 -07:00
..
2016-09-06 10:46:49 -07:00
2016-01-26 00:40:57 +01:00
2016-09-06 10:46:49 -07:00
2016-08-31 08:44:26 -07:00
2016-03-23 09:52:13 +01:00
2016-08-07 20:20:33 -07:00
2016-01-27 00:37:59 +01:00
2016-09-06 10:46:49 -07:00
2016-09-06 16:33:52 -07:00
2016-06-04 05:26:40 +00:00

Miscellaneous source files for the main Python shared library