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
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-63/+18
*
Make the StringIO test pass.
Guido van Rossum
2007-05-08
1
-21/+25
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-6/+6
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+23
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-0/+9
*
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