cpython/Modules/_io
Cody Maloney cc9b9bebb2
gh-90102: Remove isatty call during regular open (#124922)
Co-authored-by: Victor Stinner <vstinner@python.org>
2024-10-08 08:50:42 +02:00
..
clinic gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) 2024-05-29 11:37:04 +02: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-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069) 2024-03-22 11:25:38 +00:00
fileio.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00
iobase.c gh-121645: Add PyBytes_Join() function (#121646) 2024-08-30 12:57:33 +00:00
stringio.c gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) 2024-06-21 17:19:31 +02:00
textio.c Fix typos in docs, error messages and comments (#123336) 2024-08-28 14:41:04 +03:00
winconsoleio.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00