COMMITS
/ Modules/timemodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 4, 2026
P
gh-145376: Fix refleak in error path of time_tzset (GH-145477)
Pieter Eendebak committed
November 5, 2025
V
Remove internal _PyTime_AsLong() function (#141053)
Victor Stinner committed
May 29, 2025
C
gh-134771: Fix time_clockid_converter() on Cygwin (#134772)
Collin Funk committed
February 28, 2025
L
gh-130617 : fix time_clockid_converter on DragonFlyBSD (#130634)
leleliu008 committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 23, 2025
V
gh-119182: Use public PyUnicodeWriter in time_strftime() (#129207)
Victor Stinner committed
October 19, 2024
S
gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)
Serhiy Storchaka committed
October 17, 2024
S
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka committed
September 27, 2024
September 24, 2024
S
gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)
Serhiy Storchaka committed
September 18, 2024
S
Revert "gh-123974: Fix time.get_clock_info() on NetBSD (#123975)" (GH-124115)
Serhiy Storchaka committed
September 13, 2024
F
gh-123974: Fix time.get_clock_info() on NetBSD (#123975)
Furkan Onder committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 1, 2024
V
gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)
Victor Stinner committed
May 13, 2024
N
gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (#118999)
Nikita Sobolev committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 19, 2024
March 7, 2024
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
February 22, 2024
P
gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)
Petr Viktorin 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: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
January 8, 2024
R
December 1, 2023
V
gh-112567: Add _PyTimeFraction C API (#112568)
Victor Stinner committed
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
November 16, 2023
V
gh-111482: Fix time_clockid_converter() on AIX (#112170)
Victor Stinner committed
November 2, 2023
V
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner committed
October 25, 2023
N
gh-111295: Fix error checking in time extension module init (#111296)
Nikita Sobolev committed
September 5, 2023
P
gh-108294: Add error handling for time.sleep audit event (GH-108363)
Petr Viktorin committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
September 2, 2023
V
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner committed
August 23, 2023
P
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin committed
July 18, 2023
S
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
December 9, 2022
E
gh-81057: Fix an ifdef in the time module (#100125)
Eric Snow committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
March 15, 2022
C
bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
Christian Heimes committed
February 8, 2022
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
January 21, 2022
V
bpo-46417: time module uses PyStructSequence_NewType() (GH-30734)
Victor Stinner committed
December 12, 2021
November 16, 2021
D
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Dong-hee Na committed
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
October 13, 2021
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed