1. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  2. a6e956b bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) by Elvis Pranskevichus · 6 years ago
  3. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  4. ea75187 bpo-34783: Fix test_nonexisting_script() (GH-9896) by Victor Stinner · 6 years ago
  5. f6c29a6 bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) by Ned Deily · 6 years ago
  6. a46467f bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) by Victor Stinner · 6 years ago
  7. a9e5d0e bpo-33053: Remove test_cmd_line_script debugging print (GH-6237) by Nick Coghlan · 6 years ago
  8. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 6 years ago
  9. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  10. d2977a3 bpo-29723: Consistently configure sys.path[0] (#575) by Nick Coghlan · 7 years ago
  11. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  12. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 8 years ago
  13. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  14. f9ed528 Issue #27487: Merge runpy warning from 3.5 by Martin Panter · 8 years ago
  15. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  16. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  17. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  18. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  19. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  20. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  21. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 9 years ago
  22. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  23. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 9 years ago
  24. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  25. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  26. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  27. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 10 years ago
  28. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  29. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  30. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  31. 269b3ce (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, by Victor Stinner · 12 years ago
  32. 0af71aa Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, by Victor Stinner · 12 years ago
  33. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  34. 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  35. 8e6e7d3 Fix typo in a comment (noticed by Terry Reedy) by Nick Coghlan · 12 years ago
  36. 3f94cbf Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects by Nick Coghlan · 12 years ago
  37. 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
  38. 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
  39. 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
  40. 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
  41. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 12 years ago
  42. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  43. 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
  44. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 12 years ago
  45. e3874ed test_cmd_line_script: format paths with ascii() instead of repr() by Victor Stinner · 14 years ago
  46. f5247e3 #9964: fix running test_cmd_line_script under -O and -OO. by Georg Brandl · 14 years ago
  47. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  48. 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
  49. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  50. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  51. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  52. 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
  53. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  54. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  55. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  56. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  57. 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
  58. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  59. 87c0f1d Merged revisions 59041-59055 via svnmerge from by Guido van Rossum · 17 years ago
  60. 87afcbf Tweak the imports so this script will run stand-alone. by Guido van Rossum · 17 years ago
  61. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago