index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
_pyio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
1
-26/+25
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-1/+5
*
Merged revisions 88610 via svnmerge from
Antoine Pitrou
2011-02-25
1
-4/+27
*
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
*
_pyio: Fix TextIOWrapper constructor: os has no device_encoding() function
Victor Stinner
2010-05-04
1
-11/+6
*
Issue #7865: The close() method of :mod:`io` objects should not swallow
Antoine Pitrou
2010-05-03
1
-14/+8
*
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
*
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 io.String...
Antoine Pitrou
2009-10-24
1
-0/+5
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-0/+1962