Victor Stinner 2ec558739e 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).
2015-09-02 19:16:07 +02:00
..
2015-08-24 20:23:27 -07:00
2015-05-03 11:29:58 -04:00
2015-09-02 15:50:04 -04:00
2015-07-27 12:57:21 +02:00
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2014-12-31 18:10:13 -06:00
2015-08-24 20:23:27 -07:00

Miscellaneous source files for the main Python shared library