aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_StringIO.py
Commit message (Expand)AuthorAge
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-06
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* Make the StringIO test pass.Guido van Rossum2007-05-08
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-21
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-22
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-01
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-21
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-08
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* SF patch 695710: fix bug 678519: cStringIO self iteratorRaymond Hettinger2003-04-24
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-13
* Whitespace normalization.Tim Peters2002-02-16
* Restore Python 2.1 StringIO.py behaviour: support concatenatingMarc-André Lemburg2002-01-06
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-09
* test_iterator(): Don't do a type comparison to see if it's anBarry Warsaw2001-09-25
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-24
* Converted test_StringIO.py to use unittest, soBarry Warsaw2001-09-22
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-09
* Added a test for the StringIO write() error I just fixed.Guido van Rossum2000-10-12
* Jack Jansen reported that the regression test failed on the Mac whereGuido van Rossum2000-10-11
* Uncommented tests that failed for cStringIO,Jim Fulton2000-10-06
* Added some tests for the truncate() method; one is commented out becauseFred Drake2000-09-28
* New test cases for the StringIO moduleMartin v. Löwis2000-09-19