- 04 Eyl, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 13 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
* add a new example using transport and protocol * rewrite the example using streams to make it much simpler (remove error handling, use a simpler Python code) * copy (and adapt) more documentation from the subprocess module: - add a note about Process.wait() deadlock - add a note about shell injection - etc. * sort Process methods and attributes in the same order than subprocess.Popen methods and attributes, so the documentation looks closer * list differences between Process and subprocess.Popen APIs
-
- 21 Eyl, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
-
- 14 May, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Akira.
-
- 11 May, 2014 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
more accurate and sounds less like a strange tale of yore.
-
Gregory P. Smith yazdı
a Security Considerations section as preferred by both the devguide and documentation users who do not wish to go insane.
-
- 29 Nis, 2014 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 16 Mar, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 13 Mar, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Anastasia Filatova.
-
- 08 Mar, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :(
-
- 24 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 11 Şub, 2014 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 18 Ock, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch more or less by Nikolaus Rath.
-
- 29 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Kas, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 25 Kas, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 05 Kas, 2013 1 kayıt (commit)
-
-
Tim Golden yazdı
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Tim Golden yazdı
Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines
-
- 23 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Tem, 2013 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
Reformulated the textual change, and applied it to the docstring as well.
-
- 06 Tem, 2013 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
The documentation does mention that the streams are opened in text mode when univeral_newlines is true, but not that that they are opened in binary mode when that argument is false and that seems to confuse at least some users.
-
- 22 Nis, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
allowing the subprocess's stdin to be provided as a (byte) string. Patch by Zack Weinberg.
-
- 28 Mar, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
-
Ezio Melotti yazdı
-
- 23 Mar, 2013 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs.
-
- 21 Mar, 2013 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
available when configured at compile time.
-
- 20 Mar, 2013 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
ee30400efceb which updated the docstring.
-
- 04 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
universal_newlines is true as on Windows.
-
- 11 Ock, 2013 1 kayıt (commit)
-
-
Tim Golden yazdı
no longer implied by shell=True
-
- 08 Kas, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 28 Eki, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Chris Rebert.
-
Andrew Svetlov yazdı
Patch by Chris Rebert.
-
- 26 Eki, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 11 Eki, 2012 3 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-