index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pytime.c
Commit message (
Expand
)
Author
Age
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
*
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
*
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner
2017-10-12
*
Cleanup pytime.c (#3955)
Victor Stinner
2017-10-11
*
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner
2017-10-10
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-14
*
bpo-26669: Fix nan arg value error in pytime.c (#3085)
Han Lee
2017-09-08
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
*
Revert "pytime: include winsock2, so we can have a complete timeval type (#33...
Antoine Pitrou
2017-09-06
*
pytime: include winsock2, so we can have a complete timeval type (#3377)
Benjamin Peterson
2017-09-05
*
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
haney
2017-06-21
*
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky
2016-09-28
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
*
Merge 3.5 (pytime)
Victor Stinner
2015-11-10
|
\
|
*
pytime.c: rename pygettimeofday_new() to pygettimeofday()
Victor Stinner
2015-11-10
|
*
Issue #25155: Fix _PyTime_Divide() rounding
Victor Stinner
2015-09-18
|
*
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
*
|
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
*
|
Fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Victor Stinner
2015-10-01
*
|
Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on
Victor Stinner
2015-09-30
*
|
Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Victor Stinner
2015-09-29
*
|
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
*
|
pytime: oops, fix typos on Windows
Victor Stinner
2015-09-10
*
|
pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour
Victor Stinner
2015-09-10
*
|
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
Victor Stinner
2015-09-10
*
|
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3...
Victor Stinner
2015-09-10
*
|
Fix test_time on Windows
Victor Stinner
2015-09-10
*
|
test_time: rewrite PyTime API rounding tests
Victor Stinner
2015-09-09
*
|
pytime: add _PyTime_Round() helper to factorize code
Victor Stinner
2015-09-09
*
|
Make _PyTime_RoundHalfEven() private again
Victor Stinner
2015-09-09
*
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-09
*
|
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
Victor Stinner
2015-09-04
*
|
Don't abuse volatile keyword in pytime.c
Victor Stinner
2015-09-03
*
|
Enhance _PyTime_AsTimespec()
Victor Stinner
2015-09-03
*
|
Merge 3.5 (monotonic)
Victor Stinner
2015-09-03
|
\
|
|
*
oops, rename pymonotonic_new() to pymonotonic()
Victor Stinner
2015-09-03
|
*
Issue #24707: Remove assertion in monotonic clock
Victor Stinner
2015-09-03
*
|
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner
2015-09-02
*
|
Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot
Victor Stinner
2015-09-02
*
|
Issue #23517: Fix _PyTime_ObjectToDenominator()
Victor Stinner
2015-09-02
*
|
Issue #23517: Add "half up" rounding mode to the _PyTime API
Victor Stinner
2015-09-02
*
|
Move assertion inside _PyTime_ObjectToTimeval()
Victor Stinner
2015-09-02
*
|
Refactor pytime.c
Victor Stinner
2015-09-02
|
/
*
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner
2015-04-03
*
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
Victor Stinner
2015-04-01
*
Issue #23485: Add _PyTime_FromMillisecondsObject() function
Victor Stinner
2015-03-30
*
Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t
Victor Stinner
2015-03-30
[next]