cpython/Modules/_io
Antoine Pitrou de68722ca0 Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. 2014-06-29 20:07:28 -04:00
..
_iomodule.c Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. 2014-06-29 20:07:28 -04:00
_iomodule.h
bufferedio.c add BufferedIOBase.readinto1 (closes #20578) 2014-06-22 14:17:44 -07:00
bytesio.c
fileio.c Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. 2014-06-29 20:07:28 -04:00
iobase.c #15840: make docs consistent by saying operations on closed files raise ValueError. 2014-04-15 21:11:36 -04:00
stringio.c
textio.c Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in a 2014-06-17 23:31:25 +02:00