summaryrefslogtreecommitdiff
path: root/Python/pytime.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()Victor Stinner2012-02-071-8/+25
* Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-051-0/+60