1. fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 19 years ago
  2. c62af02 Fix some digicool addresses I noticed by Andrew M. Kuchling · 21 years ago
  3. bc961e5 add a statement identifying StringI and StringO objects. by Skip Montanaro · 21 years ago
  4. 2adbb83 SF bug #671447: StringIO doc doesn't say it's sometimes read-only. by Raymond Hettinger · 22 years ago
  5. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  6. 83ff4af Added information on the use of Unicode with the StringIO and cStringIO by Fred Drake · 24 years ago
  7. 543e19d Small nits, more hyperlinks. by Fred Drake · 25 years ago
  8. cd71aa2 Use current approach to record documentation author. by Fred Drake · 26 years ago
  9. 295da24 New section header style. by Fred Drake · 26 years ago
  10. 64e3b43 Move files around to get the names to match the module names except for by Fred Drake · 26 years ago[Renamed from Doc/lib/libstrio.tex]
  11. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  12. 9463de2 Document cPickle and cStringIO. by Fred Drake · 26 years ago
  13. 7e9383a Add a comment to indicate the methods of the StringIO are being discussed... by Fred Drake · 26 years ago
  14. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  15. 8fe533e Use the new {methoddesc} and {memberdesc} environments as appropriate. by Fred Drake · 26 years ago
  16. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  17. 5320998 Note that getvalue() must be called before close(). by Guido van Rossum · 27 years ago
  18. 387c575 Small grammatical touchups: by Fred Drake · 27 years ago
  19. cda3d7d Added (minimal) StringIO docs. by Guido van Rossum · 27 years ago