summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-2/+2
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-9/+9
* #9681: typo.Georg Brandl2010-08-261-1/+1
* High byte is the exit status.Stefan Krah2010-07-141-1/+1
* Merged revisions 81652 via svnmerge fromAntoine Pitrou2010-06-021-0/+6
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-121-2/+3
* Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-2/+2
* Merged revisions 79178 via svnmerge fromGeorg Brandl2010-03-211-0/+3
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-5/+36
* Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge fromFlorent Xicluna2010-03-081-1/+1
* Fix raw_input->input in Popen doc patch.R. David Murray2010-02-051-1/+1
* Merged revisions 77943,77959-77960 via svnmerge fromR. David Murray2010-02-041-6/+31
* Recorded merge of revisions 76925 via svnmerge fromGeorg Brandl2009-12-201-12/+10
* Merged revisions 76640 via svnmerge fromPhilip Jenvey2009-12-031-6/+8
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-4/+4
* fixed more examples that were using u"", print without () and unicode/str ins...Ezio Melotti2009-09-131-2/+2
* Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge...Alexandre Vassalotti2009-07-171-1/+5
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-171-1/+1
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-10/+78
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-3/+6
* Merged revisions 72817 via svnmerge fromPhilip Jenvey2009-05-221-0/+10
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-2/+2
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-4/+4
* Merged revisions 71651 via svnmerge fromR. David Murray2009-04-161-4/+6
* Merged revisions 71631 via svnmerge fromR. David Murray2009-04-151-0/+7
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-2/+2
* Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge fromBenjamin Peterson2009-01-231-4/+5
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* #4697: clarify that the functions are Unix-only.Georg Brandl2008-12-271-0/+4
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-071-1/+25
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-19/+33
* merge from trunkBenjamin Peterson2008-10-111-2/+2
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-041-1/+1
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-1/+1
* Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-...Georg Brandl2008-08-121-0/+14
* Merged revisions 65259,65263,65296,65307,65321 via svnmerge fromBenjamin Peterson2008-07-311-3/+4
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-0/+4
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-2/+4
* #2683: communicate() takes bytes.Georg Brandl2008-07-011-2/+2
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-261-2/+30
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+1
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-6/+0