Commits
User selector
Commit History
Commits on Mar 10, 2026
Commits on Jan 15, 2026
gh-80620: Support negative timestamps on windows in `time.gmtime`, `time.localtime`, and `datetime` module (#143463)
Show description for f5685a2andauthored
Commits on Nov 5, 2025
Remove internal _PyTime_AsLong() function (#141053)
Show description for 8d55fafauthored
Commits on Sep 23, 2025
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Show description for 1a2e00cauthored
Commits on Mar 19, 2025
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Show description for 4b54031authored
Commits on Mar 15, 2025
GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)
Show description for f104c19authored
Commits on Mar 12, 2025
Commits on Feb 27, 2025
gh-130421: Fix data race on timebase initialization (gh-130592)
Show description for d027787authored
Commits on Jan 20, 2025
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)
Show description for 4d0a659andauthored
Commits on Sep 20, 2024
Commits on May 29, 2024
Commits on May 5, 2024
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Show description for aa61f8bauthored
Commits on May 1, 2024
gh-110850: Add PyTime_TimeRaw() function (#118394)
Show description for b52c753andauthored
Commits on Mar 18, 2024
Commits on Mar 14, 2024
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
Show description for 846ad5aauthored
Commits on Mar 11, 2024
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Show description for 113053aauthored
Commits on Feb 21, 2024
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Show description for e4c34f0authored
Commits on Feb 20, 2024
gh-110850: Rename internal PyTime C API functions (#115734)
Show description for 52d1477authoredgh-110850: Replace _PyTime_t with PyTime_t (#115719)
Show description for 9af80ecauthoredgh-110850: PyTime_Time() return 0 on success (GH-115713)
Show description for d24bed5authored
Commits on Feb 12, 2024
gh-110850: Add PyTime_t C API (GH-115215)
Show description for 879f454andauthored
Commits on Dec 1, 2023
gh-112567: Add _PyTimeFraction C API (#112568)
Show description for 5c5022bauthored
Commits on Oct 7, 2023
gh-108277: Add os.timerfd_create() function (#108382)
Show description for de2a403authored
Commits on Sep 2, 2023
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Show description for e7de0c5authored
Commits on Jul 1, 2023
gh-106316: Remove pytime.h header file (#106317)
Show description for 46d7761authored
Commits on Jun 30, 2023
fix typos (#106247)
Show description for 77ddc9aauthored
Commits on Feb 20, 2023
gh-97786: Fix compiler warnings in pytime.c (#101826)
Show description for b1b375eauthored
Commits on Jun 17, 2022
Commits on Apr 20, 2022
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Show description for 7cdaf87authored
Commits on Feb 7, 2022
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Show description for b556f53authored
Commits on Oct 11, 2021
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Show description for 2f92e2aauthored
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: Add pytime_add() and pytime_mul() (GH-28642)
Show description for d62d925authoredbpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Show description for 09796f2authored