summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
Commit message (Expand)AuthorAgeFilesLines
* 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