1. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  2. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  3. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  4. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  5. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  6. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  8. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  9. ca15409 Merged revisions 76240 via svnmerge from by Antoine Pitrou · 15 years ago
  10. 060cee2 Issue #6551: test_zipimport could import and then destroy some modules of by Antoine Pitrou · 15 years ago
  11. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  15. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  16. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  17. db4a2ef Another fix for #1414 by Christian Heimes · 17 years ago
  18. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  19. 11e065b Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  20. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  21. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  22. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  23. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  24. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  25. 08a1a9f Use explicit relative import for an, ehm, relative import. by Thomas Wouters · 18 years ago
  26. 04490bf tempfile's mkstemp(): Changed last argument from by Tim Peters · 22 years ago
  27. 632a4fb runtest(): I don't know why we don't just use TESTFN, but if we have to by Tim Peters · 22 years ago
  28. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  29. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  30. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  31. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  32. d304f44 Patch #103343: Allow the important test_pkg to succeed under Jython. by Tim Peters · 24 years ago
  33. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  34. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  35. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  36. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  37. 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 26 years ago
  38. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  39. e8d1139 Add empty __init__.py files to the test packages so the new policy by Guido van Rossum · 27 years ago
  40. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  41. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  42. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  43. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago