Commits
User selector
Commit History
Commits on May 1, 2024
gh-110850: Add PyTime_TimeRaw() function (#118394)
Show description for b52c753andauthored
Commits on Feb 12, 2024
gh-110850: Add PyTime_t C API (GH-115215)
Show description for 879f454andauthored
Commits on Jul 1, 2023
gh-106316: Remove pytime.h header file (#106317)
Show description for 46d7761authored
Commits on Jan 27, 2023
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352)
Show description for 737d367authored
Commits on Jun 17, 2022
Commits on Oct 6, 2021
Commits on Oct 1, 2021
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Show description for 833fdf1authored
Commits on Sep 30, 2021
- authored
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Show description for 37b8294authoredbpo-41710: Add pytime_add() and pytime_mul() (GH-28642)
Show description for d62d925authoredbpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Show description for 09796f2authored
Commits on Sep 22, 2021
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Show description for 58f8adfandauthored
Commits on Sep 15, 2021
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Show description for b49263bauthored
Commits on Feb 16, 2021
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Show description for 17dbd40authored
Nicholas Sim
Loading