COMMITS
/ PC/winreg.c 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
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson committed
January 17, 2009
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed
January 15, 2009
M
Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
Mark Dickinson committed
September 6, 2008
G
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
Gregory P. Smith committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
July 2, 2008
A
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc committed
June 11, 2008
B
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson committed