This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-07-29 13:16:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
192d17c3fd9945104bc0303cf248bb0d074d260e
cpython
/
Modules
/
_io
T
History
3 people
Radislav Chugunov
GitHub
Inada Naoki
52586f930f
gh-119506: fix
_io.TextIOWrapper.write()
write during flush (
#119507
)
...
Co-authored-by: Inada Naoki <
[email protected]
>
2024-06-03 16:47:36 +09:00
..
clinic
gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (
#119712
)
2024-05-29 11:37:04 +02:00
_iomodule.c
gh-116322: Add Py_mod_gil module slot (
#116882
)
2024-05-03 11:30:55 -04:00
_iomodule.h
…
bufferedio.c
gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffer size (GH-118037)
2024-04-23 18:51:20 +03:00
bytesio.c
gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)
2024-03-22 11:25:38 +00:00
fileio.c
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module (GH-117773)
2024-04-12 12:22:17 +03:00
iobase.c
…
stringio.c
…
textio.c
gh-119506: fix
_io.TextIOWrapper.write()
write during flush (
#119507
)
2024-06-03 16:47:36 +09:00
winconsoleio.c
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
2024-03-18 11:48:50 +00:00