COMMITS
/ Python/pytime.c September 20, 2024
A
gh-111513: Improve datetime.fromtimestamp's error message (#124249)
AN Long committed
May 29, 2024
S
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev committed
May 5, 2024
V
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner committed
May 1, 2024
V
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner committed
March 18, 2024
V
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
Victor Stinner committed
March 14, 2024
V
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
Victor Stinner committed
March 11, 2024
V
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner committed
February 21, 2024
V
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner committed
February 20, 2024
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
V
gh-110850: PyTime_Time() return 0 on success (GH-115713)
Victor Stinner committed
February 12, 2024
P
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin committed
December 1, 2023
V
gh-112567: Add _PyTimeFraction C API (#112568)
Victor Stinner committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
September 2, 2023
V
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner committed
July 1, 2023
V
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner committed
June 30, 2023
I
fix typos (#106247)
Inada Naoki committed
February 20, 2023
M
gh-97786: Fix compiler warnings in pytime.c (#101826)
Mark Dickinson committed
June 17, 2022
V
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
Victor Stinner committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
February 7, 2022
V
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner committed
October 11, 2021
V
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 30, 2021
V
bpo-41710: Fix building pytime.c on Windows (GH-28644)
Victor Stinner committed
V
bpo-41710: Add pytime_add() and pytime_mul() (GH-28642)
Victor Stinner committed
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
September 24, 2021
V
bpo-41299: QueryPerformanceFrequency() cannot fail (GH-28552)
Victor Stinner committed
September 22, 2021
V
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner committed
September 15, 2021
V
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner committed
November 16, 2020
V
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner committed
V
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Victor Stinner committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
May 18, 2020
M
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
Minmin Gong committed
March 9, 2020
S
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Serhiy Storchaka committed
February 7, 2020
M
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
Michael Felt committed
September 10, 2019
B
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson committed
April 9, 2019
V
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner committed
December 28, 2018
M
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
November 2, 2017
V
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner committed
October 17, 2017
October 16, 2017
V
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner committed
October 12, 2017
V
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner committed
October 11, 2017
V
Cleanup pytime.c (#3955)
Victor Stinner committed
October 10, 2017
V
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
September 8, 2017
H
bpo-26669: Fix nan arg value error in pytime.c (#3085)
Han Lee committed
September 7, 2017
B
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson committed
September 6, 2017
A
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
Antoine Pitrou committed
B
pytime: include winsock2, so we can have a complete timeval type (#3377)
Benjamin Peterson committed