aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/StringIO.py
Commit message (Expand)AuthorAge
* Raise the right exception (ValueError) for attempted I/O on closed StringIOFred Drake1998-08-18
* Patch by Lars Wirzenius to allow f.readline(length).Guido van Rossum1997-07-25
* Sjoerd's StringIO speed-upGuido van Rossum1996-06-19
* fix default arg for read() -- should be -1Guido van Rossum1996-01-25
* Added flush() method.Sjoerd Mullender1995-07-19
* set softspace to 0 in __init__Guido van Rossum1995-06-22
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-23