index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_StringIO.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-22/+0
*
Make cStringIO.truncate raise IOError for negative
Martin v. Löwis
2006-11-19
1
-0/+1
*
Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
Georg Brandl
2006-10-12
1
-0/+22
*
SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError
Walter Dörwald
2006-03-15
1
-0/+7
*
SF patch #1359365: file and cStringIO raise a ValueError when next() is called
Walter Dörwald
2006-03-15
1
-0/+2
*
Patches #1298449 and #1298499: Add some missing checks for error
Michael W. Hudson
2005-09-22
1
-0/+7
*
Add error checks for the bz2, cStringIO and operator modules.
Walter Dörwald
2004-11-01
1
-0/+2
*
Patch 1012740: cStringIO's truncate doesn't
Tim Peters
2004-08-21
1
-1/+2
*
SF bug #770485: cStringIO does not set closed attr
Raymond Hettinger
2003-08-08
1
-0/+10
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-4/+6
*
SF patch 695710: fix bug 678519: cStringIO self iterator
Raymond Hettinger
2003-04-24
1
-3/+3
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Make StringIO work in --disable-unicode builds...
Michael W. Hudson
2002-05-13
1
-0/+2
*
Whitespace normalization.
Tim Peters
2002-02-16
1
-1/+1
*
Restore Python 2.1 StringIO.py behaviour: support concatenating
Marc-André Lemburg
2002-01-06
1
-0/+15
*
A workaround for the missing buffer() builtin in jython.
Finn Bock
2001-12-09
1
-0/+6
*
test_iterator(): Don't do a type comparison to see if it's an
Barry Warsaw
2001-09-25
1
-1/+4
*
StringIO patch #462596: let's [c]StringIO accept read buffers on
Marc-André Lemburg
2001-09-24
1
-8/+23
*
Converted test_StringIO.py to use unittest, so
Barry Warsaw
2001-09-22
1
-41/+71
*
In O_writelines: Replace use of string.joinfields with "".join.
Jeremy Hylton
2001-02-09
1
-1/+7
*
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
*
Uncommented tests that failed for cStringIO,
Jim Fulton
2000-10-06
1
-17/+11
*
Added some tests for the truncate() method; one is commented out because
Fred Drake
2000-09-28
1
-0/+23
*
New test cases for the StringIO module
Martin v. Löwis
2000-09-19
1
-0/+15