Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
09979a137a225a0f447ad7cf49b3961e1875bff9
/
Modules
/
_fileio.c
09979a1
Issue #3945: Fixed compile error on cygwin. (initializer element is not constant)
by Hirokazu Yamamoto
· 17 years ago
f22c26e
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
by Benjamin Peterson
· 17 years ago
901e471
#3662: Fix segfault introduced when fixing memory leaks.
by Neal Norwitz
· 17 years ago
18aa388
Fix:
by Neal Norwitz
· 17 years ago
f91d46a
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by Martin v. Löwis
· 17 years ago
eb77fe4
fix issue3304 - remove an incorrect PyMem_Free in fileio_init
by Gregory P. Smith
· 17 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
1aed624
Backport fast alternate io.BytesIO implementation.
by Alexandre Vassalotti
· 17 years ago
10ed0f5
Remove all traces of HAVE_STRERROR.
by Brett Cannon
· 17 years ago
7f39c9f
Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0.
by Christian Heimes
· 18 years ago