Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 85503 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -10/+20 |
* | #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 |
* | * Skip test_pipes on non-POSIX. | Georg Brandl | 2007-08-30 | 1 | -1/+4 |
* | Patch #1680959: add test suite for pipes module. | Georg Brandl | 2007-08-30 | 1 | -0/+184 |