You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Antoine Pitrou 9235b254dc Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
..
_iomodule.c Fix typo in “seperat{or,ion}” 14 years ago
_iomodule.h Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
bufferedio.c Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
bytesio.c correct logic when pos is after the string #10467 16 years ago
fileio.c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
iobase.c Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
stringio.c #11565: Merge with 3.1. 15 years ago
textio.c Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago