summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #12922: fix the TextIOBase documentation to include a description of se...Antoine Pitrou2012-01-211-0/+26
* Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-1/+1
* Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-2/+2
* Merged revisions 88334 via svnmerge fromAntoine Pitrou2011-02-041-0/+2
* Merged revisions 86981,86984 via svnmerge fromAntoine Pitrou2010-12-031-2/+66
* Merged revisions 86896 via svnmerge fromDaniel Stutzbach2010-11-301-3/+3
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* Merged revisions 84814 via svnmerge fromAntoine Pitrou2010-09-141-2/+3
* versionaddedBenjamin Peterson2010-08-281-0/+2
* Merged revisions 82871,82960-82961 via svnmerge fromGeorg Brandl2010-08-011-5/+5
* Issue #8840: Make documentation for truncate() clearerAntoine Pitrou2010-05-291-4/+6
* Fix typo.Georg Brandl2010-05-101-1/+1
* Clarify and fix the documentation for IOBase.close()Antoine Pitrou2010-04-281-2/+4
* State clearly that truncate() doesn't move the file position,Antoine Pitrou2010-04-281-6/+3
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-1/+1
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-4/+14
* clarify buffer arg #7178Benjamin Peterson2009-10-201-2/+2
* Sync the 2.x `io` docs with py3k, with a small note as to the distinctionAntoine Pitrou2009-10-011-158/+267
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-5/+5
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-5/+5
* #4572: add SEEK_* values as constants in io.py.Georg Brandl2009-04-011-3/+9
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-2/+2
* Fixed typo.Hirokazu Yamamoto2009-02-151-1/+1
* move BufferedIOBase into the base class sectionBenjamin Peterson2009-01-191-53/+53
* add email addressesBenjamin Peterson2009-01-111-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-2/+4
* Various io doc updatesBenjamin Peterson2008-04-221-68/+63
* Moved Mark SummerField's io doc changes back to the trunk. (He will edit here...Benjamin Peterson2008-04-211-117/+137
* Complete documentation for errors argument of io's open and TextIOWrapperBenjamin Peterson2008-04-191-9/+14
* Copy io documentation back from py3k branch so changes can be merged into it.Benjamin Peterson2008-04-191-25/+30
* Backported io module docsBenjamin Peterson2008-04-131-0/+627