COMMITS
/ Modules/_testinternalcapi/pytime.c November 5, 2025
V
Remove internal _PyTime_AsLong() function (#141053)
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: Use public PyTime functions (#115746)
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
September 2, 2023
S
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross committed