summaryrefslogtreecommitdiffstats
path: root/Modules/_testbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()Charles-Francois Natali2013-05-201-30/+30
* _testbuffer.c: In all current use cases of cmp_structure() dest->format andStefan Krah2012-09-061-3/+2
* Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.Stefan Krah2012-08-231-2/+14
* Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-281-0/+44
* Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-161-0/+7
* Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-051-14/+15
* Issue #14181: Test creating memoryviews from a static exporter with bothStefan Krah2012-03-051-1/+125
* Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-051-10/+15
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-0/+2683