Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue #9090 : Take the same approach for socketmodule as daytimemodule | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+3 |
| | | | | | when it needs support from timemodule (which is a .so on linux): link in timemodule.c for the required functions. | ||||
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 | 1 | -0/+23 |
New include file timefuncs.h exports private API function _PyTime_DoubleToTimet() from timemodule.c. timemodule should export some other functions too (look for painful bits in datetimemodule.c). Added insane-argument checking to datetime's assorted fromtimestamp() and utcfromtimestamp() methods. Added insane-argument tests of these to test_datetime, and insane-argument tests for ctime(), localtime() and gmtime() to test_time. |