Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 85503 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -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 Brandl | 2010-04-24 | 1 | -5/+4 |
| | |||||
* | * fix issue#7476 | Jack Diederich | 2010-02-22 | 1 | -0/+2 |
| | |||||
* | Make test_pipes a little bit more robust. | Antoine Pitrou | 2009-12-08 | 1 | -3/+6 |
| | |||||
* | fix incorrect auto-translation of TestSkipped -> unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | remove test_support.TestSkipped and just use unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | tr a-z A-Z does not work on Solaris (would require | Martin v. Löwis | 2007-09-10 | 1 | -3/+6 |
| | | | | /usr/xpg4/bin/tr); make the character ranges explicit. | ||||
* | * Skip test_pipes on non-POSIX. | Georg Brandl | 2007-08-30 | 1 | -1/+4 |
| | | | | * Don't raise TestSkipped within a test function. | ||||
* | Patch #1680959: add test suite for pipes module. | Georg Brandl | 2007-08-30 | 1 | -0/+184 |