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
090f7be6dfd4e246cf5bc2db24c2070810d3c98b
cpython
/
Modules
/
_io
History
Andrew Svetlov
737fb89dd1
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
...
Patch by Serhiy Storchaka.
2012-12-18 21:14:22 +02:00
..
_iomodule.c
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:14:22 +02:00
_iomodule.h
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07:00
bufferedio.c
Issue
#15487
: Add a __sizeof__ implementation for buffered I/O objects.
2012-07-29 19:02:46 +02:00
bytesio.c
Issue
#15868
: Fix refleak in bytesio.c (Coverity
#715365
).
2012-09-08 11:12:33 +02:00
fileio.c
Issue
#15247
: FileIO now raises an error when given a file descriptor pointing to a directory.
2012-07-06 18:48:24 +02:00
iobase.c
#15796
: Fix \n in readline docstring. Patch by Serhiy Storchaka.
2012-09-18 07:20:18 +03:00
stringio.c
Issue
#15841
: The readable(), writable() and seekable() methods of BytesIO
2012-09-05 20:11:49 +02:00
textio.c
#15796
: Fix \n in readline docstring. Patch by Serhiy Storchaka.
2012-09-18 07:20:18 +03:00