cpython/Modules/_io
Miss Islington (bot) ad2d5ec97e
[3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113808)
io.TextIOWrapper was dropping the internal decoding buffer
during read() and write() calls.
(cherry picked from commit 73c9326563)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2024-01-08 11:00:30 +00:00
..
clinic [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108655) 2023-08-29 22:19:08 +02:00
_iomodule.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
_iomodule.h gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
bufferedio.c GH-104510: Fix refleaks in _io base types (#104516) 2023-05-16 20:08:17 +05:30
bytesio.c [3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) (GH-113096) 2023-12-14 10:28:57 +00:00
fileio.c [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523) 2023-08-27 01:24:40 +02:00
iobase.c [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108655) 2023-08-29 22:19:08 +02:00
stringio.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
textio.c [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113808) 2024-01-08 11:00:30 +00:00
winconsoleio.c gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) 2023-10-20 12:37:31 +00:00