summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copy&paste errors and reformulate the tests.Stefan Krah2012-11-041-14/+4
* Issue #15814: Use hash function that is compatible with the equalityStefan Krah2012-11-021-2/+30
* Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-251-68/+430
* Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.Stefan Krah2012-08-231-0/+2
* The latest NumPy revision no longer segfaults here.Stefan Krah2012-08-191-6/+0
* Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-281-1/+290
* Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-161-4/+2
* Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bitStefan Krah2012-05-121-3/+3
* Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-051-0/+6
* Issue #14181: Test creating memoryviews from a static exporter with bothStefan Krah2012-03-051-0/+94
* Issue #10181: The decision was to raise a buffer error in memory_exit()Stefan Krah2012-03-051-5/+6
* Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-051-0/+90
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-0/+3437
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-56/+0
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-0/+12
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+44