COMMITS
/ Modules/_zoneinfo.c October 13, 2024
S
gh-125243: Fix ZoneInfo data race in free threading build (#125281)
Sam Gross committed
June 10, 2024
V
gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
January 10, 2024
S
gh-111789: Use PyDict_GetItemRef() in Modules/_zoneinfo.c (GH-112078)
Serhiy Storchaka committed
November 1, 2023
S
Simplify trivial calls of PyUnicode_FromFormat() (GH-111605)
Serhiy Storchaka committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
October 14, 2023
S
bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)
Serhiy Storchaka committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
September 1, 2023
V
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner committed
August 31, 2023
V
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
June 9, 2023
N
gh-105375: Improve error handling in `zoneinfo` module (#105586)
Nikita Sobolev committed
May 23, 2023
C
Fix missing/incomplete NULL checks in multiple source files (#104564)
chgnrdv committed
May 12, 2023
A
gh-87526: Remove dead initialization from _zoneinfo parse_abbr() (#24700)
Alex Henrie committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
February 24, 2023
I
E
gh-101476: Use _PyType_GetModuleState where applicable (#102188)
Erlend E. Aasland committed
February 15, 2023
E
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_CLEAR() function in C code (#99686)
Victor Stinner committed
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
Victor Stinner committed
November 6, 2022
S
gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)
Shantanu committed
October 7, 2022
N
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
January 15, 2022
C
bpo-46383: Fix signature of zoneinfo module_free function (GH-30607)
Christian Heimes committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
June 12, 2021
S
Add more const modifiers. (GH-26691)
Serhiy Storchaka committed
March 4, 2021
B
bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)
Brandt Bucher committed
February 5, 2021
Z
bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo (GH-24450)
Zackery Spytz committed
January 27, 2021
H
Z
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345)
Zackery Spytz committed
January 20, 2021
Y
December 16, 2020
V
bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)
Victor Stinner committed
October 27, 2020
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
September 23, 2020
Z
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz committed
August 17, 2020
P
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
Paul Ganssle committed
August 14, 2020
P
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
Paul Ganssle committed
July 20, 2020
Z
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Zackery Spytz committed
July 15, 2020
B
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
Benjamin Peterson committed
June 22, 2020
G
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Gregory P. Smith committed
May 27, 2020
P
Fix compiler warnings in _zoneinfo.c (GH-20342)
Pablo Galindo committed
May 22, 2020
A
bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280)
Ammar Askar committed
May 21, 2020
D
bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291)
Dong-hee Na committed
May 16, 2020
P
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle committed