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-12 15:39:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5cc6c80a7797c08c884edf94de4fc7b6075e32ce
cpython
/
Modules
/
_io
T
History
Serhiy Storchaka
9da98c0d9a
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
2023-10-25 13:50:16 +03:00
..
clinic
gh-67565: Remove redundant C-contiguity checks (GH-105521)
2023-10-23 12:54:46 +03:00
_iomodule.c
gh-106320: Remove private _PyLong_Sign() (
#108743
)
2023-09-01 09:13:07 +02:00
_iomodule.h
…
bufferedio.c
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
2023-09-23 09:35:30 +03:00
bytesio.c
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
2023-10-25 13:50:16 +03:00
fileio.c
gh-110014: Include explicitly <unistd.h> header (
#110155
)
2023-09-30 20:06:45 +00:00
iobase.c
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
2023-09-23 09:35:30 +03:00
stringio.c
…
textio.c
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
2023-09-23 09:35:30 +03:00
winconsoleio.c
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
2023-10-20 12:52:31 +01:00