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-09 22:20:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48c70b8f7dfd00a018abbac50ea987f54fa4db51
cpython
/
Modules
/
_io
T
History
Giovanni Siragusa
31f16e427b
gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933)
2024-12-02 14:18:30 +01:00
..
clinic
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (
#127310
)
2024-11-29 11:12:13 +01:00
_iomodule.c
…
_iomodule.h
…
bufferedio.c
…
bytesio.c
…
fileio.c
gh-120754: _io Ensure stat cache is cleared on fd change (
#125166
)
2024-11-01 22:50:49 +01:00
iobase.c
…
stringio.c
gh-127182: Fix
io.StringIO.__setstate__
crash when
None
is the first value (
#127219
)
2024-11-25 20:32:02 +03:00
textio.c
gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933)
2024-12-02 14:18:30 +01:00
winconsoleio.c
gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059)
2024-11-27 13:38:12 +02:00