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-15 15:40:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
16fe75e4e0bbc6eadb97c199272dd4b7616d8042
cpython
/
Modules
/
_io
T
History
Victor Stinner
7234479580
Issue
#9611
: remove useless and dangerous explicit conversion to size_t
2011-01-11 00:04:12 +00:00
..
_iomodule.c
…
_iomodule.h
…
bufferedio.c
Issue
#10750
: The
raw
attribute of buffered IO objects is now read-only.
2010-12-21 21:20:59 +00:00
bytesio.c
correct logic when pos is after the string
#10467
2010-11-20 17:24:04 +00:00
fileio.c
Issue
#9611
: remove useless and dangerous explicit conversion to size_t
2011-01-11 00:04:12 +00:00
iobase.c
…
stringio.c
…
textio.c
Issue
#10872
: The repr() of TextIOWrapper objects now includes the mode
2011-01-09 20:38:15 +00:00