Files
cpython/Modules
Victor Stinner 2ec5bd6fb2 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
datetime.datetime now round microseconds to nearest with ties going away from
zero (ROUND_HALF_UP), as Python 2 and Python older than 3.3, instead of
rounding towards -Infinity (ROUND_FLOOR).
2015-09-03 09:06:44 +02:00
..
2015-07-29 14:35:12 +02:00
2015-04-13 12:11:40 -05:00
2015-07-16 22:20:19 +02:00
2015-08-13 20:37:08 +01:00
2015-08-26 08:09:50 -07:00
2014-10-28 22:24:46 +01:00
2015-07-18 11:00:00 -07:00
2015-03-18 16:05:32 +01:00
2015-04-13 14:21:02 -04:00
2015-08-17 23:55:28 -07:00
2015-08-02 12:16:45 -07:00
2015-07-24 00:43:44 -04:00
2015-04-26 15:56:23 -04:00
2015-08-01 21:38:04 -05:00
2015-04-13 22:00:30 +02:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00
2015-04-13 14:21:02 -04:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.