index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pytime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner
2014-02-17
1
-7
/
+28
*
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
Victor Stinner
2012-06-12
1
-7
/
+4
*
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Larry Hastings
2012-05-03
1
-1
/
+1
*
strip is_ prefixes on clock_info fields
Benjamin Peterson
2012-05-01
1
-9
/
+9
*
Issue #14428, #14397: Implement the PEP 418
Victor Stinner
2012-04-29
1
-8
/
+54
*
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
Larry Hastings
2012-04-19
1
-0
/
+11
*
Issue #14180: Fix an invalid rounding when compiler optimization are enabled
Victor Stinner
2012-03-13
1
-1
/
+3
*
Issue #14180: Remove commented code
Victor Stinner
2012-03-13
1
-2
/
+0
*
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
1
-22
/
+77
*
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
1
-0
/
+45
*
Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()
Victor Stinner
2012-02-07
1
-8
/
+25
*
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky
2010-08-05
1
-0
/
+60