index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_buffer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
1
-4/+4
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+15
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-3/+10
|
\
|
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-3/+10
|
*
Backport fc8f1b1c76bf.
Stefan Krah
2012-11-06
1
-14/+4
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-13
1
-5/+1
*
|
Fix copy&paste errors and reformulate the tests.
Stefan Krah
2012-11-04
1
-14/+4
|
/
*
Issue #15814: Use hash function that is compatible with the equality
Stefan Krah
2012-11-02
1
-2/+30
*
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan
2012-08-25
1
-68/+430
*
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
Stefan Krah
2012-08-23
1
-0/+2
*
The latest NumPy revision no longer segfaults here.
Stefan Krah
2012-08-19
1
-6/+0
*
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah
2012-07-28
1
-1/+290
*
Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.
Stefan Krah
2012-05-16
1
-4/+2
*
Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
Stefan Krah
2012-05-12
1
-3/+3
*
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
Stefan Krah
2012-03-05
1
-0/+6
*
Issue #14181: Test creating memoryviews from a static exporter with both
Stefan Krah
2012-03-05
1
-0/+94
*
Issue #10181: The decision was to raise a buffer error in memory_exit()
Stefan Krah
2012-03-05
1
-5/+6
*
Issue #14181: Allow memoryview construction from an object that uses the
Stefan Krah
2012-03-05
1
-0/+90
*
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-0/+3437
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-56/+0
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-0/+12
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-0/+44