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-11 23:18:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f4e1babf44792bdeb0c01da96821ba0800a51fd8
cpython
/
Modules
/
_io
T
History
Inada Naoki
bfba8c373e
bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002)
2019-05-16 15:03:20 +09:00
..
clinic
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
2019-04-22 20:13:51 +09:00
_iomodule.c
bpo-36900: Replace global conf vars with config (GH-13299)
2019-05-14 17:34:56 +02:00
_iomodule.h
…
bufferedio.c
…
bytesio.c
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
2018-11-27 19:34:35 +02:00
fileio.c
…
iobase.c
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
2019-04-22 20:13:51 +09:00
stringio.c
…
textio.c
bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002)
2019-05-16 15:03:20 +09:00
winconsoleio.c
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
2019-03-13 22:59:55 +02:00