summaryrefslogtreecommitdiffstats
path: root/Modules/_io/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-151-2/+1
* Merged revisions 80796 via svnmerge fromAntoine Pitrou2010-05-051-700/+700
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-0/+6
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-20/+50
* don't accept bytes in FileIO.write #7785Benjamin Peterson2010-01-271-1/+1
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
* 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