Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9c96f0ba29d0dba488d8c62d4558e67f0a9be577
/
Doc
/
library
/
subprocess.rst
c8f26f5
Issue #18757: Improved cross-references in the concurrent package.
by Serhiy Storchaka
· 12 years ago
75da357
Backport rev. 3ae74b361f53 to 2.7 branch.
by Georg Brandl
· 12 years ago
44ea77b
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
by Georg Brandl
· 12 years ago
93324d7
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
a1b9ed3
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
a1ed539
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
74b2404
merge
by Gregory P. Smith
· 12 years ago
1f8a40b
remove the long obsolete mention of universal newlines mode only being
by Gregory P. Smith
· 12 years ago
f16455a
clarifiy the documentation for issue17285. see also commit
by Gregory P. Smith
· 12 years ago
b3f194d
Issue #16903: Popen.communicate() on Unix now accepts strings when
by Serhiy Storchaka
· 13 years ago
60e22b9
#10385: merge with 3.2.
by Ezio Melotti
· 13 years ago
402f75d
#10385: use the mod role in subprocess docs.
by Ezio Melotti
· 13 years ago
c2415eb
Issue #14616: Mention shlex.quote in subprocess docs.
by Andrew Svetlov
· 13 years ago
c3de6d6
Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
by Chris Jerdonek
· 13 years ago
cc32a68
Fix placement of shell=True warning in subprocess.Popen() docs.
by Chris Jerdonek
· 13 years ago
0286052
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
4a4a02b
Issue #16115: Make further improvements to subprocess.Popen() documentation.
by Chris Jerdonek
· 13 years ago
ad01498
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
470ee39
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
by Chris Jerdonek
· 13 years ago
28714c8
Issue #15533: Merge fix from 3.2.
by Chris Jerdonek
· 13 years ago
ec3ea94
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
by Chris Jerdonek
· 13 years ago
a5377ca
#15789: merge with 3.2.
by Ezio Melotti
· 13 years ago
186d523
#15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert.
by Ezio Melotti
· 13 years ago
7f79f7c
#15788: merge with 3.2.
by Ezio Melotti
· 13 years ago
aa935df
#15788: fix broken links in subprocess doc. Patch by Chris Rebert.
by Ezio Melotti
· 13 years ago
0689ce4
#15543: reflow paragraph.
by R David Murray
· 13 years ago
99d439a
#15543: additional link in subprocess docs.
by R David Murray
· 13 years ago
27bbcfb
Merge #15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 13 years ago
1b00f25
#15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 13 years ago
4805fa8
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
by Andrew Svetlov
· 13 years ago
50be452
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
by Andrew Svetlov
· 13 years ago
eec6420
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 13 years ago
b4a09ab
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 13 years ago
26025d6
#10385: use the mod role in subprocess docs.
by Ezio Melotti
· 13 years ago
6182266
Issue #14616: Document pipes.quote and mention this one in subprocess docs.
by Andrew Svetlov
· 13 years ago
e793f44
#16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
by Ezio Melotti
· 13 years ago
1e65159
Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
by Chris Jerdonek
· 13 years ago
2a6672b
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
1906c0c
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
eab4df5
#15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert.
by Ezio Melotti
· 13 years ago
8662c84
#15788: fix broken links in subprocess doc. Patch by Chris Rebert.
by Ezio Melotti
· 13 years ago
c7b8f80
#15543: reflow paragraphs.
by R David Murray
· 13 years ago
5618aaa
#15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 13 years ago
8afcec4
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 13 years ago
fc09520
#15375: remove duplicated word 'child'
by R David Murray
· 13 years ago
395c879
Merge #14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
28b8b94
#14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
5fc56eb
#14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
335d628
merge with 3.2
by Georg Brandl
· 13 years ago
eb25fb7
Fix markup errors.
by Georg Brandl
· 13 years ago
98ed08f
update to new C roles and directives
by Sandro Tosi
· 14 years ago
3e6c814
fix "Title underline too short" sphinx warning
by Sandro Tosi
· 14 years ago
44585bd
fix "Title underline too short" sphinx warning
by Sandro Tosi
· 14 years ago
1526ad1
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 14 years ago
dbcbd10
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 14 years ago
2d0e48b
merge with 3.2
by Sandro Tosi
· 14 years ago
c386c1a
merge with 3.2
by Sandro Tosi
· 14 years ago
217f05b
Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3
by Nick Coghlan
· 14 years ago
32e4a58
Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading
by Nick Coghlan
· 14 years ago
69ce0d8
Issue #13237: Remove duplicate data value descriptions from the subprocess docs
by Nick Coghlan
· 14 years ago
c29248f
Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True
by Nick Coghlan
· 14 years ago
87ba642
Issue #13237: Make the subprocess convenience helper documentation self-contained aside from the shared parameter description. Downgrade the pipe warnings at that level to notes (since those pipes are hidden, people are unlikely to even try it)
by Nick Coghlan
· 14 years ago
63c54e8
Issue #13237: fix typo
by Nick Coghlan
· 14 years ago
65ad31a
Issue #13237: remove some details that only apply to the 3.x version of this module and cross reference the relocated warning about the dangers of invoking the shell with untrusted input
by Nick Coghlan
· 14 years ago
2ed203a
Issue #13237: further updates to subprocess documentation
by Nick Coghlan
· 14 years ago
8671157
Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments
by Nick Coghlan
· 14 years ago
9bce311
Add shlex.quote function, to escape filenames and command lines (#9723).
by Éric Araujo
· 14 years ago
276a58b
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
by Senthil Kumaran
· 14 years ago
a6bac95
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
by Senthil Kumaran
· 14 years ago
6f18b98
Fix closes issue10403 - Let's not use members anymore.
by Senthil Kumaran
· 14 years ago
a454ef6
Update documentation to mention bytes instead byte string and correct one
by Gregory P. Smith
· 14 years ago
c9557af
merge - 7a3f3ad83676 Fixes Issue #12044.
by Gregory P. Smith
· 14 years ago
6b65745
- Issue #12044: Fixed subprocess.Popen when used as a context manager to
by Gregory P. Smith
· 14 years ago
bb23bd6
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
6b549a4
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
3040193
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
73365dd
whitespace...
by Brian Curtin
· 14 years ago
e6242d7
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
4571ee0
Merge with 3.2.
by Ezio Melotti
· 14 years ago
a947abe
Merge with 3.1.
by Ezio Melotti
· 14 years ago
8dfcab0
Fix wrong number of functions noticed by Sandro Tosi.
by Ezio Melotti
· 14 years ago
b492378
Fix wrong number of functions noticed by Sandro Tosi.
by Ezio Melotti
· 14 years ago
929e276
Issue #11827: remove mention of list2cmdline in the doc of subprocess
by Eli Bendersky
· 14 years ago
fd9103a
merge from 3.2
by Eli Bendersky
· 14 years ago
d211231
merge from 3.1
by Eli Bendersky
· 14 years ago
046a764
Issue #11827: remove mention of list2cmdline in the doc of subprocess
by Eli Bendersky
· 14 years ago
ba102ec
Issue #5870: Add subprocess.DEVNULL constant.
by Ross Lagerwall
· 14 years ago
c157790
Fix typo in subprocess documentation.
by Ronald Oussoren
· 14 years ago
54d412e
Add a SubprocessError base class for exceptions in the subprocess module.
by Gregory P. Smith
· 14 years ago
28f1303
Change versionchanged for timeout to 3.3, not 3.2.
by Reid Kleckner
· 14 years ago
31aa7dd
Add a 'timeout' argument to subprocess.Popen.
by Reid Kleckner
· 14 years ago
8095b65
Merged revisions 88352 via svnmerge from
by Gregory P. Smith
· 15 years ago
e3e967f
Merged revisions 88352 via svnmerge from
by Gregory P. Smith
· 15 years ago
e09d2f1
issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE
by Gregory P. Smith
· 15 years ago
8edd99d
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
by Gregory P. Smith
· 15 years ago
f560485
Get rid of the close_fds DeprecationWarning. Changes the default on a per
by Gregory P. Smith
· 15 years ago
8c647cd
clarify the docs and new warning message.
by Gregory P. Smith
· 15 years ago
d23047b
issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is
by Gregory P. Smith
· 15 years ago
79cdb66
Fix #10554. Added context manager support to Popen objects.
by Brian Curtin
· 15 years ago
6e4300c
Merged revisions 86419 via svnmerge from
by R. David Murray
· 15 years ago
Next »