summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_StringIO.py
Commit message (Expand)AuthorAgeFilesLines
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-091-1/+7
* Added a test for the StringIO write() error I just fixed.Guido van Rossum2000-10-121-0/+7
* Jack Jansen reported that the regression test failed on the Mac whereGuido van Rossum2000-10-111-3/+1
* Uncommented tests that failed for cStringIO,Jim Fulton2000-10-061-17/+11
* Added some tests for the truncate() method; one is commented out becauseFred Drake2000-09-281-0/+23
* New test cases for the StringIO moduleMartin v. Löwis2000-09-191-0/+15