summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pipes.py
Commit message (Expand)AuthorAgeFilesLines
* gh-91217: deprecate-pipes (GH-91779)Brett Cannon2022-04-221-1/+3
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-4/+5
* bpo-31904: add shell requirement for test_pipes (GH-23489)pxinwr2020-11-281-1/+4
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-031-1/+3
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-3/+2
* Issue #26918: Skipped some tests in test_pipes on Android.Serhiy Storchaka2016-05-051-0/+7
* Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-14/+0
* More proper closing of filesAntoine Pitrou2010-10-141-10/+20
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-5/+4
* Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-0/+2
* Merged revisions 76720 via svnmerge fromAntoine Pitrou2009-12-081-3/+12
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 58053-58090 via svnmerge fromThomas Wouters2007-09-101-3/+6
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+187