summaryrefslogtreecommitdiffstats
path: root/Modules/_io/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75007 via svnmerge fromAntoine Pitrou2009-09-211-4/+4
* Merged revisions 73603 via svnmerge fromHirokazu Yamamoto2009-06-281-5/+2
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-32/+32
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-3/+18
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-171-1/+1
* Silence a compiler warning.Raymond Hettinger2009-05-151-1/+1
* Rename utf8b error handler to surrogateescape.Martin v. Löwis2009-05-101-1/+1
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-051-1/+1
* 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/+1034