COMMITS
/ PC/winreg.c December 9, 2022
M
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
Miss Islington (bot) committed
August 3, 2022
S
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
March 20, 2019
I
bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
Inada Naoki committed
I
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
Inada Naoki committed
February 2, 2019
T
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Tony Roberts committed
December 14, 2018
S
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
Serhiy Storchaka committed
December 8, 2018
Z
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz committed
November 23, 2018
V
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner committed
November 8, 2018
Z
Replace dead code with an assertion in winreg.c. (GH-10028)
Zackery Spytz committed
October 26, 2018
V
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
July 26, 2017
S
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer committed
December 17, 2016
S
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
Steve Dower committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Regenerate Argument Clinic code for issue #23026.
Serhiy Storchaka committed
May 25, 2016
S
Closes #23026: Documentation improvements and code formatting
Steve Dower committed
May 24, 2016
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
May 13, 2015
Z
Issue #20172: Update clinicizations to current clinic.
Zachary Ware committed
Z
Issue #20172: Convert the winreg module to Argument Clinic.
Zachary Ware committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
July 3, 2014
Z
Issue #21151: Fixed a segfault in the winreg module.
Zachary Ware committed
March 13, 2014
V
Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free()
Victor Stinner committed
J
MERGE: Closes #20908: Memory leak in Reg2Py()
Jesus Cea committed
J
Closes #20908: Memory leak in Reg2Py()
Jesus Cea committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner committed