summaryrefslogtreecommitdiffstats
path: root/Modules/_fileio.c
Commit message (Expand)AuthorAgeFilesLines
* #3662: Fix segfault introduced when fixing memory leaks.Neal Norwitz2008-08-241-1/+1
* Fix:Neal Norwitz2008-08-241-0/+1
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-6/+9
* fix issue3304 - remove an incorrect PyMem_Free in fileio_initGregory P. Smith2008-07-061-1/+0
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-12/+12
* Renamed PyString to PyBytesChristian Heimes2008-05-261-12/+12
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-48/+16
* Remove all traces of HAVE_STRERROR.Brett Cannon2008-03-181-8/+0
* Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...Christian Heimes2008-01-251-0/+927