summaryrefslogtreecommitdiffstats
path: root/Modules/_testbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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