Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 1 | -0/+1 |
| | | | | | exceptions raised by the implicit flush(). Also ensure that calling close() several times is supported. Patch by Pascal Chambon. | ||||
* | - Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-31 | 1 | -2/+1 |
| | | | | | | 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. | ||||
* | Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ↵ | Antoine Pitrou | 2009-10-24 | 1 | -1/+3 |
| | | | | arbitrary keywords | ||||
* | Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and ↵ | Antoine Pitrou | 2009-10-24 | 1 | -3/+119 |
| | | | | io.StringIO picklable. | ||||
* | Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of ↵ | Antoine Pitrou | 2009-10-24 | 1 | -4/+4 |
| | | | | io.StringIO and io.BytesIO | ||||
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -0/+764 |