summaryrefslogtreecommitdiffstats
path: root/Lib/StringIO.py
Commit message (Collapse)AuthorAgeFilesLines
* Sjoerd's StringIO speed-upGuido van Rossum1996-06-191-7/+30
|
* fix default arg for read() -- should be -1Guido van Rossum1996-01-251-2/+2
|
* Added flush() method.Sjoerd Mullender1995-07-191-0/+2
|
* set softspace to 0 in __init__Guido van Rossum1995-06-221-0/+1
|
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-231-0/+130
StringIO implements pseudo files writing into and reading from strings.