1. 1335ca5 Issue #23715: Enhance test.script_helper to investigate test_eintr failure by Victor Stinner · 9 years ago
  2. 7c60eb8 Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 9 years ago
  3. c3493aa Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 9 years ago
  4. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 9 years ago
  5. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 9 years ago
  6. b5684c4 Add the command line to the AssertionError raised by test.script_helper's by Gregory P. Smith · 10 years ago
  7. 5d82895 Issue #21770: Call function instead of module. Patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  8. 5e6b5f2 Try to fix issue #21425 workaround for shared library builds by Antoine Pitrou · 10 years ago
  9. 6b4b8d0 Try workaround for test issues in #21425 by Antoine Pitrou · 10 years ago
  10. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  11. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  12. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  13. 8f2c2bc Add some docstrings, clarify others, and fix formatting. by Eli Bendersky · 11 years ago
  14. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  15. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  16. 383a820 Issue #17206: test.regrtest and test.script_helper enable faulthandler module by Victor Stinner · 11 years ago
  17. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  18. c8287ef Invalidate finder caches after creating a new script. by Brett Cannon · 12 years ago
  19. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  20. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  21. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  22. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  23. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  24. 1b2bd3b Have script_helper._assert_python strip refcount strings from stderr. by R. David Murray · 14 years ago
  25. cb4f929 I'm only backporting the tests (which run fine), as well as by Antoine Pitrou · 14 years ago
  26. adffced Preserve the original environment (e.g. LD_LIBRARY_PATH) by Antoine Pitrou · 14 years ago
  27. 9bc3568 Use script_helper in one more test by Antoine Pitrou · 14 years ago
  28. c4ac887 Close subprocess pipes to clear ResourceWarning messages in debug mode. by Brian Curtin · 14 years ago
  29. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  30. 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
  31. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  32. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  33. 8de42e2 Use UTF-8 encoding to create Python test scripts. by Florent Xicluna · 14 years ago
  34. 4e7dc5f Merged revisions 76716 via svnmerge from by Antoine Pitrou · 15 years ago
  35. 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