COMMITS
/ Modules/_testbuffer.c May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
February 24, 2020
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
July 26, 2018
S
bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414)
Serhiy Storchaka committed
July 7, 2018
B
Make various internal _testbuffer symbols static. (GH-8160)
Benjamin Peterson committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
January 8, 2017
S
Add comment why the change in d83884b3a427 wasn't necessary.
Stefan Krah committed
S
Revert part of 3cb3e224b692 in code that I maintain.
Stefan Krah committed
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