cpython/Modules/_io
Victor Stinner 14489c1bb4
gh-129354: Use PyErr_FormatUnraisable() function (#129656)
Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
2025-02-04 16:21:10 +01:00
..
clinic gh-111178: Generate correct signature for most self converters (#128447) 2025-01-20 12:40:18 +01:00
_iomodule.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00
_iomodule.h gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
bufferedio.c gh-121645: Add PyBytes_Join() function (#121646) 2024-08-30 12:57:33 +00:00
bytesio.c gh-111178: Generate correct signature for most self converters (#128447) 2025-01-20 12:40:18 +01:00
fileio.c gh-129354: Use PyErr_FormatUnraisable() function (#129656) 2025-02-04 16:21:10 +01:00
iobase.c gh-129354: Use PyErr_FormatUnraisable() function (#129656) 2025-02-04 16:21:10 +01:00
stringio.c gh-119182: Use public PyUnicodeWriter in stringio.c (#129243) 2025-01-23 23:31:49 +00:00
textio.c gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933) 2024-12-02 14:18:30 +01:00
winconsoleio.c gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059) 2024-11-27 13:38:12 +02:00