- 07 Sep, 2016 5 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
The flag will activate LTO and PGO build support when available. Thanks to Alecsandur Patrascu of Intel for the original patch.
-
Victor Stinner authored
Issue #16334. Patch written by Serhiy Storchaka.
-
Victor Stinner authored
-
- 06 Sep, 2016 35 commits
-
-
Victor Stinner authored
-
-
modules.
-
Zachary Ware authored
-
Christian Heimes authored
-
Victor Stinner authored
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.
-
Raymond Hettinger authored
-
Christian Heimes authored
-
Brett Cannon authored
Class was dead code. Thanks to Xiang Zhang for the patch.
-
Victor Stinner authored
Issue #27778: Expose the Linux getrandom() syscall as a new os.getrandom() function. This change is part of the PEP 524.
-
Berker Peksag authored
-
Berker Peksag authored
Initial patch by Alex LordThorsen.
-
Brett Cannon authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
This completes PEP 519.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Issue #17884.
-
Brett Cannon authored
This is to add support for os.exec*() and os.spawn*() functions. Part of PEP 519.
-
Christian Heimes authored
-
Christian Heimes authored
-
Ned Deily authored
Patch by Brett Cannon.
-
Berker Peksag authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Serhiy Storchaka authored
C implementation of unpickler. UnpicklingError is now raised instead of AttributeError and ValueError in some cases.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-