]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backported PyCapsule from 3.1, and converted most uses of
authorLarry Hastings <larry@hastings.org>
Thu, 25 Mar 2010 00:54:54 +0000 (00:54 +0000)
committerLarry Hastings <larry@hastings.org>
Thu, 25 Mar 2010 00:54:54 +0000 (00:54 +0000)
commit402b73fb8d54ec2b24b52fdd77d389d903fa6c44
treeced928b7f7dce754142742e485ed8e836fbc9486
parent53ff86ea5f0ed27f5eb5b966faf59dac298d6672
Backported PyCapsule from 3.1, and converted most uses of
CObject to PyCapsule.
40 files changed:
Doc/c-api/capsule.rst [new file with mode: 0644]
Doc/c-api/cobject.rst
Doc/c-api/concrete.rst
Doc/data/refcounts.dat
Doc/extending/extending.rst
Include/Python.h
Include/cStringIO.h
Include/cobject.h
Include/datetime.h
Include/py_curses.h
Include/pycapsule.h [new file with mode: 0644]
Include/pyexpat.h
Include/ucnhash.h
Lib/test/test_sys.py
Makefile.pre.in
Misc/NEWS
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_testcapimodule.c
Modules/cStringIO.c
Modules/cjkcodecs/cjkcodecs.h
Modules/cjkcodecs/multibytecodec.c
Modules/cjkcodecs/multibytecodec.h
Modules/datetimemodule.c
Modules/pyexpat.c
Modules/socketmodule.c
Modules/socketmodule.h
Modules/unicodedata.c
Objects/capsule.c [new file with mode: 0644]
Objects/object.c
Objects/unicodeobject.c
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/os2emx/python27.def
PC/os2vacpp/python.def
Python/compile.c
Python/getargs.c