summaryrefslogtreecommitdiffstats
path: root/Modules/_fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80796 via svnmerge fromAntoine Pitrou2010-05-051-607/+607
* Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-271-18/+50
* Merged revisions 75007 via svnmerge fromAntoine Pitrou2009-09-211-4/+4
* Merged revisions 68835 via svnmerge fromAntoine Pitrou2009-01-211-0/+13
* Merged revisions 68755 via svnmerge fromBenjamin Peterson2009-01-191-0/+20
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-3/+4
* Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,...Georg Brandl2009-01-011-4/+4
* Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv...Georg Brandl2008-12-051-3/+5
* Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-4/+9
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-1/+1
* Merged revisions 67052 via svnmerge fromChristian Heimes2008-10-301-2/+4
* Issue #3945: Fixed compile error on cygwin. (initializer element is not const...Hirokazu Yamamoto2008-09-231-1/+1
* #3703 unhelpful _fileio.FileIO error message when trying to open a directoryBenjamin Peterson2008-09-011-1/+3
* #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