summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
Commit message (Expand)AuthorAgeFilesLines
* versionaddedBenjamin Peterson2009-05-011-0/+4
* add myselfBenjamin Peterson2009-05-011-0/+1
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-1/+25
* Update whatsnew based on doc search.Raymond Hettinger2009-04-091-1/+1
* Merged revisions 70992,70995 via svnmerge fromBenjamin Peterson2009-04-011-3/+9
* sync open() docs moreBenjamin Peterson2009-03-231-18/+20
* fix docs about open's return value #5539Benjamin Peterson2009-03-231-13/+15
* fix StringIO constructor docs #5452Benjamin Peterson2009-03-091-4/+4
* remove usage of the deprecated max_buffer_sizeBenjamin Peterson2009-03-051-6/+9
* FileIO.readinto() isn't going anywhereBenjamin Peterson2009-03-051-3/+0
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-1/+8
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-2/+2
* Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge fromBenjamin Peterson2009-01-231-53/+53
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
* Fixed issue #4233.Christian Heimes2008-11-051-2/+4
* #3007: remove stringio docs and fix a few nits in io docs.Georg Brandl2008-05-301-3/+20
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-68/+63
* A lot of small detailed revisions to the io module's doc.Mark Summerfield2008-04-211-117/+137
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-201-9/+14
* Reverted 62397; no versionadded/changed in 3.0 docsBenjamin Peterson2008-04-191-1/+0
* the io module was added in 2.6 (I know not really, but the end user isn't goi...Benjamin Peterson2008-04-191-0/+1
* Fix problems in the io docs noted by Alexandre VassalottiBenjamin Peterson2008-04-141-2/+2
* Another io doc fixBenjamin Peterson2008-04-131-1/+1
* A few io doc fixesBenjamin Peterson2008-04-131-22/+27
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-131-72/+71
* Synced builtin open and io.open documentation, taking the best of eachBenjamin Peterson2008-04-111-26/+50
* zap the last of the class.method typos in io docsBenjamin Peterson2008-04-091-2/+2
* #2530: io module documentation.Georg Brandl2008-04-091-0/+603