summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* #10385: use the mod role in subprocess docs.Ezio Melotti2012-11-081-5/+5
* Fix placement of shell=True warning in subprocess.Popen() docs.Chris Jerdonek2012-10-111-8/+8
* Issue #16115: Make further improvements to subprocess.Popen() documentation.Chris Jerdonek2012-10-111-17/+25
* Issue #16115: Improve subprocess.Popen() documentation around args, shell, an...Chris Jerdonek2012-10-091-30/+35
* Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-301-4/+4
* #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-3/+7
* #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
* #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/+21
* Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+20
* #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
* Fix markup errors.Georg Brandl2012-02-231-1/+1
* fix "Title underline too short" sphinx warningSandro 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: 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
* 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
* Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
|\
| * whitespace...Brian Curtin2011-04-301-3/+3
| * Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
* | Merge with 3.1.Ezio Melotti2011-04-191-1/+1
|\ \ | |/
| * Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
* | merge from 3.1Eli Bendersky2011-04-151-6/+38
|\ \ | |/
| * Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-6/+37
| * Merged revisions 88352 via svnmerge fromGregory P. Smith2011-02-051-0/+3
| * Merged revisions 86419 via svnmerge fromR. David Murray2010-11-121-0/+18
| * Merged revisions 85274 via svnmerge fromGeorg Brandl2010-10-061-0/+2
| * Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-...Georg Brandl2010-10-061-1/+1
| * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-0/+3
| * Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge...Georg Brandl2010-10-061-12/+10
| * Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-9/+9
| * Merged revisions 82879 via svnmerge fromStefan Krah2010-07-141-1/+1
| * Merged revisions 81654 via svnmerge fromAntoine Pitrou2010-06-021-0/+6
| * Merged revisions 77987 via svnmerge fromR. David Murray2010-02-051-1/+1
| * Merged revisions 77962 via svnmerge fromR. David Murray2010-02-041-6/+31
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-4/+4
| * Merged revisions 74764 via svnmerge fromEzio Melotti2009-09-131-2/+2
| * Merged revisions 74055 via svnmerge fromGeorg Brandl2009-08-131-1/+1
| * Merged revisions 74062 via svnmerge fromGeorg Brandl2009-08-131-1/+5
* | issue7678 - Properly document how to replace a shell pipeline so that SIGPIPEGregory P. Smith2011-02-051-0/+3
* | Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.Gregory P. Smith2010-12-141-5/+13
* | Get rid of the close_fds DeprecationWarning. Changes the default on a perGregory P. Smith2010-12-131-8/+6
* | clarify the docs and new warning message.Gregory P. Smith2010-12-041-1/+1
* | issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument isGregory P. Smith2010-12-041-1/+6
* | Fix #10554. Added context manager support to Popen objects.Brian Curtin2010-12-031-0/+10
* | #7950: add warning about security implications of shell=True to subprocess docsR. David Murray2010-11-121-0/+18
* | Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-1/+1
* | Fix errors found by "make suspicious".Georg Brandl2010-10-061-0/+2