summaryrefslogtreecommitdiffstats
path: root/Modules/_io
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75941 via svnmerge fromMark Dickinson2009-10-292-26/+9
* Merged revisions 75911 via svnmerge fromMark Dickinson2009-10-281-1/+1
* Merged revisions 75907 via svnmerge fromMark Dickinson2009-10-281-2/+2
* Merged revisions 75881 via svnmerge fromMark Dickinson2009-10-272-3/+14
* Merged revisions 75729 via svnmerge fromMark Dickinson2009-10-272-8/+14
* Merged revisions 75009 via svnmerge fromAntoine Pitrou2009-09-212-7/+7
* Merged revisions 74582 via svnmerge fromAmaury Forgeot d'Arc2009-08-291-4/+9
* Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-132-10/+37
* Merged revisions 74316,74335 via svnmerge fromGeorg Brandl2009-08-131-1/+3
* Merged revisions 74338 via svnmerge fromAntoine Pitrou2009-08-061-0/+13
* just throw a normal AttributeError for no buffer attributeBenjamin Peterson2009-06-141-9/+0
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-128-665/+660
* stop throwing out all errors when PyObject_GetAttr failsBenjamin Peterson2009-06-061-6/+19
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-062-18/+21
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-233-8/+61
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-171-1/+1
* Silence a compiler warning.Raymond Hettinger2009-05-151-1/+1
* correctly handle invalid operations on streams (like writing on a non-writabl...Benjamin Peterson2009-05-141-1/+6
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-143-22/+112
* 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
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-012-8/+99
* use NULL for the ends of tablesBenjamin Peterson2009-04-196-12/+12
* Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.Antoine Pitrou2009-04-191-19/+24
* #5502: accelerate binary buffered IO (especially small operations).Antoine Pitrou2009-04-111-104/+154
* Merge revision 71222 from trunk: #5615: make it possible to configure --witho...Georg Brandl2009-04-051-0/+11
* fix typo #5687Benjamin Peterson2009-04-051-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-048-0/+8923