This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-12 08:16:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_io
History
AngstyDuck
a450398933
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
2021-10-01 21:11:08 +01:00
..
clinic
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00
_iomodule.c
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
2021-09-02 12:58:00 +02:00
_iomodule.h
…
bufferedio.c
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
2021-10-01 21:11:08 +01:00
bytesio.c
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
2021-09-03 16:44:02 +02:00
fileio.c
…
iobase.c
…
stringio.c
…
textio.c
bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146)
2021-04-02 17:38:59 +09:00
winconsoleio.c
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
2021-04-23 23:00:27 +01:00