summaryrefslogtreecommitdiff
path: root/Lib/test/test_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007)Serhiy Storchaka2017-10-161-2/+3
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.Stefan Krah2015-11-101-0/+5
* Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-2/+27
* Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-201-4/+4
|\
| * Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-201-4/+4
* | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...Antoine Pitrou2015-03-191-6/+50
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-101-0/+15
|\ \ | |/
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-101-0/+15
* | Issue #22445: PyBuffer_IsContiguous() now implements precise contiguityStefan Krah2015-02-011-0/+13
* | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-221-1/+1
|/
* Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-3/+10
|\
| * Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-3/+10
| * Backport fc8f1b1c76bf.Stefan Krah2012-11-061-14/+4
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-5/+1
* | 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