summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_StringIO
Commit message (Collapse)AuthorAgeFilesLines
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-091-0/+2
|
* Added a test for the StringIO write() error I just fixed.Guido van Rossum2000-10-121-0/+2
|
* The test is good, but Jim forgot to check in the updated output.Fred Drake2000-10-071-0/+6
|
* Added some tests for the truncate() method; one is commented out becauseFred Drake2000-09-281-0/+2
| | | | | | | | cStringIO does not get it right (reported as SF bug #115531). Added test for ValueError when write() is called on a closed StringIO object. Commented out because cStringIO does not get it right (reported as SF bug #115530).
* New test cases for the StringIO moduleMartin v. Löwis2000-09-191-0/+9