Logo
Explore Help
Sign In
ada/cpython
0
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
8a250fac15ecb2604461ea5753638269e342eb91
cpython/Modules/_io
History
Gregory P. Smith 990a5feba7 Fixes issue #12268: File readline, readlines and read() or readall() methods
no longer lose data when an underlying read system call is interrupted.
IOError is no longer raised due to a read system call returning EINTR
from within these methods.
2012-06-24 00:23:47 -07:00
..
_iomodule.c
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
2012-06-05 13:43:22 +02:00
_iomodule.h
Fixes issue #12268: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
bufferedio.c
Fixes issue #12268: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
bytesio.c
Issue #8914: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
fileio.c
Fixes issue #12268: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
iobase.c
Fixes issue #12268: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
stringio.c
Issue #14387: Do not include accu.h from Python.h.
2012-03-22 14:42:18 +01:00
textio.c
Fixes issue #12268: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
Powered by Gitea Page: 514ms Template: 41ms
English
English
Licenses API