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-07-24 19:02:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
20f8728bf0cce877c1908b15ddc59e2d1011ad0f
cpython
/
Modules
/
_io
T
History
Serhiy Storchaka
61e2493b83
Issue
#17671
: Fixed a crash when use non-initialized io.BufferedRWPair.
...
Based on patch by Stephen Tu.
2014-02-12 10:52:35 +02:00
..
_iomodule.c
…
_iomodule.h
…
bufferedio.c
Issue
#17671
: Fixed a crash when use non-initialized io.BufferedRWPair.
2014-02-12 10:52:35 +02:00
bytesio.c
…
fileio.c
Issue
#18876
: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
2013-09-04 20:46:33 +02:00
iobase.c
…
stringio.c
…
textio.c
Issue
#19356
: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.
2013-10-23 19:20:21 +02:00