1. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  2. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  3. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  4. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  5. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  6. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  7. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  8. 9c3cf6b Merge Issue #15230 OS X buildbot fix from 3.2 by Nick Coghlan · 12 years ago
  9. 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
  10. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  11. 2f54b98 Merge fix for #15230 from 3.2 by Nick Coghlan · 12 years ago
  12. 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
  13. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  14. 7d8c8a0 (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in by Victor Stinner · 13 years ago
  15. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  16. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  17. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  18. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  19. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  20. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  21. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  22. 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
  23. 16eb0fb Merged revisions 76362 via svnmerge from by Nick Coghlan · 15 years ago
  24. 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
  25. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  26. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  27. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  28. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  29. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  30. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  31. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  32. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  33. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  34. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  35. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago