- 08 Sep, 2015 17 commits
-
-
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 23 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).
-
Steve Dower authored
-
Steve Dower authored
-