1. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  2. 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 15 years ago
  3. edc3647 versionadded by Benjamin Peterson · 15 years ago
  4. ef9f2bd add myself by Benjamin Peterson · 15 years ago
  5. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  6. 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 15 years ago
  7. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  9. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  10. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 15 years ago
  11. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  12. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
  13. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  14. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  15. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  18. ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
  19. 2932d93 #3007: remove stringio docs and fix a few nits in io docs. by Georg Brandl · 16 years ago
  20. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  21. e6d5f30 A lot of small detailed revisions to the io module's doc. by Mark Summerfield · 16 years ago
  22. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  23. e8dd070 Reverted 62397; no versionadded/changed in 3.0 docs by Benjamin Peterson · 16 years ago
  24. 7014164 the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.) by Benjamin Peterson · 16 years ago
  25. 9efcc4b Fix problems in the io docs noted by Alexandre Vassalotti by Benjamin Peterson · 16 years ago
  26. 13d4a61 Another io doc fix by Benjamin Peterson · 16 years ago
  27. b85a584 A few io doc fixes by Benjamin Peterson · 16 years ago
  28. 2c5f828 Fleshed out docstrings in the io module, improving the reST one as I went. by Benjamin Peterson · 16 years ago
  29. dd21912 Synced builtin open and io.open documentation, taking the best of each by Benjamin Peterson · 16 years ago
  30. b47aace zap the last of the class.method typos in io docs by Benjamin Peterson · 16 years ago
  31. 014197c #2530: io module documentation. by Georg Brandl · 16 years ago