summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pipes.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-10/+20
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines More proper closing of files ........
* #7507: quote "!" in pipes.quote(); it is a special character for some shells.Georg Brandl2010-04-241-5/+4
|
* * fix issue#7476Jack Diederich2010-02-221-0/+2
|
* Make test_pipes a little bit more robust.Antoine Pitrou2009-12-081-3/+6
|
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
|
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
|
* tr a-z A-Z does not work on Solaris (would requireMartin v. Löwis2007-09-101-3/+6
| | | | /usr/xpg4/bin/tr); make the character ranges explicit.
* * Skip test_pipes on non-POSIX.Georg Brandl2007-08-301-1/+4
| | | | * Don't raise TestSkipped within a test function.
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-301-0/+184