1. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
  2. 513c8bd Arghh, checked in wrong draft. Replacing with correct one. by Raymond Hettinger · 20 years ago
  3. 0336e1f Use local variables in StringIO.write(). by Raymond Hettinger · 20 years ago
  4. deb4da5 Add missing docstrings. by Raymond Hettinger · 20 years ago
  5. 6ec0996 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 20 years ago
  6. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  7. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  8. c2fcf9b Make the module docstring a raw string, so that the backslash in by Walter Dörwald · 21 years ago
  9. 9e62ff2 Patch #822994: Consolidate tests for self.closed. by Martin v. Löwis · 21 years ago
  10. c1265bd Make StringIO its own iterator, similar to real files. by Guido van Rossum · 22 years ago
  11. d679e09 write(): Special case the common situation of a stream that's only by Fred Drake · 22 years ago
  12. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  13. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  14. d1fa3db Added docstrings excerpted from Python Library Reference. Closes patch 556161. by Raymond Hettinger · 22 years ago
  15. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  16. e037665 Use isinstance() in preference to comparison of type by is. by Jeremy Hylton · 22 years ago
  17. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  18. 9fb289d SF #515000, print result of f.tell() in test() instead of ignoring by Neal Norwitz · 22 years ago
  19. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
  20. e47df7a StringIO patch #462596: let's [c]StringIO accept read buffers on by Marc-André Lemburg · 23 years ago
  21. bdefa0b __iter__(): New method so that StringIO's can participate in the by Barry Warsaw · 23 years ago
  22. 85d6edf Remove silly EMPTYSTRING global. Saves a global lookup. by Marc-André Lemburg · 23 years ago
  23. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  24. a63bd1c Untabify! (Barry, this is gonna cost you a bottle of wine! ;) by Fred Drake · 24 years ago
  25. c140131 Change the file's indentation from tabs to 4 spaces per level. by Barry Warsaw · 24 years ago
  26. c7ed0e3 Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno by Barry Warsaw · 24 years ago
  27. b636dc6 [ Bug #116636 ] Bug in StringIO.write() by Guido van Rossum · 24 years ago
  28. e0a7f4f Add truncate() method to StringIO objects. by Fred Drake · 24 years ago
  29. a05fa1d Support sizehint in StringIO.readlines, as documented. by Martin v. Löwis · 24 years ago
  30. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  31. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  32. ce4ba89 Raise the right exception (ValueError) for attempted I/O on closed StringIO by Fred Drake · 26 years ago
  33. 2e2525f Patch by Lars Wirzenius to allow f.readline(length). by Guido van Rossum · 27 years ago
  34. d390102 Sjoerd's StringIO speed-up by Guido van Rossum · 28 years ago
  35. f7476c5 fix default arg for read() -- should be -1 by Guido van Rossum · 29 years ago
  36. aa3e163 Added flush() method. by Sjoerd Mullender · 29 years ago
  37. 0daa13b set softspace to 0 in __init__ by Guido van Rossum · 29 years ago
  38. 85d8945 Two new generally useful modules: types defines names for all built-in types, by Guido van Rossum · 30 years ago