History log of /external/python/cpython2/Modules/_io/_iomodule.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dab305ef059434366e3a0c46533ff3b206e70463 10-Oct-2015 Martin Panter <vadmium+py@gmail.com> Issue #22413: Document newline effect on StringIO initializer and getvalue

Also add to comment in the C code.
/external/python/cpython2/Modules/_io/_iomodule.h
99716166b15bd0a35f5d5a3b84b34b978cc28aef 12-Oct-2012 Gregory P. Smith <greg@krypto.org> Fixes Issue #12268 for the io module - File readline, readlines and
read or readall methods no longer lose data when an underlying read
system call is interrupted within an io module object. IOError is no
longer raised due to a read system call returning EINTR from within
these methods.

This is a backport of changeset 781b95159954 from 3.2.
The earlier 2.7 changeset 67dc99a989cd already fixed this for the
builtin python 2.x file object.
/external/python/cpython2/Modules/_io/_iomodule.h
4b536d477168713c5979140efa114b4a927f17de 31-Mar-2012 Antoine Pitrou <solipsis@pitrou.net> Issue #14437: Fix building the _io module under Cygwin.
/external/python/cpython2/Modules/_io/_iomodule.h
ddd392cbb9a94355a2ea32da4a42371d1333bfb8 13-Dec-2009 Benjamin Peterson <benjamin@python.org> accept None as the same as having passed no argument in file types #7349

This is for consistency with imitation file objects like StringIO and BytesIO.

This commit also adds a few tests, where they were lacking for concerned
methods.
/external/python/cpython2/Modules/_io/_iomodule.h
889d96455a617edcc02204299cae4e0bb41761ec 24-Nov-2009 Mark Dickinson <dickinsm@gmail.com> Issue #7228: Fix format mismatch when printing something of type off_t.
(Should silence some compiler warnings.)
/external/python/cpython2/Modules/_io/_iomodule.h
3ddb52717f19d1fab12911531b6aa0db5b701f56 29-Oct-2009 Mark Dickinson <dickinsm@gmail.com> Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
and PyErr_Format. See issue #7228.
/external/python/cpython2/Modules/_io/_iomodule.h
e8486931b69ee954a9a662c60a5f22a850a6bbeb 28-Oct-2009 Mark Dickinson <dickinsm@gmail.com> Fix format specifier for MSVC
/external/python/cpython2/Modules/_io/_iomodule.h
791181b0fff18a59cc6661462cd393bee6f76182 28-Oct-2009 Mark Dickinson <dickinsm@gmail.com> Replace long long with PY_LONG_LONG
/external/python/cpython2/Modules/_io/_iomodule.h
bf1039d98ceb3dedfe98b8ae8c711db3e67f3e11 27-Oct-2009 Mark Dickinson <dickinsm@gmail.com> Silence gcc warnings when trying to print an off_t using "lld", on platforms
where off_t has type long (e.g., 64-bit Linux).
/external/python/cpython2/Modules/_io/_iomodule.h
e052b64def35c09b777ba7b9e042919a42ab608f 26-Oct-2009 Mark Dickinson <dickinsm@gmail.com> Use correct conversion specifier and length modifier when printing an
integer of type off_t. Also, don't assume that long long is available.
/external/python/cpython2/Modules/_io/_iomodule.h
19690593273a5b210a9b9ea72bd59840d02759b0 12-Jun-2009 Antoine Pitrou <solipsis@pitrou.net> Issue #6215: backport the 3.1 io lib
/external/python/cpython2/Modules/_io/_iomodule.h