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
4e08fbcfdfa57ea94091aabdd09413708e3fb2bf
cpython
/
Modules
/
_io
T
History
Christian Heimes
774ef28814
gh-84461: Silence some compiler warnings on WASM (GH-93978)
2022-06-20 13:34:40 +02:00
..
clinic
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
_iomodule.c
gh-91156: Fix
encoding="locale"
in UTF-8 mode (GH-70056)
2022-04-14 16:00:35 +09:00
_iomodule.h
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
2022-02-22 17:23:51 -07:00
bufferedio.c
gh-84461: Silence some compiler warnings on WASM (GH-93978)
2022-06-20 13:34:40 +02:00
bytesio.c
…
fileio.c
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
2022-05-12 14:48:38 +09:00
iobase.c
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
2022-03-04 12:35:52 -05:00
stringio.c
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
2022-02-22 17:23:51 -07:00
textio.c
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
2022-05-01 10:44:14 +09:00
winconsoleio.c
…