summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_time.h
Commit message (Expand)AuthorAgeFilesLines
* gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)Victor Stinner2024-05-051-26/+2
* gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)Victor Stinner2024-03-111-2/+4
* gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)Victor Stinner2024-02-211-9/+4
* gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)Victor Stinner2024-02-211-5/+1
* gh-110850: Use public PyTime functions (#115746)Victor Stinner2024-02-201-1/+0
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-201-32/+18
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-201-37/+37
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-48/+51
* gh-112567: Add _PyTimeFraction C API (#112568)Victor Stinner2023-12-011-7/+26
* gh-112567: Add _Py_GetTicksPerSecond() function (#112587)Victor Stinner2023-12-011-10/+0
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-1/+5
* gh-107211: No longer export PyTime internal functions (#108422)Victor Stinner2023-08-241-118/+146
* gh-107211: No longer export internal functions (3) (#107215)Victor Stinner2023-07-251-0/+2
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-0/+312
* gh-81057: Move time Globals to _PyRuntimeState (gh-100122)Eric Snow2022-12-081-0/+25