COMMITS
/ PC/winreg.c 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
December 27, 2012
B
Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.
Brian Curtin committed
B
Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
Brian Curtin committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
October 31, 2012
A
Issue #16197: Fix several small errors in winreg documentation.
Andrew Svetlov committed
October 29, 2012
B
Fix #16197. Update docstrings and documentation to match winreg code.
Brian Curtin committed
April 2, 2012
K
Merge with 3.2 (Issue #14471)
Kristján Valur Jónsson committed
K
Issue #14471: Fix a possible buffer overrun in the winreg module.
Kristján Valur Jónsson committed
January 14, 2012
M
Use GetModuleHandleW to avoid *A functions where possible.
Martin v. Löwis committed
November 22, 2011
V
Use the new Unicode API
Victor Stinner committed
November 21, 2011
V
winreg module avoids the deprecated Unicode API
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
October 23, 2010
A
Follow up to #9778: fix regressions on 64-bit Windows builds
Antoine Pitrou committed
September 27, 2010
B
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
Brian Curtin committed
August 17, 2010
B
Properly downcast from size_t/Py_ssize_t in a few places.
Brian Curtin committed
August 16, 2010
A
Fix compilation warning on Windows
Amaury Forgeot d'Arc committed
June 8, 2010
B
Fix a compile warning missed during porting (wchar_t/char) and move a
Brian Curtin committed
May 26, 2010
B
Fix #2810 - handle the case where some registry calls return
Brian Curtin committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 21, 2010
B
Port #7347 to py3k.
Brian Curtin committed