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-03 02:00:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ef1a8b62bc04b60c827a0f0745cbc84e534dcf19
cpython
/
Modules
/
_io
T
History
Antoine Pitrou
7f8f41808b
Issue
#10750
: The
raw
attribute of buffered IO objects is now read-only.
2010-12-21 21:20:59 +00:00
..
_iomodule.c
In open(), only set the buffer size from st.st_blksize when it is greater
2010-10-27 19:45:43 +00:00
_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
#10180
: Pickling file objects is now explicitly forbidden, since
2010-11-05 21:15:39 +00:00
iobase.c
…
stringio.c
…
textio.c
Issue
#10180
: Pickling file objects is now explicitly forbidden, since
2010-11-05 21:15:39 +00:00