1. dfeec34 bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) by Zackery Spytz · 3 years, 7 months ago
  2. 28873a7 Fix signed/unsigned comparison to avoid compilation warning (GH-24441) by Ken Jin · 3 years, 9 months ago
  3. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 4 years ago
  4. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 4 years ago
  5. 15edaec bpo-40989: Fix compiler warning in winreg.c (GH-21722) by Victor Stinner · 4 years, 3 months ago
  6. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years, 4 months ago
  7. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years, 4 months ago
  8. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 4 years, 5 months ago
  9. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 4 years, 6 months ago
  10. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 7 months ago
  11. 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 4 years, 7 months ago
  12. ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 5 years ago
  13. ef66f31 bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) by Steve Dower · 5 years ago
  14. e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 5 years ago
  15. ed5e8e0 bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) by David H · 5 years ago
  16. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  17. 34366b7 bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) by Zackery Spytz · 6 years ago
  18. 56ed864 bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) by Zackery Spytz · 6 years ago
  19. cc60cdd9 bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469) by Inada Naoki · 6 years ago
  20. d5f18a6 bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466) by Inada Naoki · 6 years ago
  21. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 6 years ago
  22. afb3e71 bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) by Serhiy Storchaka · 6 years ago
  23. 99d56b5 bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Zackery Spytz · 6 years ago
  24. b509d52 bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) by Victor Stinner · 6 years ago
  25. 5d95312 Replace dead code with an assertion in winreg.c. (GH-10028) by Zackery Spytz · 6 years ago
  26. b4435e2 bpo-35059: Convert PyObject_INIT() to function (GH-10077) by Victor Stinner · 6 years ago
  27. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 7 years ago
  28. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  29. 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
  30. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  31. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  32. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  33. 877826a Regenerate Argument Clinic code for issue #23026. by Serhiy Storchaka · 8 years ago
  34. 4d4bc42 Closes #23026: Documentation improvements and code formatting by Steve Dower · 8 years ago
  35. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  36. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  37. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
  38. fd2d482 Issue #20172: Convert the winreg module to Argument Clinic. by Zachary Ware · 9 years ago
  39. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  40. ad4690f Issue #21151: Fixed a segfault in the winreg module. by Zachary Ware · 10 years ago
  41. 9cb1ec5 Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() by Victor Stinner · 11 years ago
  42. 58c767f MERGE: Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
  43. 782c4cf Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
  44. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  45. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  46. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  47. f8704fb Merge 3.3 by Brian Curtin · 12 years ago
  48. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago
  49. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  50. 4482b01 Merge 3.3 by Brian Curtin · 12 years ago
  51. 62cf69e Merge 3.2 by Brian Curtin · 12 years ago
  52. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  53. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  54. 616f803 Issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  55. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  56. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  57. 2247775 Merge with 3.2 (Issue #14471) by Kristján Valur Jónsson · 13 years ago
  58. 984dfa7 Issue #14471: Fix a possible buffer overrun in the winreg module. by Kristján Valur Jónsson · 13 years ago
  59. 50590f1 Use GetModuleHandleW to avoid *A functions where possible. by Martin v. Löwis · 13 years ago
  60. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  61. be49244 winreg module avoids the deprecated Unicode API by Victor Stinner · 13 years ago
  62. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  63. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  64. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  65. abb3351 Properly downcast from size_t/Py_ssize_t in a few places. by Brian Curtin · 14 years ago
  66. f2b69df Fix compilation warning on Windows by Amaury Forgeot d'Arc · 14 years ago
  67. 9b7e2d1 Fix a compile warning missed during porting (wchar_t/char) and move a by Brian Curtin · 14 years ago
  68. 6085321 Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  69. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  70. 3035c39 Port #7347 to py3k. by Brian Curtin · 15 years ago
  71. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  72. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  73. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  74. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  75. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  76. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  77. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  78. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  79. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  80. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  81. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago[Renamed (99%) from PC/_winreg.c]
  82. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 17 years ago
  83. d218dc1 Merged revisions 62177-62178,62180-62193 via svnmerge from by Martin v. Löwis · 17 years ago
  84. 44471f3 #2484: remove duplicate variable definition. by Georg Brandl · 17 years ago
  85. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 17 years ago
  86. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  87. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  88. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  89. 39763a1 Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming by Thomas Heller · 17 years ago
  90. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  91. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  92. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  93. 1385b89 Patch 1030, Adapt _winreg.c to the new buffer API. by Neal Norwitz · 17 years ago
  94. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  95. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
  96. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  97. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  98. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  99. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  100. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago