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-06-05 19:14:37 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
765b9ce9fb357bdb79a50ce51207c827fbd13dd8
cpython
/
Modules
/
_io
T
History
Nikita Sobolev
05e47202a3
gh-114286: Fix
maybe-uninitialized
warning in
Modules/_io/fileio.c
(GH-114287)
2024-01-19 10:25:05 +00:00
..
clinic
gh-112205: Support docstring for
@getter
(
#113160
)
2023-12-20 21:52:12 +09:00
_iomodule.c
…
_iomodule.h
…
bufferedio.c
gh-112205: Support
@setter
annotation from AC (gh-112922)
2023-12-13 14:00:34 +00: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-114286: Fix
maybe-uninitialized
warning in
Modules/_io/fileio.c
(GH-114287)
2024-01-19 10:25:05 +00: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-66060: Use actual class name in _io type's __repr__ (
#30824
)
2024-01-09 21:39:36 +01:00
winconsoleio.c
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (
#113817
)
2024-01-10 23:02:17 +01:00