summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of documentation change from #17860Ronald Oussoren2013-07-071-4/+7
* Issue #17860: explicitly mention that std* streams are opened in binary mode ...Ronald Oussoren2013-07-061-2/+4
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
|\
| * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
* | mergeGregory P. Smith2013-03-211-5/+3
|\ \ | |/
| * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-211-5/+3
| * Issue #16903: Popen.communicate() on Unix now accepts strings whenSerhiy Storchaka2013-02-041-3/+4
* | clarifiy the documentation for issue17285. see also commitGregory P. Smith2013-03-201-1/+1
* | #10385: merge with 3.2.Ezio Melotti2012-11-081-5/+5
|\ \ | |/
| * #10385: use the mod role in subprocess docs.Ezio Melotti2012-11-081-5/+5
* | Issue #14616: Mention shlex.quote in subprocess docs.Andrew Svetlov2012-10-281-0/+4
* | Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.Chris Jerdonek2012-10-111-8/+8
|\ \ | |/
| * Fix placement of shell=True warning in subprocess.Popen() docs.Chris Jerdonek2012-10-111-8/+8
* | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-111-17/+25
|\ \ | |/
| * Issue #16115: Make further improvements to subprocess.Popen() documentation.Chris Jerdonek2012-10-111-17/+25
* | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-091-30/+35
|\ \ | |/
| * Issue #16115: Improve subprocess.Popen() documentation around args, shell, an...Chris Jerdonek2012-10-091-30/+35
* | Issue #15533: Merge fix from 3.2.Chris Jerdonek2012-09-301-4/+4
|\ \ | |/
| * Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-301-4/+4
* | #15789: merge with 3.2.Ezio Melotti2012-09-151-3/+7
|\ \ | |/
| * #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-3/+7
* | #15788: merge with 3.2.Ezio Melotti2012-08-271-2/+2
|\ \ | |/
| * #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
* | #15543: reflow paragraph.R David Murray2012-08-151-9/+9
* | #15543: additional link in subprocess docs.R David Murray2012-08-151-1/+2
* | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-3/+6
|\ \ | |/
| * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-3/+6
* | Issue #15561: Update subprocess docs to reference io.TextIOWrapper.Andrew Svetlov2012-08-131-19/+27
|\ \ | |/
| * Issue #15561: Update subprocess docs to reference io.TextIOWrapper.Andrew Svetlov2012-08-131-19/+21
| * Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+20
* | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+48
* | Merge #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
|\ \ | |/
| * #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
* | merge with 3.2Georg Brandl2012-02-231-1/+1
|\ \ | |/
| * Fix markup errors.Georg Brandl2012-02-231-1/+1
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * fix "Title underline too short" sphinx warningSandro Tosi2011-12-251-1/+1
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@Sandro Tosi2011-12-251-1/+1
* | Issue #13237: Forward port from 3.2 of subprocess documentation updates. Need...Nick Coghlan2011-11-081-186/+337
|\ \ | |/
| * Issue #13237: Fix formatting error - the legacy shell commands weren't meant ...Nick Coghlan2011-11-081-34/+33
| * Issue #13237: Remove duplicate data value descriptions from the subprocess docsNick Coghlan2011-11-081-14/+0
| * Issue #13237: Forward port subprocess module updates and explicitly document ...Nick Coghlan2011-11-081-137/+303
* | Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-1/+6
* | Merge from 3.2 . Replace the term members with correct and appropriate termi...Senthil Kumaran2011-07-041-14/+15
|\ \ | |/
| * issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-14/+15
| * merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-2/+2
* | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-231-3/+4
* | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-121-2/+2