- 08 Jan, 2017 2 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
- 07 Jan, 2017 1 commit
-
-
Berker Peksag authored
CPython and PyPy use f as the name of the first parameter of DictReader and DictWriter classes. Patch by James Salt and Greg Bengeult.
-
- 06 Jan, 2017 6 commits
-
-
Victor Stinner authored
* dev_urandom() now calls py_getentropy(). Prepare the fallback to support getentropy() failure and falls back on reading from /dev/urandom. * Simplify dev_urandom(). pyurandom() is now responsible to call getentropy() or getrandom(). Enhance also dev_urandom() and pyurandom() documentation. * getrandom() is now preferred over getentropy(). The glibc 2.24 now implements getentropy() on Linux using the getrandom() syscall. But getentropy() doesn't support non-blocking mode. Since getrandom() is tried first, it's not more needed to explicitly exclude getentropy() on Solaris. Replace: "if defined(HAVE_GETENTROPY) && !defined(sun)" with "if defined(HAVE_GETENTROPY)" * Enhance py_getrandom() documentation. py_getentropy() now supports ENOSYS, EPERM & EINTR
-
Victor Stinner authored
Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter anymore. Patch written by Jiajun Huang.
-
Victor Stinner authored
Issue #29174, #26741: subprocess.Popen.__del__() now keeps a strong reference to warnings.warn() function.
-
Xavier de Gaye authored
-
Xavier de Gaye authored
-
INADA Naoki authored
-
- 05 Jan, 2017 2 commits
-
-
Victor Stinner authored
Fix backward compatibility issue, HAVE_LONG_LONG was defined but empty, whereas it is defined as 1 in Python 3.5.
-
Terry Jan Reedy authored
Fix error in format string.
-
- 04 Jan, 2017 4 commits
-
-
Xavier de Gaye authored
-
Serhiy Storchaka authored
test_powlong is the same as test_powint. Patch by Lukas Schwaighofer.
-
Serhiy Storchaka authored
test_powlong is the same as test_powint. Patch by Lukas Schwaighofer.
-
Victor Stinner authored
The default value of fold is zero, not True. Fix the docstring of the Python implementation.
-
- 03 Jan, 2017 13 commits
-
-
Victor Stinner authored
Fix time_hash() function: replace DATE_xxx() macros with TIME_xxx() macros. Before, the hash function used a wrong value for microseconds if fold is set (equal to 1).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Berker Peksag authored
-
Berker Peksag authored
Noticed by Serhiy Storchaka.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Jim Fasarakis-Hilliard.
-
- 02 Jan, 2017 12 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-