- 08 Eyl, 2015 18 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
"""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 yazdı
-
Yury Selivanov yazdı
Patch by Elvis Pranskevichus.
-
Serhiy Storchaka yazdı
the path of the directory for temporary files contains symlinks.
-
Serhiy Storchaka yazdı
the path of the directory for temporary files contains symlinks.
-
Serhiy Storchaka yazdı
the path of the directory for temporary files contains symlinks.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Patch by Shaun Walbridge
-
Serhiy Storchaka yazdı
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
Serhiy Storchaka yazdı
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
Serhiy Storchaka yazdı
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
- 07 Eyl, 2015 22 kayıt (commit)
-
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
expat parser.
-
Serhiy Storchaka yazdı
expat parser.
-
Serhiy Storchaka yazdı
expat parser.
-
Serhiy Storchaka yazdı
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka yazdı
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka yazdı
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka yazdı
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka yazdı
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka yazdı
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
details in issue25018.
-
Serhiy Storchaka yazdı
details in issue25018.
-
Serhiy Storchaka yazdı
details in issue25018.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
there (as when opening Idle from interactive Python on Windows).
-
Steve Dower yazdı
-