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