1. 4f0587f [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737) by Gregory P. Smith · 4 years, 9 months ago
  2. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 4 years, 11 months ago
  3. 4d1abed bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707) by Miss Islington (bot) · 4 years, 11 months ago
  4. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  5. e696b15 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Miss Islington (bot) · 5 years ago
  6. 9e3c452 bpo-31961: Fix support of path-like executables in subprocess. (GH-5914) by Serhiy Storchaka · 5 years ago
  7. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  8. 73870bf closes bpo-32490: Fix filename duplication in subprocess exception message. (GH-9163) by Zackery Spytz · 6 years ago
  9. ce34410 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) by Gregory P. Smith · 6 years ago
  10. 89d79b1 Remove AIX workaround test_subprocess (GH-8939) by Michael Felt · 6 years ago
  11. 483422f bpo-34044: subprocess.Popen copies startupinfo (GH-8090) by Victor Stinner · 6 years ago
  12. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  13. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  14. 5f3d04f Improve the subprocess restore_signals=True test. (GH-7414) by Gregory P. Smith · 6 years ago
  15. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 6 years ago
  16. b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 6 years ago
  17. be50a7b Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912) by Serhiy Storchaka · 6 years ago
  18. 5537646 bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) by Zachary Ware · 6 years ago
  19. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 6 years ago
  20. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 6 years ago
  21. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 6 years ago
  22. b31206a bpo-32667: Fix tests when $PATH contains a file (#5322) by Victor Stinner · 6 years ago
  23. 2d8f063 bpo-32369: test_subprocess: Fix pass_fds check in test_close_fds() (#4920) by izbyshev · 7 years ago
  24. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  25. 7fed7bd bpo-31756: subprocess.run should alias universal_newlines to text (#4049) by andyclegg · 7 years ago
  26. 11045c9 bpo-31178: Mock os.waitpid() in test_subprocess (#3896) by Victor Stinner · 7 years ago
  27. 0b3a87e bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580) by Oren Milman · 7 years ago
  28. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  29. 3fc499b bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066) by Ammar Askar · 7 years ago
  30. 918edc0 bpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278) by Ned Deily · 7 years ago
  31. a3a6df3 Skip two tests not intended to pass on Windows. (#3202) by Gregory P. Smith · 7 years ago
  32. 8621bb5 bpo-22536: Set the filename in FileNotFoundError. (#3194) by Gregory P. Smith · 7 years ago
  33. 9a83f65 Add test_subprocess.test_nonexisting_with_pipes() (#3133) by Victor Stinner · 7 years ago
  34. 4d38517 bpo-30121: Fix debug assert in subprocess on Windows (#1224) by Segev Finer · 7 years ago
  35. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  36. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  37. cc42c12 bpo-31067: test_subprocess calls reap_children() (#2931) by Victor Stinner · 7 years ago
  38. cdee3f1 bpo-30764: test_subprocess uses SuppressCrashReport (#2405) by Victor Stinner · 7 years ago
  39. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  40. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  41. 85aba23 subprocess test_empty_env typo fix. (#1877) by Gregory P. Smith · 7 years ago
  42. b351248 bpo-12383: Refactor subprocess test_empty_env (#1874) by Gregory P. Smith · 7 years ago
  43. 56bc3b7 bpo-29335 - apply suggested test_subprocess simplifications from haypo and Zach: (#1757) by Gregory P. Smith · 7 years ago
  44. 66bffd1 bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) by Serhiy Storchaka · 7 years ago
  45. d5c11f7 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) by Sayan Chowdhury · 7 years ago
  46. ae160bb bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) by Subhendu Ghosh · 7 years ago
  47. 60e6e96 Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  48. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  49. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  50. 773a8c4 typo fix, extra '.' on MacOS :) by Gregory P. Smith · 7 years ago
  51. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 7 years ago
  52. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 7 years ago
  53. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  54. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  55. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  56. 82604e0 Issue #20572: Remove the subprocess.Popen.wait endtime parameter. by Gregory P. Smith · 8 years ago
  57. f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime by Gregory P. Smith · 8 years ago
  58. 38c8b7d Issue #28662: Catch PermissionError in tests when spawning a non existent program by Xavier de Gaye · 8 years ago
  59. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  60. 050acae Issue #6135: Adds encoding and errors parameters to subprocess by Steve Dower · 8 years ago
  61. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  62. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  63. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  64. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  65. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  66. 7a9ddd1 merge from 3.5. (moves the issue26372 tests to the proper class) by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  67. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  68. c55014f issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  69. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  70. fcbf1ca merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  71. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  72. b414906 issue27167: make the test not care about the exact signal name in the by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  73. d6da760 Issue #27167: Clarify the subprocess.CalledProcessError error message text by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  74. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  75. 7438c61 Use "with popen:" in test_subprocess by Victor Stinner · 8 years ago
  76. f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 8 years ago
  77. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  78. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  79. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  80. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  81. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  82. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  83. 5cf791b Issue #25764: Skip fork failure test when run as root by Martin Panter · 9 years ago
  84. c4b8979 Issue #25764: Merge OS X test skipping from 3.4 into 3.5 by Martin Panter · 9 years ago
  85. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  86. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  87. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  88. d0a5b1c Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess by Gregory P. Smith · 9 years ago
  89. 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  90. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  91. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  92. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  93. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  94. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  95. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 9 years ago
  96. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 9 years ago
  97. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  98. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  99. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 9 years ago
  100. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 9 years ago