This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4b6fdf3852
cpython
/
Modules
/
_io
History
Amaury Forgeot d'Arc
616453c199
More docstring updates
2010-09-06 22:31:52 +00:00
..
_iomodule.c
Issue
#5506
: BytesIO objects now have a getbuffer() method exporting a
2010-09-06 18:48:21 +00:00
_iomodule.h
Issue
#5506
: BytesIO objects now have a getbuffer() method exporting a
2010-09-06 18:48:21 +00:00
bufferedio.c
Issue
#9617
: Signals received during a low-level write operation aren't
2010-08-21 19:09:32 +00:00
bytesio.c
Issue
#5506
: BytesIO objects now have a getbuffer() method exporting a
2010-09-06 18:48:21 +00:00
fileio.c
Issue
#9293
: I/O streams now raise `io.UnsupportedOperation` when an
2010-09-05 23:01:12 +00:00
iobase.c
More docstring updates
2010-09-06 22:31:52 +00:00
stringio.c
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
2010-09-02 19:48:07 +00:00
textio.c
Issue
#9293
: I/O streams now raise `io.UnsupportedOperation` when an
2010-09-05 23:01:12 +00:00