COMMITS
/ PC/winreg.c December 11, 2025
A
gh-142579: Remove the self converter hack in winreg.c (GH-142580)
AN Long committed
December 9, 2025
J
gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283)
Jeong, YunWon committed
November 6, 2025
A
gh-140826: Update winreg's docstring (GH-141050)
AN Long committed
November 5, 2025
A
gh-140916: Remove unused codes in winreg.c (#140934)
AN Long committed
November 3, 2025
A
September 2, 2025
A
gh-138314: Add winreg.DeleteTree (GH-138388)
AN Long committed
September 1, 2025
P
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma committed
July 28, 2025
A
gh-136586: Improve winreg's module docstring (GH-136587)
AN Long committed
May 15, 2025
A
M
Let PyUnicode_FromWideChar calculate the input length (GH-134045)
Max Bachmann committed
April 28, 2025
B
gh-111178: fix incorrect function signatures for Windows builds (#133072)
Bénédikt Tran committed
March 20, 2025
V
Fix Windows build warnings (#131487)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 22, 2024
S
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka committed
September 3, 2023
S
August 29, 2023
S
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
Serhiy Storchaka committed
August 28, 2023
S
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 31, 2023
V
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 17, 2023
A
gh-103092: Isolate winreg (#103250)
AN Long committed
April 10, 2023
E
gh-83004: Harden winreg init (#103386)
Erlend E. Aasland committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
March 1, 2023
M
December 9, 2022
S
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
Shreyan Avigyan committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in PC/ directory (#99479)
Victor Stinner committed
August 3, 2022
July 4, 2022
O
gh-94512: Fix forced arg format in AC-processed winreg (GH-94513)
Oleg Iarygin committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
February 25, 2022
V
bpo-1635741: Fix winreg reference leaks (GH-31560)
Victor Stinner committed
March 30, 2021
Z
bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)
Zackery Spytz committed
February 4, 2021
K
Fix signed/unsigned comparison to avoid compilation warning (GH-24441)
Ken Jin committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
August 5, 2020
V
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
Victor Stinner committed
July 10, 2020
S
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka committed
V
bpo-39573: Use the Py_TYPE() macro (GH-21433)
Victor Stinner committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
May 18, 2020
M
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Minmin Gong committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 7, 2020
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
December 9, 2019
S
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Steve Dower committed
September 9, 2019
S
bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766)
Steve Dower committed
Z
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz committed
July 31, 2019
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
April 22, 2019
Z
bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882)
Zackery Spytz committed
Z
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687)
Zackery Spytz committed