summaryrefslogtreecommitdiff
path: root/Lib/test/test_StringIO.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10212: Support new buffer interface for struct.unpack andKristján Valur Jónsson2013-03-191-1/+4
* Issue #11311: StringIO.readline(0) now returns an empty string as all otherSerhiy Storchaka2013-02-131-0/+2
* Issue #7358: cStringIO.StringIO now supports writing to and reading fromSerhiy Storchaka2013-02-091-0/+40
* Issue #1548891: The cStringIO.StringIO() constructor now encodes unicodeAntoine Pitrou2011-10-221-0/+21
* Oops, forgot issue numberAntoine Pitrou2011-10-211-1/+1
* Add test for fix of issue #1730114.Antoine Pitrou2011-10-211-0/+8
* raise an ValueError in getvalue() on closed StringIO (closes #12161)Benjamin Peterson2011-05-261-0/+4
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-6/+4
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-4/+6
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-6/+4
* make StringIO like other file objects in that readline(-1) has no effect #7348Benjamin Peterson2009-12-131-0/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-22/+0
* Make cStringIO.truncate raise IOError for negativeMartin v. Löwis2006-11-191-0/+1
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-121-0/+22
* SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueErrorWalter Dörwald2006-03-151-0/+7
* SF patch #1359365: file and cStringIO raise a ValueError when next() is calledWalter Dörwald2006-03-151-0/+2
* 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