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
*
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