Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ecdead62b4d7d6870c16a95f8dfcb40cd16bf516
/
Modules
/
_io
6391b34
Merged revisions 84814 via svnmerge from
by Antoine Pitrou
· 15 years ago
5cd2d8c
Merged revisions 84438 via svnmerge from
by Antoine Pitrou
· 15 years ago
3ebaed6
Merged revisions 84239 via svnmerge from
by Antoine Pitrou
· 15 years ago
cb4f47c
Merged revisions 83944 via svnmerge from
by Antoine Pitrou
· 15 years ago
607951d
Merged revisions 83411 via svnmerge from
by Antoine Pitrou
· 15 years ago
b26dc46
Untabify Modules/_io/fileio.c
by Antoine Pitrou
· 15 years ago
f7fd8e4
Issue #7865: The close() method of :mod:`io` objects should not swallow
by Antoine Pitrou
· 15 years ago
7c587bf
Issue #8438: Remove reference to the missing "surrogateescape" encoding
by Antoine Pitrou
· 15 years ago
bba8f2d
Revert temporary commit in r79937
by Antoine Pitrou
· 15 years ago
16e026c
Temporary commit of fix to issue #5380 (in order to watch buildbot response)
by Antoine Pitrou
· 15 years ago
4b81bc7
#7706: add include guards where they're missing; required for Windows CE
by Andrew M. Kuchling
· 15 years ago
f3fa074
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
by Antoine Pitrou
· 16 years ago
e812d29
Issue #7545: improve documentation of the `buffering` argument in io.open().
by Antoine Pitrou
· 16 years ago
aef1899
remove unused variable
by Benjamin Peterson
· 16 years ago
ddd392c
accept None as the same as having passed no argument in file types #7349
by Benjamin Peterson
· 16 years ago
889d9645
Issue #7228: Fix format mismatch when printing something of type off_t.
by Mark Dickinson
· 16 years ago
e50efaa
Buffered I/O: optimize lock taking in the common non-contended case.
by Antoine Pitrou
· 16 years ago
3ddb527
Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
by Mark Dickinson
· 16 years ago
e848693
Fix format specifier for MSVC
by Mark Dickinson
· 16 years ago
791181b
Replace long long with PY_LONG_LONG
by Mark Dickinson
· 16 years ago
bf1039d
Silence gcc warnings when trying to print an off_t using "lld", on platforms
by Mark Dickinson
· 16 years ago
e052b64
Use correct conversion specifier and length modifier when printing an
by Mark Dickinson
· 16 years ago
5e9f667
Fix compilation error in debug mode.
by Antoine Pitrou
· 16 years ago
f7820c1
Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords
by Antoine Pitrou
· 16 years ago
fa94e80
Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable.
by Antoine Pitrou
· 16 years ago
f98a267
Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO
by Antoine Pitrou
· 16 years ago
3de4647
Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit.
by Amaury Forgeot d'Arc
· 16 years ago
2a46658
Issue #6236, #6348: Fix various failures in the io module under AIX
by Antoine Pitrou
· 16 years ago
fff896b
#6750: TextIOWrapped could duplicate output when several threads write to it.
by Amaury Forgeot d'Arc
· 16 years ago
20e1f93
Issue #6629: Fix a data corruption issue in the new `io` package, which could
by Antoine Pitrou
· 16 years ago
a3c5609
Issue #4856: Remove checks for win NT.
by Hirokazu Yamamoto
· 16 years ago
9f7baec
backport r73430
by Benjamin Peterson
· 16 years ago
1969059
Issue #6215: backport the 3.1 io lib
by Antoine Pitrou
· 16 years ago