aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_buffer.py
Commit message (Expand)AuthorAge
* bpo-40275: Use new test.support helper submodules in tests (GH-21151)Hai Shi2020-06-25
* bpo-39689: Do not test undefined casts to _Bool (GH-18964)Stefan Krah2020-03-12
* bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...MojoVampire2020-03-03
* Give proper credit for figuring out and writing PEP-3118 tests. (#18644)Stefan Krah2020-02-24
* bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-19
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-20
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-20
* bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)Stefan Krah2019-02-02
* bpo-34201: Tweak test_buffer. (GH-8481)Serhiy Storchaka2018-07-26
* bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer...Serhiy Storchaka2018-07-26
* bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)Antoine Pitrou2018-04-14
* bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007)Serhiy Storchaka2017-10-16
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.Stefan Krah2015-11-10
* Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-08
* Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-20
|\
| * Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-20
* | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...Antoine Pitrou2015-03-19
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-10
|\|
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-10
* | Issue #22445: PyBuffer_IsContiguous() now implements precise contiguityStefan Krah2015-02-01
* | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-22
|/
* Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-03
|\
| * Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-03
| * Backport fc8f1b1c76bf.Stefan Krah2012-11-06
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-12
* | Fix copy&paste errors and reformulate the tests.Stefan Krah2012-11-04
|/
* Issue #15814: Use hash function that is compatible with the equalityStefan Krah2012-11-02
* Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-25
* Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.Stefan Krah2012-08-23
* The latest NumPy revision no longer segfaults here.Stefan Krah2012-08-19
* Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-28
* Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-16
* Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bitStefan Krah2012-05-12
* Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-05
* Issue #14181: Test creating memoryviews from a static exporter with bothStefan Krah2012-03-05
* Issue #10181: The decision was to raise a buffer error in memory_exit()Stefan Krah2012-03-05
* Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-05
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-25
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24