COMMITS
/ Include/internal/pycore_time.h November 5, 2025
V
Remove internal _PyTime_AsLong() function (#141053)
Victor Stinner committed
March 19, 2025
V
gh-131238: Use pycore_interp_structs.h header (#131481)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
February 27, 2025
S
gh-130421: Fix data race on timebase initialization (gh-130592)
Sam Gross committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 5, 2024
V
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
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
V
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Victor Stinner committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
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
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
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
August 24, 2023
V
gh-107211: No longer export PyTime internal functions (#108422)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (3) (#107215)
Victor Stinner committed
July 1, 2023
V
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow committed