summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix mentions of IOError in the io module docsAntoine Pitrou2011-10-121-9/+13
* Update doc for BlockingIOError and its alias in the io moduleAntoine Pitrou2011-10-121-10/+2
* Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23
|\
| * Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23
* | Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...Antoine Pitrou2011-07-231-1/+9
|/
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-2/+2
* Merged revisions 88540-88541 via svnmerge fromBenjamin Peterson2011-02-241-35/+31
* Mention that seek and tell over a TextIOWrapper can be very slow.Antoine Pitrou2011-02-041-0/+2
* Add an "advanced topics" section to the io doc.Antoine Pitrou2010-12-031-13/+65
* Fix typo: "ofbytes" should be "of bytes"Daniel Stutzbach2010-11-301-3/+3
* Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
* Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-2/+3
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+18
* rewrite and move open() docs only to functions.rstBenjamin Peterson2010-08-301-179/+73
* Issue #9715: improve documentation of the io moduleAntoine Pitrou2010-08-301-52/+162
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-1/+1
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-1/+1
* Clarify.Georg Brandl2010-07-191-2/+2
* Merged revisions 81594 via svnmerge fromAntoine Pitrou2010-05-291-4/+6
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-1/+1
* Merged revisions 80591-80592 via svnmerge fromAntoine Pitrou2010-04-281-8/+7
* Merged revisions 80544 via svnmerge fromBenjamin Peterson2010-04-271-1/+1
* lower caseBenjamin Peterson2010-02-191-1/+1
* add a link to sys.std* in io docsBenjamin Peterson2010-02-191-0/+5
* Merged revisions 76896,76898 via svnmerge fromAntoine Pitrou2009-12-191-4/+14
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-2/+2
* Issue #7022: clarification of RawIOBase.read(), suggested by Pascal Chambon.Antoine Pitrou2009-10-011-5/+8
* Issue #6929: fix a couple of statements and clarify a lot of things in the IO...Antoine Pitrou2009-09-171-68/+96
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-5/+5
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* document BufferedIOBase.raw and TextIOBase.bufferBenjamin Peterson2009-06-281-1/+13
* rephrase for clarityBenjamin Peterson2009-06-161-1/+1
* update peek documentation to implementationBenjamin Peterson2009-06-141-5/+3
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-5/+5
* Convert all "i" docs to new style optional args.Georg Brandl2009-06-011-19/+20
* 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