Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 1 | -0/+8 |
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
* | Merged revisions 84814 via svnmerge from | Antoine Pitrou | 2010-09-14 | 1 | -2/+2 |
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 1 | -5/+1 |
* | - Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-31 | 1 | -2/+2 |
* | remove unused variable | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
* | accept None as the same as having passed no argument in file types #7349 | Benjamin Peterson | 2009-12-13 | 1 | -7/+2 |
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -0/+894 |