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
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
1
-0/+2
*
gh-106197: Deduplicate tests in `test_buffer` (#106198)
Nikita Sobolev
2023-06-28
1
-1/+1
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
1
-6/+10
*
gh-104371: Fix calls to `__release_buffer__` while an exception is active (#1...
Jelle Zijlstra
2023-05-12
1
-0/+13
*
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Jelle Zijlstra
2023-05-08
1
-0/+170
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-0/+142
*
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Eric Wieser
2023-04-22
1
-2/+4
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
1
-7/+13
*
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
Hai Shi
2020-06-25
1
-1/+2
*
bpo-39689: Do not test undefined casts to _Bool (GH-18964)
Stefan Krah
2020-03-12
1
-0/+4
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
1
-1/+1
*
Give proper credit for figuring out and writing PEP-3118 tests. (#18644)
Stefan Krah
2020-02-24
1
-0/+2
*
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
1
-2/+0
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+12
*
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Stefan Krah
2019-02-02
1
-0/+15
*
bpo-34201: Tweak test_buffer. (GH-8481)
Serhiy Storchaka
2018-07-26
1
-3/+2
*
bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer...
Serhiy Storchaka
2018-07-26
1
-40/+40
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
1
-16/+23
*
bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007)
Serhiy Storchaka
2017-10-16
1
-2/+3
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
Stefan Krah
2015-11-10
1
-0/+5
*
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah
2015-08-08
1
-2/+27
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
1
-4/+4
|
\
|
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
1
-4/+4
*
|
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...
Antoine Pitrou
2015-03-19
1
-6/+50
*
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+15
|
\
\
|
|
/
|
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+15
*
|
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
Stefan Krah
2015-02-01
1
-0/+13
*
|
PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...
Raymond Hettinger
2014-11-23
1
-1/+1
|
/
*
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