summaryrefslogtreecommitdiffstats
path: root/Modules/_io/bufferedio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-3/+24
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-4/+52
* use NULL for the ends of tablesBenjamin Peterson2009-04-191-4/+4
* 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
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+2139