Antoine Pitrou
|
99d848bd4b
|
Merged revisions 85503 via svnmerge from
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
........
|
2010-10-14 22:22:30 +00:00 |
Georg Brandl
|
4341e54de8
|
#7507: quote "!" in pipes.quote(); it is a special character for some shells.
|
2010-04-24 09:08:10 +00:00 |
Jack Diederich
|
5cac46dd41
|
* fix issue#7476
|
2010-02-22 21:27:38 +00:00 |
Antoine Pitrou
|
29dcdabf40
|
Make test_pipes a little bit more robust.
|
2009-12-08 19:46:38 +00:00 |
Benjamin Peterson
|
bec087f29d
|
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
|
2009-03-26 21:10:30 +00:00 |
Benjamin Peterson
|
888a39b54c
|
remove test_support.TestSkipped and just use unittest.SkipTest
|
2009-03-26 20:48:25 +00:00 |
Martin v. Löwis
|
0a04819a13
|
tr a-z A-Z does not work on Solaris (would require
/usr/xpg4/bin/tr); make the character ranges explicit.
|
2007-09-10 06:18:32 +00:00 |
Georg Brandl
|
0226d85737
|
* Skip test_pipes on non-POSIX.
* Don't raise TestSkipped within a test function.
|
2007-08-30 12:32:23 +00:00 |
Georg Brandl
|
27d9ee32ab
|
Patch #1680959: add test suite for pipes module.
|
2007-08-30 10:38:56 +00:00 |