index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
StringIO.py
Commit message (
Expand
)
Author
Age
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
*
SF bug #951915: fix bug in StringIO.truncate - length not changed
Raymond Hettinger
2004-12-20
*
Arghh, checked in wrong draft. Replacing with correct one.
Raymond Hettinger
2004-09-23
*
Use local variables in StringIO.write().
Raymond Hettinger
2004-09-23
*
Add missing docstrings.
Raymond Hettinger
2004-03-14
*
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger
2004-03-08
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Whitespace normalization.
Tim Peters
2004-01-18
*
Make the module docstring a raw string, so that the backslash in
Walter Dörwald
2003-12-15
*
Patch #822994: Consolidate tests for self.closed.
Martin v. Löwis
2003-10-18
*
Make StringIO its own iterator, similar to real files.
Guido van Rossum
2003-01-31
*
write(): Special case the common situation of a stream that's only
Fred Drake
2002-09-17
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
*
Whitespace normalization.
Tim Peters
2002-05-23
*
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger
2002-05-15
*
Make StringIO work in --disable-unicode builds...
Michael W. Hudson
2002-05-13
*
Use isinstance() in preference to comparison of type by is.
Jeremy Hylton
2002-05-10
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
*
SF #515000, print result of f.tell() in test() instead of ignoring
Neal Norwitz
2002-02-11
*
Restore Python 2.1 StringIO.py behaviour: support concatenating
Marc-André Lemburg
2002-01-06
*
StringIO patch #462596: let's [c]StringIO accept read buffers on
Marc-André Lemburg
2001-09-24
*
__iter__(): New method so that StringIO's can participate in the
Barry Warsaw
2001-09-22
*
Remove silly EMPTYSTRING global. Saves a global lookup.
Marc-André Lemburg
2001-02-09
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
*
Untabify! (Barry, this is gonna cost you a bottle of wine! ;)
Fred Drake
2000-12-13
*
Change the file's indentation from tabs to 4 spaces per level.
Barry Warsaw
2000-12-12
*
Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno
Barry Warsaw
2000-12-12
*
[ Bug #116636 ] Bug in StringIO.write()
Guido van Rossum
2000-10-12
*
Add truncate() method to StringIO objects.
Fred Drake
2000-09-28
*
Support sizehint in StringIO.readlines, as documented.
Martin v. Löwis
2000-09-19
*
Simple changes by Gerrit Holl - move author acknowledgements out of
Guido van Rossum
2000-02-28
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
*
Raise the right exception (ValueError) for attempted I/O on closed StringIO
Fred Drake
1998-08-18
*
Patch by Lars Wirzenius to allow f.readline(length).
Guido van Rossum
1997-07-25
*
Sjoerd's StringIO speed-up
Guido van Rossum
1996-06-19
*
fix default arg for read() -- should be -1
Guido van Rossum
1996-01-25
*
Added flush() method.
Sjoerd Mullender
1995-07-19
*
set softspace to 0 in __init__
Guido van Rossum
1995-06-22
*
Two new generally useful modules: types defines names for all built-in types,
Guido van Rossum
1994-06-23