COMMITS
/ Modules/_testbuffer.c March 26, 2026
S
gh-146151: memoryview supports 'F' and 'D' format types (complex) (#146241)
Sergey B Kirpichev committed
July 11, 2025
W
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
William S Fulton committed
March 24, 2025
B
gh-111178: fix UBSan failures for `Modules/_testbuffer.c` (#131612)
Bénédikt Tran committed
March 20, 2025
V
gh-111178: Fix function signatures for multiple tests (#131496)
Victor Stinner committed
March 19, 2025
V
gh-111178: Fix function signatures in _testbuffer.c (#131463)
Victor Stinner committed
June 18, 2024
B
gh-120674: Protect multi-line macros in _testbuffer.c and _testcapimodule.c (#120675)
Bénédikt Tran committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 30, 2024
N
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
February 10, 2024
N
gh-114670: Fix `_testbuffer` module initialization (#114672)
Nikita Sobolev committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner committed
November 13, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Victor Stinner committed
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