This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f5f65c736745cfd11efee0418dfb98d1ddec93d
cpython
/
Modules
/
_io
History
Antoine Pitrou
8d2b51b46a
Issue
#10253
: FileIO leaks a file descriptor when trying to open a file
...
for append that isn't seekable. Patch by Brian Brazil.
2010-10-30 16:19:14 +00:00
..
_iomodule.c
In open(), only set the buffer size from st.st_blksize when it is greater
2010-10-27 19:45:43 +00:00
_iomodule.h
Issue
#5506
: BytesIO objects now have a getbuffer() method exporting a
2010-09-06 18:48:21 +00:00
bufferedio.c
Issue
#10093
: ResourceWarnings are now issued when files and sockets are
2010-10-29 10:38:18 +00:00
bytesio.c
Issue
#5506
: BytesIO objects now have a getbuffer() method exporting a
2010-09-06 18:48:21 +00:00
fileio.c
Issue
#10253
: FileIO leaks a file descriptor when trying to open a file
2010-10-30 16:19:14 +00:00
iobase.c
Issue
#9854
: The default read() implementation in io.RawIOBase now
2010-09-14 18:37:24 +00:00
stringio.c
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
2010-09-02 19:48:07 +00:00
textio.c
Issue
#10093
: ResourceWarnings are now issued when files and sockets are
2010-10-29 10:38:18 +00:00