286 Commits (ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7)

Author SHA1 Message Date
Subhendu Ghosh ae160bba20 bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) 9 years ago
Gregory P. Smith 50e16e33af Issue #29335: Fix subprocess.Popen.wait() when the child process has 9 years ago
Victor Stinner 9505b03bb0 Fix subprocess.Popen.__del__() fox Python shutdown 9 years ago
Xavier de Gaye b35fc626c1 Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell, 9 years ago
Gregory P. Smith f0e98c510d Issue #20572: The subprocess.Popen.wait method's undocumented endtime 9 years ago
Martin Panter 4afdca056b Issue #26240: Clean up the subprocess module doc string 9 years ago
Steve Dower 050acaed99 Issue #6135: Adds encoding and errors parameters to subprocess 9 years ago
Victor Stinner c206f1eb1c subprocess: enhance ResourceWarning message 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 1ef8c7e886 Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) d6da7604d3 Issue #27167: Clarify the subprocess.CalledProcessError error message text 10 years ago
Victor Stinner 5a48e21ff1 subprocess now emits a ResourceWarning warning 10 years ago
Victor Stinner a58e2c5c49 Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now 10 years ago
Martin Panter c76358924f Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 10 years ago
Martin Panter 528619b6c3 Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows 10 years ago
Victor Stinner 9def284387 subprocess._optim_args_from_interpreter_flags() 10 years ago
Gregory P. Smith 0212c4dc6b Re-fix issue #19284: Don't generate the no-op -R command line 10 years ago
Gregory P. Smith a0c9caad66 Fix issue #6973: When we know a subprocess.Popen process has died, do 10 years ago
Gregory P. Smith 6e73000723 Add a subprocess.run() function than returns a CalledProcess instance for a 11 years ago
Gregory P. Smith cb6fdf2c63 issue10838: Rename the subprocess.mswindows internal global to _mswindows. 11 years ago
Gregory P. Smith ace55865c5 Addresses Issue #10838: The subprocess now module includes 11 years ago
Serhiy Storchaka ab900c21fc Issue #21619: Popen objects no longer leave a zombie after exit in the with 11 years ago
Charles-François Natali 6e6c59b508 Issue #23285: PEP 475 -- Retry system calls failing with EINTR. 11 years ago
Victor Stinner a5e881d2e8 Closes #23234: Refactor subprocess 11 years ago
Antoine Pitrou afe8d0646c Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. 11 years ago
Victor Stinner ae58649721 Issue #22043: time.monotonic() is now always available 11 years ago
Serhiy Storchaka 465e60e654 Issue #22033: Reprs of most Python implemened classes now contain actual 12 years ago
Gregory P. Smith 7be74cffbe Remove the obsolete MAXFD constant and Popen._close_fds() method. 12 years ago
Gregory P. Smith d65ba51e24 subprocess's Popen.wait() is now thread safe so that multiple threads 12 years ago
Andrew Kuchling 4f7b0c3c35 #10481: describe universal_newlines' effect on communicate()/check_output() output (alternately bytes or strings) 12 years ago
Victor Stinner 7fa767e517 Issue #20976: pyflakes: Remove unused imports 12 years ago
Benjamin Peterson 21317b654e merge 3.3 (#19060) 12 years ago
Benjamin Peterson 5eea8a7780 remove unnecessary word (closes #19060) 12 years ago
Victor Stinner d5c8ce7cc0 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores 12 years ago
Serhiy Storchaka 72e7761301 issue12085: Use more Pythonic way to check _child_created. 12 years ago
Gregory P. Smith 589ecda56e Fixes issue #19929: Call os.read with 32768 within subprocess.Popen 12 years ago
Gregory P. Smith 774f909489 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data 12 years ago
Gregory P. Smith 53dd8167ff Fixes issue #15798: subprocess.Popen() no longer fails if file 12 years ago
Gregory P. Smith 361e30c17a Undo supposed fix for Issue #15798 until I understand why this is 12 years ago
Gregory P. Smith 1eda9e7c30 Fixes Issue #15798 - subprocess.Popen() no longer fails if file 12 years ago
Tim Golden acea823fd8 Remove outdated comment 12 years ago
Charles-François Natali 3a4586a9f9 Issue #18923: Update subprocess to use the new selectors module. 12 years ago
Tim Golden 607981402c Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. 12 years ago
Tim Golden e004175c56 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. 12 years ago
Nick Coghlan ac1a248968 Close #19284: Handle -R properly in flag helper 12 years ago
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
Ezio Melotti 30b9d5d3af #18705: fix a number of typos. Patch by Févry Thibault. 13 years ago
Ronald Oussoren 385521c90e Cleanup of documentation change from #17860 13 years ago
Brett Cannon cd171c8e92 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 13 years ago
Gregory P. Smith b5461b9884 Prevent a possible double close of parent pipe fds when the subprocess 13 years ago
Brett Cannon 0a140668fa Issue #18200: Update the stdlib (except tests) to use 13 years ago