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
*
#6481: fix typo in os.system() replacement.
Georg Brandl
2009-07-16
1
-1/+1
*
#6374: add a bit of explanation about shell=True on Windows.
Georg Brandl
2009-06-30
1
-1/+5
*
Issue 2947: document how return code handling translates from
R. David Murray
2009-06-09
1
-8/+22
*
Issue 6141: document that the first item of args is still the
R. David Murray
2009-05-29
1
-3/+6
*
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
Philip Jenvey
2009-05-22
1
-0/+10
*
Make the doctests in the docs pass, except for those in the turtle module.
Georg Brandl
2009-04-28
1
-2/+2
*
Demote warnings to notices where appropriate, following the goal that as few ...
Georg Brandl
2009-04-27
1
-4/+4
*
Less red ink (warning->note) and add link to def of side-by-side assembly.
R. David Murray
2009-04-16
1
-4/+6
*
Fix for issue3440: add warning to subprocess discussion of
R. David Murray
2009-04-15
1
-0/+7
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-2/+2
*
Markup fixes
Andrew M. Kuchling
2009-01-21
1
-4/+5
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
1
-2/+2
*
Follow-up to #4488: document PIPE and STDOUT properly.
Georg Brandl
2008-12-06
1
-18/+33
*
#4409: fix asterisks looking like footnotes.
Georg Brandl
2008-12-05
1
-6/+6
*
rename the new check_call_output to check_output. its less ugly.
Gregory P. Smith
2008-12-05
1
-3/+3
*
Clarification to avoid confusing output with file descriptors.
Georg Brandl
2008-12-04
1
-1/+1
*
Adds a subprocess.check_call_output() function to return the output from a
Gregory P. Smith
2008-12-04
1
-0/+24
*
fix a small typo
Benjamin Peterson
2008-10-10
1
-2/+2
*
Markup fixes. (optparse.rst probably needs an entire revision pass.)
Andrew M. Kuchling
2008-09-30
1
-1/+1
*
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
Georg Brandl
2008-09-13
1
-1/+1
*
more cleanup ups of the recently added warnings in the subprocess docs.
Gregory P. Smith
2008-08-04
1
-5/+6
*
Fix markup.
Georg Brandl
2008-08-04
1
-15/+12
*
issue1606: Add warnings to the subprocess documentation about common pitfalls
Gregory P. Smith
2008-08-04
1
-0/+16
*
clarify Popen argument
Benjamin Peterson
2008-07-27
1
-3/+4
*
Add a link to PEP 324.
Georg Brandl
2008-07-01
1
-0/+4
*
#3085: Fix syntax error.
Georg Brandl
2008-06-22
1
-2/+2
*
Turn section references into proper cross-references.
Georg Brandl
2008-06-22
1
-0/+2
*
Markup fix
Andrew M. Kuchling
2008-04-21
1
-1/+1
*
#2633: clarify meaning of env parameter.
Georg Brandl
2008-04-19
1
-2/+3
*
Fix-up docs for revision 62386.
Georg Brandl
2008-04-19
1
-2/+8
*
Added kill, terminate and send_signal to subprocess.Popen
Christian Heimes
2008-04-19
1
-0/+23
*
#1727024: document that Popen.returncode is set by Popen.poll/wait.
Georg Brandl
2008-01-06
1
-10/+15
*
#1344: document that you need to open std{in,out,err} with PIPE if you want
Georg Brandl
2007-11-24
1
-1/+6
*
Move the 2.6 reST doc tree in place.
Georg Brandl
2007-08-15
1
-0/+407