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-02 09:38:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4cbb23f8f278fd1f71dcd5968aa0b3f0b4f3bd5d
cpython
/
Modules
/
_io
T
History
Benjamin Peterson
bbd0a323ae
clear BufferedRWPair weakrefs on deallocation (
closes
#22517
)
2014-09-29 22:46:57 -04:00
..
_iomodule.c
Describe 'surrogateescape' in the documentation.
2013-06-16 12:58:48 -04:00
_iomodule.h
…
bufferedio.c
clear BufferedRWPair weakrefs on deallocation (
closes
#22517
)
2014-09-29 22:46:57 -04: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
#20404
: reject non-text encodings early in TextIOWrapper.
2014-03-02 09:18:31 +01:00