0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Modules/_io
2024-07-25 17:31:30 +02:00
..
clinic
_iomodule.c Fixes loop variables to be the same types as their limit (GH-120958) 2024-06-24 17:11:47 +01:00
_iomodule.h
bufferedio.c gh-121489: Export private _PyBytes_Join() again (#122267) 2024-07-25 17:31:30 +02:00
bytesio.c
fileio.c gh-120754: Update estimated_size in C truncate (#121357) 2024-07-04 12:59:18 +00:00
iobase.c
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
winconsoleio.c