- 06 Jan, 2017 4 commits
-
-
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 17 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
-
Larry Hastings authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-