summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi/pytime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal _PyTime_AsLong() function (#141053)Victor Stinner2025-11-051-10/+10
* gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)Victor Stinner2024-02-211-12/+10
* gh-110850: Use public PyTime functions (#115746)Victor Stinner2024-02-201-2/+2
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-201-12/+12
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-16/+0
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-021-0/+279