summaryrefslogtreecommitdiff
path: root/Lib/test/test_StringIO.py
Commit message (Expand)AuthorAgeFilesLines
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-0/+10
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+6
* SF patch 695710: fix bug 678519: cStringIO self iteratorRaymond Hettinger2003-04-241-3/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-131-0/+2
* Whitespace normalization.Tim Peters2002-02-161-1/+1
* Restore Python 2.1 StringIO.py behaviour: support concatenatingMarc-André Lemburg2002-01-061-0/+15
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-091-0/+6
* test_iterator(): Don't do a type comparison to see if it's anBarry Warsaw2001-09-251-1/+4
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-241-8/+23
* Converted test_StringIO.py to use unittest, soBarry Warsaw2001-09-221-41/+71
* 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