Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
144958552974edb92c6d6bfce09eed54d78de045
/
Lib
/
StringIO.py
85d6edf
Remove silly EMPTYSTRING global. Saves a global lookup.
by Marc-André Lemburg
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
a63bd1c
Untabify! (Barry, this is gonna cost you a bottle of wine! ;)
by Fred Drake
· 24 years ago
c140131
Change the file's indentation from tabs to 4 spaces per level.
by Barry Warsaw
· 24 years ago
c7ed0e3
Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno
by Barry Warsaw
· 24 years ago
b636dc6
[ Bug #116636 ] Bug in StringIO.write()
by Guido van Rossum
· 24 years ago
e0a7f4f
Add truncate() method to StringIO objects.
by Fred Drake
· 24 years ago
a05fa1d
Support sizehint in StringIO.readlines, as documented.
by Martin v. Löwis
· 24 years ago
98d9fd3
Simple changes by Gerrit Holl - move author acknowledgements out of
by Guido van Rossum
· 25 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
ce4ba89
Raise the right exception (ValueError) for attempted I/O on closed StringIO
by Fred Drake
· 26 years ago
2e2525f
Patch by Lars Wirzenius to allow f.readline(length).
by Guido van Rossum
· 27 years ago
d390102
Sjoerd's StringIO speed-up
by Guido van Rossum
· 28 years ago
f7476c5
fix default arg for read() -- should be -1
by Guido van Rossum
· 29 years ago
aa3e163
Added flush() method.
by Sjoerd Mullender
· 29 years ago
0daa13b
set softspace to 0 in __init__
by Guido van Rossum
· 29 years ago
85d8945
Two new generally useful modules: types defines names for all built-in types,
by Guido van Rossum
· 30 years ago