Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function | Victor Stinner | 2010-05-04 | 1 | -11/+6 |
| | | | | _io module doesn't call this function which was introduced in Python3. | ||||
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 1 | -14/+8 |
| | | | | | exceptions raised by the implicit flush(). Also ensure that calling close() several times is supported. Patch by Pascal Chambon. | ||||
* | correct signature | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | condense import | Benjamin Peterson | 2010-04-27 | 1 | -2/+1 |
| | |||||
* | fold __future__ imports | Benjamin Peterson | 2010-04-27 | 1 | -2/+1 |
| | |||||
* | fix comment | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | reject None as the buffering argument like the C implementation does #8546 | Benjamin Peterson | 2010-04-27 | 1 | -4/+2 |
| | |||||
* | Fix some py3k warnings in the standard library. | Florent Xicluna | 2010-03-07 | 1 | -4/+13 |
| | |||||
* | - Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-31 | 1 | -5/+3 |
| | | | | | | file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon. | ||||
* | Remove superfetatory paragraph (left there by mistake). | Antoine Pitrou | 2009-12-19 | 1 | -5/+0 |
| | |||||
* | Issue #7545: improve documentation of the `buffering` argument in io.open(). | Antoine Pitrou | 2009-12-19 | 1 | -0/+15 |
| | |||||
* | Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and ↵ | Antoine Pitrou | 2009-10-24 | 1 | -0/+5 |
| | | | | io.StringIO picklable. | ||||
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -0/+1962 |