This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 22:55:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_io
History
Victor Stinner
b270b82f11
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
...
Replace "(PyCFunction)(void(*)(void))func" cast with _PyCFunction_CAST(func).
2022-05-03 20:25:41 +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
…
bufferedio.c
…
bytesio.c
…
fileio.c
…
iobase.c
…
stringio.c
…
textio.c
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
2022-05-01 10:44:14 +09:00
winconsoleio.c
…