141 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Charles-François Natali 134a8baed9 Issue #12650: Fix a race condition where a subprocess.Popen could leak 15 years ago
Ross Lagerwall d98646e430 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is 15 years ago
Antoine Pitrou ab85ff3d1a Issue #12591: Improve support of "universal newlines" in the subprocess 15 years ago
Victor Stinner 2cfb6f3aa0 Issue #12493: subprocess: communicate() handles EINTR 15 years ago
Victor Stinner f1512a2967 Close #12383: Fix subprocess module with env={}: don't copy the environment 15 years ago
Victor Stinner 87b9bc3893 Close #12085: Fix an attribute error in subprocess.Popen destructor if the 15 years ago
Gregory P. Smith 0ef3e399b8 normalize whitespace. 15 years ago
Gregory P. Smith c9557af441 merge - 7a3f3ad83676 Fixes Issue #12044. 15 years ago
Brian Curtin 8b8e7f467f Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the 15 years ago
Ross Lagerwall 4f61b02520 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. 15 years ago
Antoine Pitrou 877766dee8 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Antoine Pitrou c99823211b In subprocess, wrap pipe fds before launching the child. Hopefully this 15 years ago
Antoine Pitrou 47f14bade8 Un-complicate some code 15 years ago
Antoine Pitrou f50a6b6b6d Merged revisions 87695 via svnmerge from 15 years ago
Antoine Pitrou c9c83ba896 Issue #10806, issue #9905: Fix subprocess pipes when some of the standard 15 years ago
Victor Stinner 667d4b577f Issue #10763: subprocess.communicate() closes stdout and stderr if both are 15 years ago
Gregory P. Smith b740e76af0 Merged revisions 87233 via svnmerge from 15 years ago
Gregory P. Smith e85db2bbb8 Issue #1731717: Fixed the problem where subprocess.wait() could cause an 15 years ago
Gregory P. Smith 8edd99d085 Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. 15 years ago
Gregory P. Smith 51ee270876 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from 15 years ago
Gregory P. Smith f560485388 Get rid of the close_fds DeprecationWarning. Changes the default on a per 15 years ago
Gregory P. Smith 8c647cd737 clarify the docs and new warning message. 15 years ago
Gregory P. Smith d4cc7bf993 issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller 15 years ago
Gregory P. Smith d23047b62c issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is 15 years ago
Brian Curtin 79cdb661f5 Fix #10554. Added context manager support to Popen objects. 15 years ago
Benjamin Peterson b8bc439b20 don't shadow globals 15 years ago
Benjamin Peterson 5f78040057 add filename to ENOENT message #4925 15 years ago
Georg Brandl 8ffe0bc55f Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from 15 years ago
Brian Curtin 19651369e4 Adjust #8956 to add the bad signal number to the exception message. 16 years ago
Brian Curtin 5c997b8d90 Fix #8956. ValueError message was only mentioning one signal. 16 years ago
Tim Golden 595c8d34a3 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows 16 years ago
Tim Golden 126c2960ca #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows 16 years ago
Benjamin Peterson a0baf55b2b revert r83831, unix test breakage 16 years ago
Benjamin Peterson 1a0a737b13 revert r83830, breaks tests on unixes 16 years ago
Tim Golden 818afb55c9 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina 16 years ago
Tim Golden e3f76168a9 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina 16 years ago
Tim Golden 10215de1ba Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead 16 years ago
Tim Golden ad537f23e2 Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead 16 years ago
Stefan Krah 8db99c8995 Merged revisions 82971 via svnmerge from 16 years ago
Stefan Krah 9542cc6eb5 Issue #9265: Incorrect name passed as arg[0] when shell=True 16 years ago
Jean-Paul Calderone 2323d20289 Merged revisions 82076 via svnmerge from 16 years ago
Jean-Paul Calderone 1ddd4075bf Merged revisions 82075 via svnmerge from 16 years ago
Victor Stinner b369358ee4 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows 16 years ago
Victor Stinner b745a74c99 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. 16 years ago
Victor Stinner 20f97be46e Merged revisions 81181 via svnmerge from 16 years ago
Victor Stinner c807a613ee Merged revisions 81179 via svnmerge from 16 years ago
Brett Cannon 19640500ff Backport r81155. 16 years ago
Brett Cannon 84df1e6c21 Merged revisions 81154 via svnmerge from 16 years ago
Victor Stinner 449c466e7d Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes 16 years ago