1. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  2. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  3. c7b8f80 #15543: reflow paragraphs. by R David Murray · 13 years ago
  4. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  5. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 13 years ago
  6. b37f14c Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 13 years ago
  7. 8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 14 years ago
  8. 5295718 Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  9. b384356 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 14 years ago
  10. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  11. 893e7c6 Merged revisions 88334 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 4cb64ad Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 27f5a7e Merged revisions 86896 via svnmerge from by Daniel Stutzbach · 15 years ago
  14. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  15. 6391b34 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 15 years ago
  16. 183515c versionadded by Benjamin Peterson · 15 years ago
  17. b917af8 Merged revisions 82871,82960-82961 via svnmerge from by Georg Brandl · 15 years ago
  18. 9fe6199 Issue #8840: Make documentation for truncate() clearer by Antoine Pitrou · 15 years ago
  19. 6487952 Fix typo. by Georg Brandl · 15 years ago
  20. 689405e Clarify and fix the documentation for IOBase.close() by Antoine Pitrou · 15 years ago
  21. ece349e State clearly that truncate() doesn't move the file position, by Antoine Pitrou · 15 years ago
  22. a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
  23. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 16 years ago
  24. eb7c377 clarify buffer arg #7178 by Benjamin Peterson · 16 years ago
  25. c9062ca Sync the 2.x `io` docs with py3k, with a small note as to the distinction by Antoine Pitrou · 16 years ago
  26. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  27. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
  28. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  29. 88ed8f2 #4572: add SEEK_* values as constants in io.py. by Georg Brandl · 16 years ago
  30. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  31. 5b8c701 Fixed typo. by Hirokazu Yamamoto · 16 years ago
  32. b6c7beb move BufferedIOBase into the base class section by Benjamin Peterson · 17 years ago
  33. 51a3703 add email addresses by Benjamin Peterson · 17 years ago
  34. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  35. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago
  36. 3c399d1 Various io doc updates by Benjamin Peterson · 17 years ago
  37. ad9f629 Moved Mark SummerField's io doc changes back to the trunk. (He will edit here in the future.) by Benjamin Peterson · 17 years ago
  38. a7d0903 Complete documentation for errors argument of io's open and TextIOWrapper by Benjamin Peterson · 17 years ago
  39. 53be57e Copy io documentation back from py3k branch so changes can be merged into it. by Benjamin Peterson · 17 years ago
  40. 7bb4d2d Backported io module docs by Benjamin Peterson · 17 years ago