- 08 Sep, 2015 19 commits
-
-
Victor Stinner authored
remove scories of round half up code and debug code.
-
Victor Stinner authored
datetime.datetime now round microseconds to nearest with ties going to nearest even integer (ROUND_HALF_EVEN), as round(float), instead of rounding towards -Infinity (ROUND_FLOOR). pytime API: replace _PyTime_ROUND_HALF_UP with _PyTime_ROUND_HALF_EVEN. Fix also _PyTime_Divide() for negative numbers. _PyTime_AsTimeval_impl() now reuses _PyTime_Divide() instead of reimplementing rounding modes.
-
Victor Stinner authored
"""Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest with ties going away from zero (ROUND_HALF_UP), as Python 2 and Python older than 3.3, instead of rounding to nearest with ties going to nearest even integer (ROUND_HALF_EVEN).""" datetime.timedelta uses rounding mode ROUND_HALF_EVEN again.
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Pranskevichus.
-
Serhiy Storchaka authored
the path of the directory for temporary files contains symlinks.
-
Serhiy Storchaka authored
the path of the directory for temporary files contains symlinks.
-
Serhiy Storchaka authored
the path of the directory for temporary files contains symlinks.
-
Zachary Ware authored
-
Zachary Ware authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Shaun Walbridge
-
Serhiy Storchaka authored
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
Serhiy Storchaka authored
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
Serhiy Storchaka authored
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
- 07 Sep, 2015 21 commits
-
-
Victor Stinner authored
-
Serhiy Storchaka authored
expat parser.
-
Serhiy Storchaka authored
expat parser.
-
Serhiy Storchaka authored
expat parser.
-
Serhiy Storchaka authored
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka authored
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka authored
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka authored
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka authored
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka authored
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
details in issue25018.
-
Serhiy Storchaka authored
details in issue25018.
-
Serhiy Storchaka authored
details in issue25018.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
there (as when opening Idle from interactive Python on Windows).
-