Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7968f26bcbad2ffc83e27afd4c165feb9f556aa4
/
Lib
/
_pyio.py
7120219
_pyio: Fix TextIOWrapper constructor: os has no device_encoding() function
by Victor Stinner
· 15 years ago
f7fd8e4
Issue #7865: The close() method of :mod:`io` objects should not swallow
by Antoine Pitrou
· 15 years ago
ae9f8bd
correct signature
by Benjamin Peterson
· 15 years ago
2773725
condense import
by Benjamin Peterson
· 15 years ago
fed4abc
fold __future__ imports
by Benjamin Peterson
· 15 years ago
5e9cc5e
fix comment
by Benjamin Peterson
· 15 years ago
a9bd6d5
reject None as the buffering argument like the C implementation does #8546
by Benjamin Peterson
· 15 years ago
1f3b4e1
Fix some py3k warnings in the standard library.
by Florent Xicluna
· 15 years ago
f3fa074
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
by Antoine Pitrou
· 15 years ago
98a24de
Remove superfetatory paragraph (left there by mistake).
by Antoine Pitrou
· 15 years ago
e812d29
Issue #7545: improve documentation of the `buffering` argument in io.open().
by Antoine Pitrou
· 15 years ago
fa94e80
Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable.
by Antoine Pitrou
· 15 years ago
1969059
Issue #6215: backport the 3.1 io lib
by Antoine Pitrou
· 15 years ago