COMMITS
/ Modules/_testbuffer.c December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
February 1, 2015
S
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
Stefan Krah committed
October 14, 2013
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
September 6, 2012
S
_testbuffer.c: In all current use cases of cmp_structure() dest->format and
Stefan Krah committed
August 23, 2012
S
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
Stefan Krah committed
July 28, 2012
S
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah committed
May 16, 2012
S
Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.
Stefan Krah committed
March 5, 2012
S
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
Stefan Krah committed
S
Issue #14181: Test creating memoryviews from a static exporter with both
Stefan Krah committed
S
Issue #14181: Allow memoryview construction from an object that uses the
Stefan Krah committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed