1. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  2. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  3. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 10 years ago
  4. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  5. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  6. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  7. 269b3ce (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, by Victor Stinner · 12 years ago
  8. 0af71aa Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, by Victor Stinner · 12 years ago
  9. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  10. 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  11. 8e6e7d3 Fix typo in a comment (noticed by Terry Reedy) by Nick Coghlan · 12 years ago
  12. 3f94cbf Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects by Nick Coghlan · 12 years ago
  13. 37b3b90 Note why we can't write an automated test for the code path that brings up the REPL for a bare 'python' call by Nick Coghlan · 12 years ago
  14. 85e729e Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357) by Nick Coghlan · 12 years ago
  15. f28fbab Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  16. f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  17. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 12 years ago
  18. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  19. 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 12 years ago
  20. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 12 years ago
  21. e3874ed test_cmd_line_script: format paths with ascii() instead of repr() by Victor Stinner · 14 years ago
  22. f5247e3 #9964: fix running test_cmd_line_script under -O and -OO. by Georg Brandl · 14 years ago
  23. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  24. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  25. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  26. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  27. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  28. 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
  29. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  30. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  31. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  32. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  33. 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
  34. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  35. 87c0f1d Merged revisions 59041-59055 via svnmerge from by Guido van Rossum · 17 years ago
  36. 87afcbf Tweak the imports so this script will run stand-alone. by Guido van Rossum · 17 years ago
  37. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago