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-26 21:04:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
78edf7576e4bef16a5eda86cbbb912f5ffb208ec
cpython
/
Modules
/
_io
T
History
Antoine Pitrou
5c398e8395
Restore performance of special casings for utf-16 and utf-32 in TextIOWrapper
2011-11-13 04:11:37 +01:00
..
_iomodule.c
Issue
#12797
: Added custom opener parameter to builtin open() and FileIO.open().
2011-10-31 20:34:46 +02:00
_iomodule.h
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
bufferedio.c
Replace {Get,Set,Has}AttrString with *AttrId.
2011-10-14 15:35:36 +02:00
bytesio.c
…
fileio.c
Issue
#12797
: Added custom opener parameter to builtin open() and FileIO.open().
2011-10-31 20:34:46 +02:00
iobase.c
Replace {Get,Set,Has}AttrString with *AttrId.
2011-10-14 15:35:36 +02:00
stringio.c
Issue
#13149
: Speed up append-only StringIO objects.
2011-11-10 21:47:38 +01:00
textio.c
Restore performance of special casings for utf-16 and utf-32 in TextIOWrapper
2011-11-13 04:11:37 +01:00