summaryrefslogtreecommitdiffstats
path: root/Modules/_io/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80798 via svnmerge fromAntoine Pitrou2010-05-051-703/+703
* Merged revisions 77895-77896 via svnmerge fromAntoine Pitrou2010-01-311-20/+50
* Merged revisions 77781-77782 via svnmerge fromBenjamin Peterson2010-01-271-1/+1
* Merged revisions 76806,76808 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
* Merged revisions 75009 via svnmerge fromAntoine Pitrou2009-09-211-4/+4
* 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