]> granicus.if.org Git - python/commit
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol...
authorTravis E. Oliphant <oliphant@enthought.com>
Sat, 18 Aug 2007 11:21:56 +0000 (11:21 +0000)
committerTravis E. Oliphant <oliphant@enthought.com>
Sat, 18 Aug 2007 11:21:56 +0000 (11:21 +0000)
commitb99f762f10edb2646a634c2290ecb064bd52e5c7
treee0a354d42dccb18b7b2c99ed2733c135135a50af
parent3de862df45480438dc6756103109ea9010d2825e
Merged in py3k-buffer branch to main line.  All objects now use the buffer protocol in PEP 3118.
22 files changed:
Include/Python.h
Include/abstract.h
Include/bytesobject.h
Include/memoryobject.h [new file with mode: 0644]
Include/object.h
Include/pyerrors.h
Makefile.pre.in
Modules/_ctypes/_ctypes.c
Modules/_sre.c
Modules/arraymodule.c
Modules/mmapmodule.c
Objects/abstract.c
Objects/bufferobject.c
Objects/bytesobject.c
Objects/exceptions.c
Objects/memoryobject.c [new file with mode: 0644]
Objects/stringobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/bltinmodule.c
Python/getargs.c
Python/marshal.c