| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37205: time.time() cannot fail with fatal error (GH-23314) | Victor Stinner | 2020-11-16 | 1 | -106/+132 |
|
|
* | bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) | Victor Stinner | 2020-11-16 | 1 | -14/+2 |
|
|
* | bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) | Ronald Oussoren | 2020-11-08 | 1 | -3/+28 |
|
|
* | bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20... | Minmin Gong | 2020-05-18 | 1 | -1/+1 |
|
|
* | bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ... | Serhiy Storchaka | 2020-03-09 | 1 | -4/+4 |
|
|
* | bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285) | Michael Felt | 2020-02-07 | 1 | -1/+1 |
|
|
* | bpo-38068: Clean up gettimeofday configure logic. (GH-15775) | Benjamin Peterson | 2019-09-10 | 1 | -4/+0 |
|
|
* | bpo-34373: Fix time.mktime() on AIX (GH-12726) | Victor Stinner | 2019-04-09 | 1 | -10/+7 |
|
|
* | bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) | Michael Felt | 2018-12-28 | 1 | -0/+14 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | bpo-31784: Implement PEP 564: add time.time_ns() (#3989) | Victor Stinner | 2017-11-02 | 1 | -19/+86 |
|
|
* | bpo-31786: Make functions in the select module blocking when timeout is a sma... | Pablo Galindo | 2017-10-17 | 1 | -2/+15 |
|
|
* | bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) | Victor Stinner | 2017-10-16 | 1 | -36/+122 |
|
|
* | bpo-31773: time.perf_counter() uses again double (GH-3964) | Victor Stinner | 2017-10-12 | 1 | -15/+21 |
|
|
* | Cleanup pytime.c (#3955) | Victor Stinner | 2017-10-11 | 1 | -54/+76 |
|
|
* | bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) | Victor Stinner | 2017-10-10 | 1 | -10/+71 |
|
|
* | bpo-31338 (#3374) | Barry Warsaw | 2017-09-15 | 1 | -9/+3 |
|
|
* | bpo-26669: Fix nan arg value error in pytime.c (#3085) | Han Lee | 2017-09-08 | 1 | -0/+14 |
|
|
* | bpo-31373: fix undefined floating-point demotions (#3396) | Benjamin Peterson | 2017-09-07 | 1 | -16/+16 |
|
|
* | Revert "pytime: include winsock2, so we can have a complete timeval type (#33... | Antoine Pitrou | 2017-09-06 | 1 | -1/+0 |
|
|
* | pytime: include winsock2, so we can have a complete timeval type (#3377) | Benjamin Peterson | 2017-09-06 | 1 | -0/+1 |
|
|
* | bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351) | haney | 2017-06-21 | 1 | -0/+20 |
|
|
* | Issue #28148: Stop using localtime() and gmtime() in the time module. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+52 |
|
|
* | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -9/+9 |
|
|
* | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 1 | -14/+2 |
|
|
* | Merge 3.5 (pytime) | Victor Stinner | 2015-11-10 | 1 | -3/+3 |
|\ |
|
| * | pytime.c: rename pygettimeofday_new() to pygettimeofday() | Victor Stinner | 2015-11-10 | 1 | -3/+3 |
|
|
| * | Issue #25155: Fix _PyTime_Divide() rounding | Victor Stinner | 2015-09-18 | 1 | -3/+8 |
|
|
| * | Issue #25155: Add _PyTime_AsTimevalTime_t() function | Victor Stinner | 2015-09-18 | 1 | -38/+61 |
|
|
* | | Issue #25558: Use compile-time asserts. | Serhiy Storchaka | 2015-11-07 | 1 | -13/+12 |
|
|
* | | Fix _PyTime_AsTimevalStruct_impl() on OpenBSD | Victor Stinner | 2015-10-01 | 1 | -2/+3 |
|
|
* | | Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on | Victor Stinner | 2015-09-30 | 1 | -3/+2 |
|
|
* | | Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD | Victor Stinner | 2015-09-29 | 1 | -2/+3 |
|
|
* | | Issue #25155: Add _PyTime_AsTimevalTime_t() function | Victor Stinner | 2015-09-18 | 1 | -19/+60 |
|
|
* | | pytime: oops, fix typos on Windows | Victor Stinner | 2015-09-10 | 1 | -2/+2 |
|
|
* | | pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour | Victor Stinner | 2015-09-10 | 1 | -11/+24 |
|
|
* | | New try to fix test_time.test_AsSecondsDouble() on x86 buildbots. | Victor Stinner | 2015-09-10 | 1 | -2/+7 |
|
|
* | | Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3... | Victor Stinner | 2015-09-10 | 1 | -3/+8 |
|
|
* | | Fix test_time on Windows | Victor Stinner | 2015-09-10 | 1 | -20/+8 |
|
|
* | | test_time: rewrite PyTime API rounding tests | Victor Stinner | 2015-09-09 | 1 | -6/+10 |
|
|
* | | pytime: add _PyTime_Round() helper to factorize code | Victor Stinner | 2015-09-09 | 1 | -25/+20 |
|
|
* | | Make _PyTime_RoundHalfEven() private again | Victor Stinner | 2015-09-09 | 1 | -1/+3 |
|
|
* | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of | Victor Stinner | 2015-09-08 | 1 | -42/+29 |
|
|
* | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in | Victor Stinner | 2015-09-04 | 1 | -4/+4 |
|
|
* | | Don't abuse volatile keyword in pytime.c | Victor Stinner | 2015-09-03 | 1 | -2/+4 |
|
|
* | | Enhance _PyTime_AsTimespec() | Victor Stinner | 2015-09-03 | 1 | -3/+3 |
|
|
* | | Merge 3.5 (monotonic) | Victor Stinner | 2015-09-02 | 1 | -13/+3 |
|\ \
| |/ |
|
| * | oops, rename pymonotonic_new() to pymonotonic() | Victor Stinner | 2015-09-02 | 1 | -3/+3 |
|
|
| * | Issue #24707: Remove assertion in monotonic clock | Victor Stinner | 2015-09-02 | 1 | -10/+0 |
|
|
* | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest | Victor Stinner | 2015-09-02 | 1 | -2/+1 |
|
|