index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_buffer.py
Commit message (
Expand
)
Author
Age
*
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
Hai Shi
2020-06-25
*
bpo-39689: Do not test undefined casts to _Bool (GH-18964)
Stefan Krah
2020-03-12
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
*
Give proper credit for figuring out and writing PEP-3118 tests. (#18644)
Stefan Krah
2020-02-24
*
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-20
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
*
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Stefan Krah
2019-02-02
*
bpo-34201: Tweak test_buffer. (GH-8481)
Serhiy Storchaka
2018-07-26
*
bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer...
Serhiy Storchaka
2018-07-26
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
*
bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007)
Serhiy Storchaka
2017-10-16
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
Stefan Krah
2015-11-10
*
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah
2015-08-08
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
|
\
|
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
*
|
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...
Antoine Pitrou
2015-03-19
*
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
|
\
|
|
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
*
|
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
Stefan Krah
2015-02-01
*
|
PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...
Raymond Hettinger
2014-11-22
|
/
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
|
\
|
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
|
*
Backport fc8f1b1c76bf.
Stefan Krah
2012-11-06
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-12
*
|
Fix copy&paste errors and reformulate the tests.
Stefan Krah
2012-11-04
|
/
*
Issue #15814: Use hash function that is compatible with the equality
Stefan Krah
2012-11-02
*
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan
2012-08-25
*
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
Stefan Krah
2012-08-23
*
The latest NumPy revision no longer segfaults here.
Stefan Krah
2012-08-19
*
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah
2012-07-28
*
Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.
Stefan Krah
2012-05-16
*
Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
Stefan Krah
2012-05-12
*
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
Stefan Krah
2012-03-05
*
Issue #14181: Test creating memoryviews from a static exporter with both
Stefan Krah
2012-03-05
*
Issue #10181: The decision was to raise a buffer error in memory_exit()
Stefan Krah
2012-03-05
*
Issue #14181: Allow memoryview construction from an object that uses the
Stefan Krah
2012-03-05
*
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24