| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12922: fix the TextIOBase documentation to include a description of se... | Antoine Pitrou | 2012-01-21 | 1 | -0/+26 |
|
|
* | Issue #13513: IOBase docs incorrectly link to the readline module | Meador Inge | 2011-12-03 | 1 | -1/+1 |
|
|
* | Issue #12213: make it clear that BufferedRWPair shouldn't be called with the | Antoine Pitrou | 2011-08-20 | 1 | -19/+23 |
|
|
* | Fix closes issue10403 - Let's not use members anymore. | Senthil Kumaran | 2011-07-04 | 1 | -2/+2 |
|
|
* | Merged revisions 88334 via svnmerge from | Antoine Pitrou | 2011-02-04 | 1 | -0/+2 |
|
|
* | Merged revisions 86981,86984 via svnmerge from | Antoine Pitrou | 2010-12-03 | 1 | -2/+66 |
|
|
* | Merged revisions 86896 via svnmerge from | Daniel Stutzbach | 2010-11-30 | 1 | -3/+3 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 84814 via svnmerge from | Antoine Pitrou | 2010-09-14 | 1 | -2/+3 |
|
|
* | versionadded | Benjamin Peterson | 2010-08-28 | 1 | -0/+2 |
|
|
* | Merged revisions 82871,82960-82961 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -5/+5 |
|
|
* | Issue #8840: Make documentation for truncate() clearer | Antoine Pitrou | 2010-05-29 | 1 | -4/+6 |
|
|
* | Fix typo. | Georg Brandl | 2010-05-10 | 1 | -1/+1 |
|
|
* | Clarify and fix the documentation for IOBase.close() | Antoine Pitrou | 2010-04-28 | 1 | -2/+4 |
|
|
* | State clearly that truncate() doesn't move the file position, | Antoine Pitrou | 2010-04-28 | 1 | -6/+3 |
|
|
* | reject None as the buffering argument like the C implementation does #8546 | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
|
|
* | Issue #7545: improve documentation of the `buffering` argument in io.open(). | Antoine Pitrou | 2009-12-19 | 1 | -4/+14 |
|
|
* | clarify buffer arg #7178 | Benjamin Peterson | 2009-10-20 | 1 | -2/+2 |
|
|
* | Sync the 2.x `io` docs with py3k, with a small note as to the distinction | Antoine Pitrou | 2009-10-01 | 1 | -158/+267 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ... | Georg Brandl | 2009-07-26 | 1 | -5/+5 |
|
|
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -5/+5 |
|
|
* | #4572: add SEEK_* values as constants in io.py. | Georg Brandl | 2009-04-01 | 1 | -3/+9 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
|
|
* | Fixed typo. | Hirokazu Yamamoto | 2009-02-15 | 1 | -1/+1 |
|
|
* | move BufferedIOBase into the base class section | Benjamin Peterson | 2009-01-19 | 1 | -53/+53 |
|
|
* | add email addresses | Benjamin Peterson | 2009-01-11 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
|
|
* | Fixed issue #4233. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -2/+4 |
|
|
* | Various io doc updates | Benjamin Peterson | 2008-04-22 | 1 | -68/+63 |
|
|
* | Moved Mark SummerField's io doc changes back to the trunk. (He will edit here... | Benjamin Peterson | 2008-04-21 | 1 | -117/+137 |
|
|
* | Complete documentation for errors argument of io's open and TextIOWrapper | Benjamin Peterson | 2008-04-19 | 1 | -9/+14 |
|
|
* | Copy io documentation back from py3k branch so changes can be merged into it. | Benjamin Peterson | 2008-04-19 | 1 | -25/+30 |
|
|
* | Backported io module docs | Benjamin Peterson | 2008-04-13 | 1 | -0/+627 |
|
|