cpython/Modules/_io
Serhiy Storchaka 5dee6551e2 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. 2016-06-09 16:16:06 +03:00
..
clinic Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. 2016-06-09 16:16:06 +03:00
_iomodule.c issue27186: add open/io.open; patch by Jelle Zijlstra 2016-06-04 14:38:43 -07:00
_iomodule.h Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
bufferedio.c Issue #20699: Merge io bytes-like fixes from 3.5 2016-05-28 01:07:08 +00:00
bytesio.c Issue #20699: Merge io bytes-like fixes from 3.5 2016-05-28 01:07:08 +00:00
fileio.c Issue #27066: Fixed SystemError if a custom opener (for open()) returns a 2016-06-08 17:54:43 -04:00
iobase.c Issue #20699: Merge io bytes-like fixes from 3.5 2016-05-28 01:07:08 +00:00
stringio.c Merge doc and comment fixes from 3.5 2016-04-19 23:23:16 +00:00
textio.c Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error 2016-04-17 09:39:28 +03:00