1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  3. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  4. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  5. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  6. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 9 years ago
  7. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  8. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  9. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  10. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  11. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  12. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  13. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  14. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  15. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  16. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  17. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  18. 9c3cf6b Merge Issue #15230 OS X buildbot fix from 3.2 by Nick Coghlan · 12 years ago
  19. eb3e62f Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite by Nick Coghlan · 12 years ago
  20. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  21. 2f54b98 Merge fix for #15230 from 3.2 by Nick Coghlan · 12 years ago
  22. 761bb11 Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach by Nick Coghlan · 12 years ago
  23. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  24. 7d8c8a0 (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in by Victor Stinner · 13 years ago
  25. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  26. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  27. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  28. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  29. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  30. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  31. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  32. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 16eb0fb Merged revisions 76362 via svnmerge from by Nick Coghlan · 15 years ago
  34. 260bd3e Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from by Nick Coghlan · 15 years ago
  35. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  36. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  37. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  38. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  39. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  40. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  41. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  42. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  43. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  44. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  45. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago