Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a test for the StringIO write() error I just fixed. | Guido van Rossum | 2000-10-12 | 1 | -0/+7 |
| | |||||
* | Jack Jansen reported that the regression test failed on the Mac where | Guido van Rossum | 2000-10-11 | 1 | -3/+1 |
| | | | | | | | string.letters was much more than expected. Solution: explicit is better than implicit; don't rely on string.letters. | ||||
* | Uncommented tests that failed for cStringIO, | Jim Fulton | 2000-10-06 | 1 | -17/+11 |
| | | | | Added missing clode to make the clode test test a close. ;) | ||||
* | Added some tests for the truncate() method; one is commented out because | Fred Drake | 2000-09-28 | 1 | -0/+23 |
| | | | | | | | | 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 module | Martin v. Löwis | 2000-09-19 | 1 | -0/+15 |