cpython/Modules/_io
2026-06-24 12:47:52 +01:00
..
clinic gh-143008: Fix Null pointer dereferences in TextIOWrapper underlying stream access (#145957) 2026-06-09 12:31:44 +02:00
_iomodule.c gh-150285: Fix too long docstrings in the io module (GH-150287) 2026-05-24 15:02:21 +03:00
_iomodule.h gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
bufferedio.c gh-149816: add missing critical section on self in buffered_iternext (#150295) 2026-05-23 08:57:13 +00:00
bytesio.c gh-150285: Fix too long docstrings in the io module (GH-150287) 2026-05-24 15:02:21 +03:00
fileio.c gh-150285: Fix too long docstrings in the io module (GH-150287) 2026-05-24 15:02:21 +03:00
iobase.c gh-150285: Fix too long docstrings in the io module (GH-150287) 2026-05-24 15:02:21 +03:00
stringio.c gh-149046: fix: correctly handle str subclasses in io.StringIO (#149047) 2026-06-01 13:01:57 +00:00
textio.c gh-151814: Fix unbounded memory growth from repeated empty writes to io.TextIOWrapper (#151817) 2026-06-24 12:47:52 +01:00
winconsoleio.c gh-150285: Fix too long docstrings in the io module (GH-150287) 2026-05-24 15:02:21 +03:00