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
dfdae021b93bb7d8d8d64ee9379e77c34709fd75
cpython
/
Modules
/
_io
History
Benjamin Peterson
1c873bf77d
clear BufferedRWPair weakrefs on deallocation (
closes
#22517
)
2014-09-29 22:46:57 -04:00
..
_iomodule.c
properly decref the return value of close()
2014-07-04 17:00:25 -07:00
_iomodule.h
Fixes Issue
#12268
for the io module - File readline, readlines and
2012-10-12 13:02:06 -07:00
bufferedio.c
clear BufferedRWPair weakrefs on deallocation (
closes
#22517
)
2014-09-29 22:46:57 -04:00
bytesio.c
Issue
#15841
: The readable(), writable() and seekable() methods of io.BytesIO
2012-09-05 20:11:49 +02:00
fileio.c
Issue
#21860
: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
2014-09-24 12:54:25 +03:00
iobase.c
#15840
: make docs consistent by saying operations on closed files raise ValueError.
2014-04-15 16:07:52 -04:00
stringio.c
Issue
#15841
: The readable(), writable() and seekable() methods of io.BytesIO
2012-09-05 20:11:49 +02:00
textio.c
Issue
#13461
: Fix a crash in the TextIOWrapper.tell method and in the "replace"
2013-08-20 20:08:53 +03:00