summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
Commit message (Expand)AuthorAgeFilesLines
* Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-261-3/+9
* Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-261-9/+3
* Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.Charles-François Natali2012-01-141-1/+1
* Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-15/+19
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-24/+23
|\
| * Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-26/+25
* | Merge follow-up for #11254 and other changes from 3.2Éric Araujo2011-11-031-1/+1
|\ \ | |/
| * Fix typoÉric Araujo2011-11-021-1/+1
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-311-2/+8
* | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-231-13/+4
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-10/+2
* | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-2/+6
|\ \ | |/
| * Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-2/+6
* | Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.Victor Stinner2011-05-251-0/+6
* | (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-1/+5
|\ \ | |/
| * (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-1/+5
| |\
| | * Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-1/+5
| | * Backport 87978: Do not expose function type annotations in the standard library.Raymond Hettinger2011-01-121-31/+32
| | * Merged revisions 87427 via svnmerge fromAntoine Pitrou2010-12-211-6/+14
| | * Merged revisions 84814 via svnmerge fromAntoine Pitrou2010-09-141-1/+3
| | * Merged revisions 80722 via svnmerge fromAntoine Pitrou2010-05-031-14/+8
| | * Merged revisions 77895-77896 via svnmerge fromAntoine Pitrou2010-01-311-5/+3
| | * Merged revisions 76900 via svnmerge fromAntoine Pitrou2009-12-191-4/+14
| | * Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-131-1/+3
| * | Merged revisions 88610 via svnmerge fromAntoine Pitrou2011-02-251-4/+27
* | | Issue #10956: Buffered I/O classes retry reading or writing after a signalAntoine Pitrou2011-02-251-4/+27
* | | Issue #11114: Fix catastrophic performance of tell() on text files (upAntoine Pitrou2011-02-251-8/+50
|/ /
* | Issue #10899: Move function type annotations into docstrings.Raymond Hettinger2011-01-131-30/+36
* | More PEP 8: no space around "=" in argument lists.Georg Brandl2011-01-131-11/+10
* | Issue 10899: Remove function type annotations from the stdlibRaymond Hettinger2011-01-131-1/+1
* | Issue #10899: No function type annotations in the standard library.Raymond Hettinger2011-01-121-31/+31
* | Issue #10872: The repr() of TextIOWrapper objects now includes the modeAntoine Pitrou2011-01-091-3/+10
* | Issue #10750: The `raw` attribute of buffered IO objects is now read-only.Antoine Pitrou2010-12-211-6/+14
* | Issue #10180: Pickling file objects is now explicitly forbidden, sinceAntoine Pitrou2010-11-051-0/+4
* | Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-1/+3
* | More docstring updatesAmaury Forgeot d'Arc2010-09-061-1/+2
* | Change docstrings to match the implementationAmaury Forgeot d'Arc2010-09-061-6/+6
* | Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+5
* | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when anAntoine Pitrou2010-09-051-13/+17
* | Merged revisions 80720 via svnmerge fromAntoine Pitrou2010-05-031-14/+8
* | Merged revisions 80548-80549 via svnmerge fromBenjamin Peterson2010-04-271-3/+2
* | Merged revisions 80544 via svnmerge fromBenjamin Peterson2010-04-271-4/+2
* | Only the parts which are relevant for 3.x branch.Florent Xicluna2010-03-131-3/+12
* | Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-5/+3
* | Merged revisions 76896,76898 via svnmerge fromAntoine Pitrou2009-12-191-4/+14
* | Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-221-0/+5
* | Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-1/+3
|/
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-0/+11
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-1/+16
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-141-0/+20