1. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  2. 1eaa116 Add a minimal unit test for Python/frozen.c. (#2995) by Neil Schemenauer · 7 years ago
  3. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  4. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  5. 5cfbd26 frozen modules now apparently have empty __path__ by Benjamin Peterson · 11 years ago
  6. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  7. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  8. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  9. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  10. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  11. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  12. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  13. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  14. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  15. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  17. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  18. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  19. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  20. db4a2ef Another fix for #1414 by Christian Heimes · 17 years ago
  21. f19169f Fix for refleak tests through regrtest.py -R:: bug #1414 by Christian Heimes · 17 years ago
  22. 3b7210d Make it possible to run this test stand-alone. by Guido van Rossum · 17 years ago
  23. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  24. 543c09e Duh. Delete the outdated comment too. by Guido van Rossum · 17 years ago
  25. 616c8c1 Seems this test is just fine. It fails because __phello__.spam by Guido van Rossum · 17 years ago
  26. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  27. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  28. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  29. 2918ae8 n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user. by Jack Jansen · 22 years ago
  30. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
  31. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  32. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago