COMMITS
/ Include/memoryobject.h January 3, 2009
A
Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk.
Antoine Pitrou committed
August 19, 2008
A
#3560: cleanup C memoryview API
Antoine Pitrou committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
October 12, 2007
September 23, 2007
September 17, 2007
S
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed