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