Victor Stinner
|
643cd68ea4
|
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Add a private API to convert an int or float to a C timespec structure.
|
2012-03-02 22:54:03 +01:00 |
Victor Stinner
|
4195b5caea
|
Backout f8409b3d6449: the PEP 410 is not accepted yet
|
2012-02-08 23:03:19 +01:00 |
Victor Stinner
|
ccd5715a14
|
PEP 410
|
2012-02-08 14:31:50 +01:00 |
Victor Stinner
|
09225b73c1
|
Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()
to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between
0.5 ms and 15 ms).
|
2012-02-07 23:41:01 +01:00 |
Alexander Belopolsky
|
6fc4ade2bb
|
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
exposed in Python.h. This function is similar to POSIX
gettimeofday(struct timeval *tp), but available on platforms without
gettimeofday().
|
2010-08-05 17:34:27 +00:00 |