summaryrefslogtreecommitdiffstats
path: root/Modules/_io/iobase.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-2/+2
* More docstring updatesAmaury Forgeot d'Arc2010-09-061-4/+5
* Issue #9293: I/O streams now raise `io.UnsupportedOperation` when anAntoine Pitrou2010-09-051-3/+3
* Merged revisions 80720 via svnmerge fromAntoine Pitrou2010-05-031-5/+1
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-2/+2
* Merged revisions 76807 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-7/+2
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-91/+91
* use NULL for the ends of tablesBenjamin Peterson2009-04-191-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+894