1. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 13 years ago
  2. 2e3112f Typo. by Eric V. Smith · 13 years ago
  3. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  4. 060cee2 Issue #6551: test_zipimport could import and then destroy some modules of by Antoine Pitrou · 15 years ago
  5. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  6. d68442d Merged revisions 65163 via svnmerge from by Georg Brandl · 16 years ago
  7. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  10. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  11. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  12. f0c82f9 Fix test_importhooks for dict views. by Brett Cannon · 17 years ago
  13. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  14. 60254fe While testing absolute and relative imports, remember that absolute imports by Thomas Wouters · 18 years ago
  15. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  16. e8d09e5 Whitespace normalization. by Tim Peters · 18 years ago
  17. 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 18 years ago
  18. d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 18 years ago
  19. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  20. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  21. 1cc3738 Whitespace normalization. by Tim Peters · 20 years ago
  22. 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 20 years ago
  23. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 21 years ago
  24. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago