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
*
#24998: fix cut and paste error in subprocess example.
R David Murray
2015-09-04
1
-1/+1
*
#21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1/+1
*
whitespace chaps my hide
Gregory P. Smith
2014-04-15
1
-1/+1
*
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
Gregory P. Smith
2014-04-15
1
-29/+30
*
remove unnecessary word (closes #19060)
Benjamin Peterson
2014-03-13
1
-1/+1
*
Issue #18757: Improved cross-references in the concurrent package.
Serhiy Storchaka
2013-08-23
1
-9/+9
*
Backport rev. 3ae74b361f53 to 2.7 branch.
Georg Brandl
2013-03-28
1
-0/+2
|
\
|
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
|
*
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
1
-10/+13
|
|
\
|
|
*
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
1
-10/+13
|
*
|
merge
Gregory P. Smith
2013-03-21
1
-5/+3
|
|
\
\
|
|
|
/
|
|
*
remove the long obsolete mention of universal newlines mode only being
Gregory P. Smith
2013-03-21
1
-5/+3
|
|
*
Issue #16903: Popen.communicate() on Unix now accepts strings when
Serhiy Storchaka
2013-02-04
1
-3/+4
|
*
|
clarifiy the documentation for issue17285. see also commit
Gregory P. Smith
2013-03-20
1
-1/+1
|
*
|
#10385: merge with 3.2.
Ezio Melotti
2012-11-08
1
-5/+5
|
|
\
\
|
|
|
/
|
|
*
#10385: use the mod role in subprocess docs.
Ezio Melotti
2012-11-08
1
-5/+5
|
*
|
Issue #14616: Mention shlex.quote in subprocess docs.
Andrew Svetlov
2012-10-28
1
-0/+4
|
*
|
Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek
2012-10-11
1
-8/+8
|
|
\
\
|
|
|
/
|
|
*
Fix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek
2012-10-11
1
-8/+8
|
*
|
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek
2012-10-11
1
-17/+25
|
|
\
\
|
|
|
/
|
|
*
Issue #16115: Make further improvements to subprocess.Popen() documentation.
Chris Jerdonek
2012-10-11
1
-17/+25
|
*
|
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek
2012-10-09
1
-30/+35
|
|
\
\
|
|
|
/
|
|
*
Issue #16115: Improve subprocess.Popen() documentation around args, shell, an...
Chris Jerdonek
2012-10-09
1
-30/+35
|
*
|
Issue #15533: Merge fix from 3.2.
Chris Jerdonek
2012-09-30
1
-4/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
Chris Jerdonek
2012-09-30
1
-4/+4
|
*
|
#15789: merge with 3.2.
Ezio Melotti
2012-09-15
1
-3/+7
|
|
\
\
|
|
|
/
|
|
*
#15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...
Ezio Melotti
2012-09-15
1
-3/+7
|
*
|
#15788: merge with 3.2.
Ezio Melotti
2012-08-27
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
#15788: fix broken links in subprocess doc. Patch by Chris Rebert.
Ezio Melotti
2012-08-27
1
-2/+2
|
*
|
#15543: reflow paragraph.
R David Murray
2012-08-15
1
-9/+9
|
*
|
#15543: additional link in subprocess docs.
R David Murray
2012-08-15
1
-1/+2
|
*
|
Merge #15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-3/+6
|
|
\
\
|
|
|
/
|
|
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-3/+6
|
*
|
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
Andrew Svetlov
2012-08-13
1
-19/+27
|
|
\
\
|
|
|
/
|
|
*
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
Andrew Svetlov
2012-08-13
1
-19/+21
|
|
*
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
1
-0/+20
|
*
|
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
1
-0/+48
|
*
|
Merge #14481: fix formatting of example in subprocess docs.
R David Murray
2012-04-03
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#14481: fix formatting of example in subprocess docs.
R David Murray
2012-04-03
1
-1/+1
|
*
|
merge with 3.2
Georg Brandl
2012-02-23
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix markup errors.
Georg Brandl
2012-02-23
1
-1/+1
|
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
fix "Title underline too short" sphinx warning
Sandro Tosi
2011-12-25
1
-1/+1
|
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Sandro Tosi
2011-12-25
1
-1/+1
|
*
|
Issue #13237: Forward port from 3.2 of subprocess documentation updates. Need...
Nick Coghlan
2011-11-08
1
-186/+337
|
|
\
\
|
|
|
/
|
|
*
Issue #13237: Fix formatting error - the legacy shell commands weren't meant ...
Nick Coghlan
2011-11-08
1
-34/+33
|
|
*
Issue #13237: Remove duplicate data value descriptions from the subprocess docs
Nick Coghlan
2011-11-08
1
-14/+0
|
|
*
Issue #13237: Forward port subprocess module updates and explicitly document ...
Nick Coghlan
2011-11-08
1
-137/+303
|
*
|
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-1/+6
[next]