1. ebca7eb bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 4 years, 11 months ago
  2. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  3. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  4. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  5. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  6. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  7. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  8. ad4690f Issue #21151: Fixed a segfault in the winreg module. by Zachary Ware · 10 years ago
  9. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  10. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  11. 3927d80 Merge #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  12. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  13. f8704fb Merge 3.3 by Brian Curtin · 12 years ago
  14. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  15. 4482b01 Merge 3.3 by Brian Curtin · 12 years ago
  16. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  17. fd43b4d replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  18. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  19. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  20. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  21. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  22. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  23. d187726 Issue #10966: Remove the concept of unexpected skipped tests. by Brett Cannon · 12 years ago
  24. 2bb3021 Try other approach to fix issue #15334. by Antoine Pitrou · 12 years ago
  25. f0b1baf Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  26. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 14 years ago
  27. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  28. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  29. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  30. 6085321 Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  31. 3035c39 Port #7347 to py3k. by Brian Curtin · 14 years ago
  32. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  33. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  34. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  35. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  36. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  37. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  38. e83ebd9 Fix a bug in the test. by Thomas Heller · 17 years ago
  39. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  40. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  41. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  42. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  43. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  44. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  45. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  46. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  47. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  48. 291481b Reduce the size of Big String and Big Binary tests to 2**14 (minus one by Guido van Rossum · 21 years ago
  49. 0a18552 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 21 years ago
  50. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  51. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  52. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  53. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  54. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  55. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  56. 99b84bd Removed some tabs. by Paul Prescod · 24 years ago
  57. 252af9c The low-level interface is now in _winreg; update the import here. by Fred Drake · 24 years ago
  58. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  59. d9b0f26 Mark Hammond: Uncomment call to delete test data when done. by Fred Drake · 24 years ago
  60. de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 24 years ago