COMMITS
/ Modules/_zoneinfo.c 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