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
874211978c8097b8e747c90fa3ff41aacabe340f
cpython
/
Modules
/
_io
History
Serhiy Storchaka
7898043868
Issue
#15989
: Fix several occurrences of integer overflow
...
when result of PyLong_AsLong() narrowed to int without checks.
2013-01-15 01:12:17 +02:00
..
_iomodule.c
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:26:36 +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
merge 3.3 (
#16597
)
2012-12-20 11:55:16 -06:00
bytesio.c
Merge 3.2.
2012-09-08 11:19:27 +02:00
fileio.c
Issue
#15989
: Fix several occurrences of integer overflow
2013-01-15 01:12:17 +02:00
iobase.c
#15796
: merge with 3.2.
2012-09-18 07:21:18 +03:00
stringio.c
Issue
#15841
: The readable(), writable() and seekable() methods of BytesIO
2012-09-05 20:13:48 +02:00
textio.c
Issue
#15989
: Fix several occurrences of integer overflow
2013-01-15 01:12:17 +02:00