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-06 12:49:07 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b178eae3a676473e1c2287a46b4941fc0bcd193f
cpython
/
Modules
/
_io
T
History
Steve Dower
7861dfd26a
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886)
2024-02-12 20:13:13 +00:00
..
clinic
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (
#115016
)
2024-02-05 21:49:17 +01:00
_iomodule.c
…
_iomodule.h
…
bufferedio.c
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163)
2024-02-09 12:36:12 +02:00
bytesio.c
gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221)
2023-12-14 10:04:23 +00:00
fileio.c
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
2024-02-05 22:51:11 +02:00
iobase.c
Fix an incorrect comment in iobase_is_closed (GH-102952)
2024-01-16 18:27:17 +02:00
stringio.c
gh-112205: Support
@setter
annotation from AC (gh-112922)
2023-12-13 14:00:34 +00:00
textio.c
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886)
2024-02-12 20:13:13 +00:00
winconsoleio.c
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (
#113817
)
2024-01-10 23:02:17 +01:00