summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8603: Create a bytes version of os.environ for UnixVictor Stinner2010-05-061-5/+3
* Fix test_undecodable_env of test_subproces for non-ASCII directoryVictor Stinner2010-04-231-2/+6
* Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates andVictor Stinner2010-04-231-1/+23
* Issue #8467: Pure Python implementation of subprocess encodes the error messageVictor Stinner2010-04-231-0/+19
* Merged revisions 79344,79346,79350 via svnmerge fromFlorent Xicluna2010-03-271-25/+16
* * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was notGregory P. Smith2010-03-191-0/+42
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-6/+79
* Merged revisions 78833 via svnmerge fromFlorent Xicluna2010-03-111-1/+1
* Merged revisions 78830 via svnmerge fromFlorent Xicluna2010-03-111-1/+1
* Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge fromFlorent Xicluna2010-03-081-36/+43
* Merged revisions 78721 via svnmerge fromFlorent Xicluna2010-03-061-3/+5
* Merged revisions 78704 via svnmerge fromFlorent Xicluna2010-03-061-2/+4
* Merged revisions 78701 via svnmerge fromFlorent Xicluna2010-03-051-3/+6
* Merged revisions 78673 via svnmerge fromFlorent Xicluna2010-03-051-5/+4
* Remove some debug line...Florent Xicluna2010-03-051-1/+0
* Merged revisions 78671 via svnmerge fromFlorent Xicluna2010-03-051-2/+14
* Merged revisions 78661-78662 via svnmerge fromFlorent Xicluna2010-03-041-10/+24
* Merged revisions 78532 via svnmerge fromGregory P. Smith2010-03-011-0/+1
* Merged revisions 78523 via svnmerge fromGregory P. Smith2010-03-011-1/+21
* Recorded merge of revisions 78508-78509 via svnmerge fromFlorent Xicluna2010-02-271-332/+309
* Merged revisions 78136 via svnmerge fromEzio Melotti2010-02-181-4/+16
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-3/+3
* Merged revisions 73916 via svnmerge fromAmaury Forgeot d'Arc2009-07-091-1/+1
* Merged revisions 73825-73826 via svnmerge fromGregory P. Smith2009-07-041-1/+17
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
* Fix test_subprocess so that it works when launched from another directory thanAntoine Pitrou2009-03-291-2/+3
* fix None errno #5312Benjamin Peterson2009-02-201-1/+1
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-191-0/+16
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-071-0/+34
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-12/+14
* #2683: Popen.communicate() argument must be bytes.Georg Brandl2008-07-011-2/+2
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-1/+17
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-261-4/+30
* Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,...Benjamin Peterson2008-05-261-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-10/+10
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-061-6/+6
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-201-0/+46
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-0/+4
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-89/+93
* Patch # 1331 by Christian Heimes.Guido van Rossum2007-10-261-2/+2
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-1/+1
* More str/bytes goodness.Guido van Rossum2007-08-271-7/+8
* Use unicode (and bytes as appropriate)Neal Norwitz2007-08-261-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* The bufsize argument to Popen() should accept None meaning the default (0).Guido van Rossum2007-06-071-0/+8
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-0/+8
* Make test_subprocess work. Fix universal newlines in io.py.Guido van Rossum2007-05-241-12/+12
* Make test_subprocess pass. The subprocess module now reads and writesGuido van Rossum2007-05-151-21/+8
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-4/+4