COMMITS
/ Modules/timemodule.c February 28, 2025
M
[3.13] gh-130617 : fix time_clockid_converter on DragonFlyBSD (GH-130634) (#130666)
Miss Islington (bot) committed
October 23, 2024
M
[3.13] gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116) (GH-124425)
Miss Islington (bot) committed
October 17, 2024
S
[3.13] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657)
Serhiy Storchaka committed
September 27, 2024
M
[3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (GH-124467) (#124674)
Miss Islington (bot) committed
July 19, 2024
S
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
Serhiy Storchaka committed
May 13, 2024
M
[3.13] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-118999) (#119018)
Miss Islington (bot) 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
September 25, 2021
V
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner committed
September 22, 2021
V
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner committed
September 15, 2021
V
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner committed
September 13, 2021
November 16, 2020
V
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
November 2, 2020
J
bpo-35455: Fix thread_time for Solaris OS (GH-11118)
Jakub Kulík committed
May 16, 2020
B
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
March 24, 2020
R
closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096)
Russell Owen committed