summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_StringIO.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-63/+18
* Make the StringIO test pass.Guido van Rossum2007-05-081-21/+25
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-6/+6
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+23
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+9
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-0/+7
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-011-0/+2
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-211-1/+2
* 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