| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Issue #20699: Document that “io” methods should accept memoryview | Martin Panter | 2016-06-03 | 1 | -15/+35 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | Issue #22413: Document newline effect on StringIO initializer and getvalue | Martin Panter | 2015-10-10 | 1 | -5/+12 |
|
|
* | Issue #25030: Do not document seek() as if it accepts keyword arguments | Martin Panter | 2015-09-11 | 1 | -6/+7 |
|
|
* | Issue #22004: Correct an argument name. | Zachary Ware | 2014-07-18 | 1 | -1/+1 |
|
|
* | document IOBase.__del__'s behavior (closes #21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 |
|
|
* | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 1 | -0/+1 |
|
|
* | Issue #20423: fix documentation of io.StringIO's newline parameter | Antoine Pitrou | 2014-02-02 | 1 | -3/+3 |
|
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
* | #13510: clarify that f.readlines() is note necessary to iterate over a file. ... | Ezio Melotti | 2013-04-15 | 1 | -0/+3 |
|
|
* | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 1 | -11/+9 |
|
|
* | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -7/+18 |
|
|
* | Make TextIOWrapper's documentation clearer by copying the newline argument's ... | Antoine Pitrou | 2012-08-03 | 1 | -8/+16 |
|
|
* | Mention the *limit* argument of TextIO.readline(). | Antoine Pitrou | 2012-07-25 | 1 | -1/+3 |
|
|
* | 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 |
|
|