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-05-17 09:58:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9efdccae2575ceb70d722677e816926f5080dcc2
cpython
/
Modules
/
_io
T
History
Benjamin Peterson
fa73555cfc
correct logic when pos is after the string
#10467
2010-11-20 17:24:04 +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
Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static.
2010-11-16 20:07:51 +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