- 16 Aug, 2016 31 commits
-
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Ethan Furman authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
Victor Stinner authored
Merge dev_urandom_python() and dev_urandom_noraise() functions to reduce code duplication.
-
Victor Stinner authored
Modify py_getrandom() to not call PyErr_CheckSignals() if raise is zero. _PyRandom_Init() is called very early in the Python initialization, so it's safer to not call PyErr_CheckSignals().
-
Victor Stinner authored
* Add pyurandom() helper function to factorize the code * don't call Py_FatalError() in helper functions, but only in _PyRandom_Init() if pyurandom() failed, to uniformize the code
-
Gregory P. Smith authored
_is_data_descriptor().
-
Gregory P. Smith authored
_is_data_descriptor().
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
by increasing the number of iterations. That appears sufficient to expose the ref count problem fixed in this issue. Patch suggested by Xiang Zhang
-
Terry Jan Reedy authored
-
Ned Deily authored
-
Ned Deily authored
-
Steve Dower authored
-
Nick Coghlan authored
- be clear builtin traceback display was also updated - show example output in What's New - fix versionadded markup
-
- 15 Aug, 2016 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
to ref count problem introduced in code for Issue #27038 in 3.6.0a3. Patch by Xiang Zhang.
-
Ned Deily authored
directory and sysconfigdata file name. This is a workaround for 3.6.0a4 pending resolution of other #23968 items.
-
Guido van Rossum authored
Patch by Lisa Roach. See also PEP 628.
-