This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-11 13:48:08 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v3.1.4
cpython
/
Modules
/
_io
T
History
Victor Stinner
a80987f20d
Issue
#12175
: RawIOBase.readall() now returns None if read() returns None.
2011-05-25 22:47:16 +02:00
..
_iomodule.c
…
_iomodule.h
…
bufferedio.c
Issue
#12062
: Fix a flushing bug when doing a certain type of I/O sequence
2011-05-13 00:13:33 +02:00
bytesio.c
Merged revisions 86587 via svnmerge from
2010-11-20 17:26:25 +00:00
fileio.c
Issue
#12175
: FileIO.readall() now raises a ValueError instead of an IOError if
2011-05-25 22:09:03 +02:00
iobase.c
Issue
#12175
: RawIOBase.readall() now returns None if read() returns None.
2011-05-25 22:47:16 +02:00
stringio.c
#11565
: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 11:05:33 +02:00
textio.c
…