cpython/Modules/_io
Erlend E. Aasland 235b82721d
gh-101819: Refactor _io in preparation for module isolation (#104334)
- Replace query with parameter in bufferediobase_unsupported()
- Replace query with parameter in iobase_unsupported()
- Hide delegate: Add method wrapper for _PyIOBase_check_seekable
- Hide delegate: Add method wraper for _PyIOBase_check_readable
- Hide delegate: Add method wraper for _PyIOBase_check_writable
- Replace query with parameter in _PyIOBase_check_seekable()
- Replace query with parameter in _PyIOBase_check_readable()
- Replace query with parameter in _PyIOBase_check_writable()
2023-05-09 23:09:03 +00:00
..
clinic gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
_iomodule.c gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264) 2023-05-07 14:01:27 +00:00
_iomodule.h gh-101819: Refactor _io in preparation for module isolation (#104334) 2023-05-09 23:09:03 +00:00
bufferedio.c gh-101819: Refactor _io in preparation for module isolation (#104334) 2023-05-09 23:09:03 +00:00
bytesio.c gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264) 2023-05-07 14:01:27 +00:00
fileio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
iobase.c gh-101819: Refactor _io in preparation for module isolation (#104334) 2023-05-09 23:09:03 +00:00
stringio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
textio.c gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249) 2023-05-07 11:20:34 +02:00
winconsoleio.c gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197) 2023-05-07 11:23:11 +02:00