index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
subprocess.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+4
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+4
*
|
merge 3.5
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-1/+2
|
\
\
|
|
/
|
*
Document that CalledProcessError.returncode is the negative
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-1/+2
*
|
subprocess now emits a ResourceWarning warning
Victor Stinner
2016-05-20
1
-0/+4
|
/
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-4/+4
*
Merge: #24998: fix cut and paste error in subprocess example.
R David Murray
2015-09-04
1
-1/+1
|
\
|
*
#24998: fix cut and paste error in subprocess example.
R David Murray
2015-09-04
1
-1/+1
*
|
Issue #24420: Fix documentation regression introduced by f0a00ee094ff.
Berker Peksag
2015-07-25
1
-3/+19
*
|
properly wrap
Benjamin Peterson
2015-04-15
1
-2/+2
*
|
Add a subprocess.run() function than returns a CalledProcess instance for a
Gregory P. Smith
2015-04-14
1
-119/+170
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2014-10-13
1
-1/+1
|
\
\
|
|
/
|
*
asyncio doc: rewrite subprocess doc
Victor Stinner
2014-10-13
1
-1/+1
*
|
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...
Antoine Pitrou
2014-09-21
1
-6/+12
|
\
\
|
|
/
|
*
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...
Antoine Pitrou
2014-09-21
1
-6/+12
*
|
Merge: #21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1/+1
|
\
\
|
|
/
|
*
#21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1/+1
*
|
merge from 3.4 - clean up the subprocess docs warning-soup and
Gregory P. Smith
2014-05-11
1
-93/+62
|
\
\
|
|
/
|
*
Change all references to Unix to POSIX in the subprocess docs. It's
Gregory P. Smith
2014-05-11
1
-14/+14
|
*
Remove the warning-soup from the subprocess documentation by adding
Gregory P. Smith
2014-05-11
1
-79/+48
*
|
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
|
\
\
|
|
/
|
*
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
|
|
\
|
|
*
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
|
*
|
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-4/+19
|
*
|
merge 3.3 (#19060)
Benjamin Peterson
2014-03-13
1
-1/+1
*
|
|
#10481: describe universal_newlines' effect on communicate()/check_output() o...
Andrew Kuchling
2014-04-14
1
-0/+1
*
|
|
merge 3.3 (#19060)
Benjamin Peterson
2014-03-13
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
remove unnecessary word (closes #19060)
Benjamin Peterson
2014-03-13
1
-1/+1
*
|
|
#10197: Update get[status]output versionchanged with actual version.
R David Murray
2014-03-08
1
-4/+8
|
\
\
\
|
|
/
/
|
*
|
#10197: Update get[status]output versionchanged with actual version.
R David Murray
2014-03-08
1
-4/+8
*
|
|
subprocess.Popen.wait doc: mention asyncio to avoid busy loop
Victor Stinner
2014-02-24
1
-0/+6
*
|
|
Deprecate Popen.wait()'s undocumented endtime parameter. issue20572.
Gregory P. Smith
2014-02-11
1
-0/+5
|
|
/
|
/
|
*
|
merge 3.3
Benjamin Peterson
2014-01-18
1
-1/+1
|
\
\
|
|
/
|
*
rm extra whitespace
Benjamin Peterson
2014-01-18
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2014-01-18
1
-6/+6
|
\
\
|
|
/
|
*
link to builtin open not io.open
Benjamin Peterson
2014-01-18
1
-6/+6
*
|
merge 3.3 (#17814)
Benjamin Peterson
2014-01-18
1
-8/+16
|
\
\
|
|
/
|
*
describe type of Popen streams (closes #17814)
Benjamin Peterson
2014-01-18
1
-8/+16
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-2/+2
*
|
merge with 3.3
Georg Brandl
2013-11-26
1
-1/+0
|
\
\
|
|
/
|
*
Markup fix.
Georg Brandl
2013-11-26
1
-1/+0
*
|
merge with 3.3
Georg Brandl
2013-11-25
1
-5/+5
|
\
\
|
|
/
|
*
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
Georg Brandl
2013-11-25
1
-5/+5
*
|
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...
Tim Golden
2013-11-05
1
-3/+3
*
|
Issue #10197: Indicate availability of subprocess.get[status]output on Window...
Tim Golden
2013-11-03
1
-6/+10
|
\
\
|
|
/
|
*
Issue #10197: Indicate availability of subprocess.get[status]output on Window...
Tim Golden
2013-11-03
1
-6/+10
*
|
Issue #18757: Improved cross-references in the concurrent package.
Serhiy Storchaka
2013-08-23
1
-9/+9
|
\
\
|
|
/
|
*
Issue #18757: Improved cross-references in the concurrent package.
Serhiy Storchaka
2013-08-23
1
-9/+9
*
|
(3.3->default) Cleanup of documentation change from #17860
Ronald Oussoren
2013-07-07
1
-4/+7
|
\
\
|
|
/
[prev]
[next]