| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #20404: blacklist non-text encodings in io.TextIOWrapper | Nick Coghlan | 2014-02-04 | 1 | -0/+5 |
|
|
* | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 1 | -1/+7 |
|\ |
|
| * | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 1 | -1/+7 |
|
|
* | | Issue #20424: Python implementation of io.StringIO now supports lone surrogates. | Serhiy Storchaka | 2014-01-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #20424: Python implementation of io.StringIO now supports lone surrogates. | Serhiy Storchaka | 2014-01-29 | 1 | -1/+1 |
|
|
* | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 1 | -2/+8 |
|
|
* | | Issue #17003: Unified the size argument names in the io module with common | Serhiy Storchaka | 2013-09-16 | 1 | -81/+81 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -0/+2 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -2/+2 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -2/+2 |
|
|
* | | Issue #17516: remove dead code | Victor Stinner | 2013-03-26 | 1 | -1/+0 |
|
|
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -16/+16 |
|
|
* | | | merge 3.3 (#16597) | Benjamin Peterson | 2012-12-20 | 1 | -4/+8 |
|\ \ \
| |/ / |
|
| * | | call close on the underlying stream even if flush raises (closes #16597) | Benjamin Peterson | 2012-12-20 | 1 | -4/+8 |
|
|
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ / |
|
* | | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -0/+8 |
|
|
* | | Issue #15571: comment the fact what python impl of TextIOWrapper always works... | Andrew Svetlov | 2012-08-13 | 1 | -0/+3 |
|
|
* | | Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite... | Florent Xicluna | 2012-07-07 | 1 | -18/+4 |
|
|
* | | Closes #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-06-22 | 1 | -8/+13 |
|
|
* | | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore | Victor Stinner | 2012-06-05 | 1 | -2/+2 |
|
|
* | | Backing out 86dc014cdd74. Not ready yet | Jesus Cea | 2012-04-26 | 1 | -3/+9 |
|
|
* | | Close #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-04-26 | 1 | -9/+3 |
|
|
* | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. | Charles-François Natali | 2012-01-14 | 1 | -1/+1 |
|
|
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend. | Charles-François Natali | 2012-01-09 | 1 | -15/+19 |
|
|
* | | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 1 | -24/+23 |
|\ \
| |/ |
|
| * | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 1 | -26/+25 |
|
|
* | | Merge follow-up for #11254 and other changes from 3.2 | Éric Araujo | 2011-11-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo | Éric Araujo | 2011-11-02 | 1 | -1/+1 |
|
|
* | | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). | Ross Lagerwall | 2011-10-31 | 1 | -2/+8 |
|
|
* | | Use InterruptedError instead of checking for EINTR | Antoine Pitrou | 2011-10-23 | 1 | -13/+4 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -10/+2 |
|
|
* | | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 1 | -2/+6 |
|
|
* | | Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. | Victor Stinner | 2011-05-25 | 1 | -0/+6 |
|
|
* | | (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() | Victor Stinner | 2011-05-25 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() | Victor Stinner | 2011-05-25 | 1 | -1/+5 |
| |\ |
|
| | * | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 1 | -1/+5 |
|
|
| | * | Backport 87978: Do not expose function type annotations in the standard library. | Raymond Hettinger | 2011-01-12 | 1 | -31/+32 |
|
|
| | * | Merged revisions 87427 via svnmerge from | Antoine Pitrou | 2010-12-21 | 1 | -6/+14 |
|
|
| | * | Merged revisions 84814 via svnmerge from | Antoine Pitrou | 2010-09-14 | 1 | -1/+3 |
|
|
| | * | Merged revisions 80722 via svnmerge from | Antoine Pitrou | 2010-05-03 | 1 | -14/+8 |
|
|
| | * | Merged revisions 77895-77896 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -5/+3 |
|
|
| | * | Merged revisions 76900 via svnmerge from | Antoine Pitrou | 2009-12-19 | 1 | -4/+14 |
|
|
| | * | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv... | Georg Brandl | 2009-08-13 | 1 | -1/+3 |
|
|
| * | | Merged revisions 88610 via svnmerge from | Antoine Pitrou | 2011-02-25 | 1 | -4/+27 |
|
|
* | | | Issue #10956: Buffered I/O classes retry reading or writing after a signal | Antoine Pitrou | 2011-02-25 | 1 | -4/+27 |
|
|