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
ac14aa51876203be01ac4d62dec53c96dd1883c9
cpython
/
Modules
/
_io
History
Antoine Pitrou
9235b254dc
Issue
#15247
: FileIO now raises an error when given a file descriptor pointing to a directory.
2012-07-06 18:48:24 +02:00
..
_iomodule.c
Fix typo in “seperat{or,ion}”
2012-02-26 02:14:08 +01:00
_iomodule.h
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07:00
bufferedio.c
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07:00
bytesio.c
Merged revisions 86587 via svnmerge from
2010-11-20 17:26:25 +00: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
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07:00
stringio.c
#11565
: Merge with 3.1.
2011-03-16 11:35:38 +02:00
textio.c
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07:00