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
/
StringIO.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #1622533] Make docstrings raw strings because they contain control chara...
Andrew M. Kuchling
2007-01-05
1
-1/+1
*
SF patch #1359365: file and cStringIO raise a ValueError when next() is called
Walter Dörwald
2006-03-15
1
-2/+1
*
SF bug #951915: fix bug in StringIO.truncate - length not changed
Raymond Hettinger
2004-12-20
1
-0/+6
*
Arghh, checked in wrong draft. Replacing with correct one.
Raymond Hettinger
2004-09-23
1
-3/+4
*
Use local variables in StringIO.write().
Raymond Hettinger
2004-09-23
1
-10/+11
*
Add missing docstrings.
Raymond Hettinger
2004-03-14
1
-0/+67
*
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger
2004-03-08
1
-2/+4
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-1/+1
*
Make the module docstring a raw string, so that the backslash in
Walter Dörwald
2003-12-15
1
-1/+1
*
Patch #822994: Consolidate tests for self.closed.
Martin v. Löwis
2003-10-18
1
-18/+14
*
Make StringIO its own iterator, similar to real files.
Guido van Rossum
2003-01-31
1
-1/+9
*
write(): Special case the common situation of a stream that's only
Fred Drake
2002-09-17
1
-0/+4
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-3/+2
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-6/+6
*
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger
2002-05-15
1
-0/+23
*
Make StringIO work in --disable-unicode builds...
Michael W. Hudson
2002-05-13
1
-2/+2
*
Use isinstance() in preference to comparison of type by is.
Jeremy Hylton
2002-05-10
1
-2/+2
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-1/+1
*
SF #515000, print result of f.tell() in test() instead of ignoring
Neal Norwitz
2002-02-11
1
-1/+1
*
Restore Python 2.1 StringIO.py behaviour: support concatenating
Marc-André Lemburg
2002-01-06
1
-5/+8
*
StringIO patch #462596: let's [c]StringIO accept read buffers on
Marc-André Lemburg
2001-09-24
1
-1/+4
*
__iter__(): New method so that StringIO's can participate in the
Barry Warsaw
2001-09-22
1
-0/+3
*
Remove silly EMPTYSTRING global. Saves a global lookup.
Marc-André Lemburg
2001-02-09
1
-8/+6
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Untabify! (Barry, this is gonna cost you a bottle of wine! ;)
Fred Drake
2000-12-13
1
-105/+105
*
Change the file's indentation from tabs to 4 spaces per level.
Barry Warsaw
2000-12-12
1
-151/+163
*
Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno
Barry Warsaw
2000-12-12
1
-13/+16
*
[ Bug #116636 ] Bug in StringIO.write()
Guido van Rossum
2000-10-12
1
-0/+2
*
Add truncate() method to StringIO objects.
Fred Drake
2000-09-28
1
-0/+13
*
Support sizehint in StringIO.readlines, as documented.
Martin v. Löwis
2000-09-19
1
-1/+5
*
Simple changes by Gerrit Holl - move author acknowledgements out of
Guido van Rossum
2000-02-28
1
-0/+2
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-27/+27
*
Raise the right exception (ValueError) for attempted I/O on closed StringIO
Fred Drake
1998-08-18
1
-1/+14
*
Patch by Lars Wirzenius to allow f.readline(length).
Guido van Rossum
1997-07-25
1
-1/+4
*
Sjoerd's StringIO speed-up
Guido van Rossum
1996-06-19
1
-7/+30
*
fix default arg for read() -- should be -1
Guido van Rossum
1996-01-25
1
-2/+2
*
Added flush() method.
Sjoerd Mullender
1995-07-19
1
-0/+2
*
set softspace to 0 in __init__
Guido van Rossum
1995-06-22
1
-0/+1
*
Two new generally useful modules: types defines names for all built-in types,
Guido van Rossum
1994-06-23
1
-0/+130