Victor Stinner 992c43fec9 Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
* Rename _PyTime_FromObject() to _PyTime_FromSecondsObject()
* Add _PyTime_AsNanosecondsObject() and _testcapi.pytime_fromsecondsobject()
* Add unit tests
2015-03-27 17:12:45 +01: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
2012-10-05 01:04:27 +02:00
2015-02-02 10:52:56 -05:00
2013-09-26 22:21:41 -04:00
2015-03-25 02:30:01 +01:00

Miscellaneous source files for the main Python shared library