Files
cpython/Python
Victor Stinner 7efb83393c Issue #22287: On UNIX, _PyTime_gettimeofday() now uses
clock_gettime(CLOCK_REALTIME) if available. As a side effect, Python now
depends on the librt library on Solaris and on Linux (only with glibc older
than 2.17).
2014-08-29 15:41:08 +02:00
..
2014-06-16 23:07:15 -07:00
2013-12-31 22:02:22 -06:00

Miscellaneous source files for the main Python shared library