1. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 14 years ago
  2. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  3. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  4. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  5. 6085321 Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  6. 3035c39 Port #7347 to py3k. by Brian Curtin · 14 years ago
  7. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  8. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  9. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  10. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  11. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. e83ebd9 Fix a bug in the test. by Thomas Heller · 16 years ago
  14. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  15. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  16. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  17. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  18. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  19. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  22. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  23. 291481b Reduce the size of Big String and Big Binary tests to 2**14 (minus one by Guido van Rossum · 21 years ago
  24. 0a18552 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 21 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  26. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  27. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 23 years ago
  28. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 23 years ago
  29. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  30. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  31. 99b84bd Removed some tabs. by Paul Prescod · 24 years ago
  32. 252af9c The low-level interface is now in _winreg; update the import here. by Fred Drake · 24 years ago
  33. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  34. d9b0f26 Mark Hammond: Uncomment call to delete test data when done. by Fred Drake · 24 years ago
  35. de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 24 years ago