1. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 10 years ago
  2. 3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns by Tim Golden · 10 years ago
  3. 8f606a0 Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 10 years ago
  4. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  5. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  6. d7afd31 Move a variable declration outside of a loop to match what was by Brian Curtin · 14 years ago
  7. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  8. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  9. e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 14 years ago
  10. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  11. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  12. a18392a #4807: Remove a wrong usage of wsprintf in the winreg module by Amaury Forgeot d'Arc · 16 years ago
  13. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  14. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  15. eba0004 Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit by Andrew M. Kuchling · 16 years ago
  16. 8a3c871 From issue 1753245 - better _winreg support for x64. by Mark Hammond · 16 years ago
  17. 4677fbf7 Try to fix a bunch of compiler warnings on Win64. by Neal Norwitz · 16 years ago
  18. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 17 years ago
  19. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  20. 629ec26 Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds. by Kristján Valur Jónsson · 17 years ago
  21. 17b8e97 Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition by Kristján Valur Jónsson · 17 years ago
  22. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 18 years ago
  23. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  24. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  25. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  26. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  27. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  28. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  29. a6a38ad Remove all uses of alloca() from this module. The alloca() return value by Guido van Rossum · 21 years ago
  30. c9083b6 Correct docstring for SetValueEx() by Mark Hammond · 22 years ago
  31. e1d18f5 Fix an error message in the _winreg module. The error message referred by Thomas Heller · 22 years ago
  32. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  33. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  34. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  35. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  36. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  37. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  38. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  39. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  40. 270e19b Update the module name to _winreg, pending checkin of Paul Prescod's by Fred Drake · 24 years ago
  41. b422f95 Cleanup a few docstrings. by Mark Hammond · 24 years ago
  42. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  43. 9f3712c Mark Hammond: new winreg module; updated dllbase file. by Guido van Rossum · 24 years ago