summaryrefslogtreecommitdiff
path: root/Doc/library/io.rst
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-35848: Move all documentation regarding the readinto out of IOBase...Miss Islington (bot)2019-04-081-8/+6
* bpo-36006: Fix versionchanged directive alignment in io module documentation ...Miss Islington (bot)2019-02-151-2/+2
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-191-1/+1
* Minor grammar improvement to io documentation. (GH-10329)Miss Islington (bot)2018-11-111-1/+1
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Miss Islington (bot)2018-10-261-1/+1
* bpo-33804: Document that the argument for io.TextIOBase.read() is optional (G...Miss Islington (bot)2018-07-071-1/+1
* bpo-22069: Update TextIO documentation (GH-6609)Miss Islington (bot)2018-05-141-1/+1
* bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...INADA Naoki2017-12-211-5/+13
* bpo-22671: Clarify and test default read method implementations (#4568)Sanyam Khurana2017-12-111-5/+8
* Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...Antoine Pitrou2017-06-031-0/+18
* Issue #23214: Fix formatting of -1Martin Panter2016-10-211-1/+1
* Issue #23214: Implement optional BufferedReader, BytesIO read1() argumentMartin Panter2016-10-201-6/+15
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+5
* Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-281-16/+27
* Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-181-1/+1
* Issue #22413: Merge StringIO doc from 3.4 into 3.5Martin Panter2015-10-101-4/+12
|\
| * Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-101-4/+12
* | whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tagsYury Selivanov2015-09-111-1/+1
* | Issue #25030: Merge seek() doc fixes from 3.4 into 3.5Martin Panter2015-09-111-6/+7
|\ \ | |/
| * Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-111-6/+7
* | Issue #23668: Adds support for os.truncate and os.ftruncate on WindowsSteve Dower2015-03-201-2/+5
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
|\ \ | |/
| * Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-5/+6
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-3/+4
* | Issue #17401: document closefd in io.FileIO docs and add to reprRobert Collins2014-10-181-2/+5
* | Closes #22004: Merge with 3.4Zachary Ware2014-07-181-1/+1
|\ \ | |/
| * Issue #22004: Correct an argument name.Zachary Ware2014-07-181-1/+1
* | reflow to 80 charsBenjamin Peterson2014-06-221-13/+12
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-221-4/+22
|/
* document IOBase.__del__'s behavior (closes #21764)Benjamin Peterson2014-06-141-0/+6
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-0/+1
* Issue #20423: fix documentation of io.StringIO's newline parameterAntoine Pitrou2014-02-021-2/+3
|\
| * Issue #20423: fix documentation of io.StringIO's newline parameterAntoine Pitrou2014-02-021-2/+3
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+2
|\ \ | |/
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+2
* | Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-26/+26
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-0/+5
|/
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-151-0/+3
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* Issue #17215: Fix documentation misprints (patch by July Tikhonov)Andrew Svetlov2013-02-171-1/+1
* Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-081-1/+1
|\
| * Fix a few markup/grammar nitsÉric Araujo2012-12-081-1/+1
* | Specify which I/O ABC methods have implementations in the docs.Andrew Svetlov2012-12-061-0/+19
|\ \ | |/
| * Specify which I/O ABC methods have implementations in the docs.Andrew Svetlov2012-12-061-0/+19
* | Add examples for opener argument of open (#13424).Éric Araujo2012-11-031-0/+3
* | Merge #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-171-5/+9
|\ \ | |/