cpython/Modules/_io
Miss Islington (bot) 2221207f44
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
(cherry picked from commit a450398933)

Co-authored-by: AngstyDuck <solsticedante@gmail.com>
2021-10-01 13:30:15 -07:00
..
clinic bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) 2021-04-23 23:00:27 +01:00
_iomodule.c bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) 2021-04-02 17:38:59 +09:00
_iomodule.h bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) 2020-10-31 01:02:09 +01:00
bufferedio.c bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) 2021-10-01 13:30:15 -07:00
bytesio.c bpo-40268: Remove unused structmember.h includes (GH-19530) 2020-04-15 02:35:41 +02:00
fileio.c bpo-36346: Make using the legacy Unicode C API optional (GH-21437) 2020-07-10 23:26:06 +03:00
iobase.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 2020-10-27 17:12:53 +01:00
stringio.c bpo-40268: Remove unused structmember.h includes (GH-19530) 2020-04-15 02:35:41 +02:00
textio.c bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) 2021-04-02 17:38:59 +09:00
winconsoleio.c bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) 2021-04-23 23:00:27 +01:00