summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-26/+26
| | | | practice.
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-271-0/+5
| | | | | are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ↵Ezio Melotti2013-04-151-0/+3
| | | | Patch by Dan Riti.
* Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+2
| | | | otherwise are cut off or have overlapping text.
* 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-091-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
| | | | | | | | Patch by Guillaume Pratte.
* | Merge #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-181-5/+9
|\ \ | |/ | | | | | | | | | | | | This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek.
| * #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-181-5/+9
| | | | | | | | | | | | | | | | This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek.
* | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-9/+16
|\ \ | |/ | | | | Patch by Chris Jerdonek.
| * #15543: reflow paragraphs.R David Murray2012-08-151-7/+7
| |
| * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-5/+12
| | | | | | | | Patch by Chris Jerdonek.
* | merge with 3.2Georg Brandl2012-08-141-16/+13
|\ \ | |/
| * Restore original line lengths.Georg Brandl2012-08-141-16/+13
| |
* | Issue #15561: Update subprocess docs to reference io.TextIOWrapper.Andrew Svetlov2012-08-131-1/+2
|\ \ | |/ | | | | Patch by Chris Jerdonek.
* | Issue #15624: clarify newline documentation for open and io.TextIOWrapperAndrew Svetlov2012-08-131-12/+15
|\ \ | |/ | | | | Thanks to Chris Jerdonek
| * Issue #15624: clarify newline documentation for open and io.TextIOWrapperAndrew Svetlov2012-08-131-12/+15
| | | | | | | | Thanks to Chris Jerdonek
* | (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'Victor Stinner2012-08-031-3/+3
|\ \ | |/ | | | | doesn't translate newlines on output.
| * open() / TextIOWrapper doc: make it explicit than newline='\n' doesn'tVictor Stinner2012-08-031-3/+3
| | | | | | | | translate newlines on output.
* | Make TextIOWrapper's documentation clearer by copying the newline argument's ↵Antoine Pitrou2012-08-031-8/+16
|\ \ | |/ | | | | description from open().
| * Make TextIOWrapper's documentation clearer by copying the newline argument's ↵Antoine Pitrou2012-08-031-8/+16
| | | | | | | | description from open().
* | Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
|\ \ | |/
| * Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
| |
* | Some small fixes and clarifications to the io documentationEli Bendersky2012-07-141-42/+44
| |
* | Issue #13248: io: Remove obsolete argument "max_buffer_size" of ↵Florent Xicluna2012-07-071-7/+0
| | | | | | | | BufferedWriter and BufferedRWPair.
* | Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-221-0/+5
| |
* | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymoreVictor Stinner2012-06-051-1/+7
| | | | | | | | | | | | | | | | | | | | open() and io.TextIOWrapper are now calling locale.getpreferredencoding(False) instead of locale.getpreferredencoding() in text mode if the encoding is not specified. Don't change temporary the locale encoding using locale.setlocale(), use the current locale encoding instead of the user preferred encoding. Explain also in open() documentation that locale.getpreferredencoding(False) is called if the encoding is not specified.
* | Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-261-5/+0
| |
* | Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-261-0/+5
| |
* | Issue #12922: fix the TextIOBase documentation to include a description of ↵Antoine Pitrou2012-01-211-0/+26
|\ \ | |/ | | | | seek() and tell() methods.
| * Issue #12922: fix the TextIOBase documentation to include a description of ↵Antoine Pitrou2012-01-211-0/+26
| | | | | | | | seek() and tell() methods.
* | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.Charles-François Natali2012-01-141-6/+6
| |
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-4/+8
| |
* | Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-1/+1
|\ \ | |/
| * Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-1/+1
| |
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-311-1/+10
| |
* | 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
|\ \ | |/ | | | | same object as reader and writer, and deemphasize it in document order.
| * Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23
| | | | | | | | same object as reader and writer, and deemphasize it in document order.
* | Followup to c3b47cdea0d1: document the *write_through* argument to ↵Antoine Pitrou2011-07-231-1/+9
|/ | | | TextIOWrapper.
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵Senthil Kumaran2011-07-041-2/+2
| | | | attribute and 'methods' where it denotes methods. Context should clarify usage.
* Merged revisions 88540-88541 via svnmerge fromBenjamin Peterson2011-02-241-35/+31
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88540 | benjamin.peterson | 2011-02-23 20:46:00 -0600 (Wed, 23 Feb 2011) | 1 line this seems to be pointlessly nested ........ r88541 | benjamin.peterson | 2011-02-23 20:53:05 -0600 (Wed, 23 Feb 2011) | 1 line rewrite ........
* 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
|