COMMITS
/ Include/memoryobject.h November 23, 2022
V
gh-79315: Add Include/cpython/memoryobject.h header (#99723)
Victor Stinner committed
June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
February 2, 2022
C
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes committed
December 22, 2021
D
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
January 29, 2015
S
Closes #22668: Merge from 3.4.
Stefan Krah committed
S
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah committed
May 28, 2012
R
Issue #14930: Make memoryview objects weakrefable.
Richard Oudkerk committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed
November 21, 2011
A
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
Antoine Pitrou committed
January 6, 2011
M
Remove buffer API from stable ABI for now, see #10181.
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 4, 2010
A
Issue #10293: Remove obsolete field in the PyMemoryView structure,
Antoine Pitrou committed
January 3, 2009
A
Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk.
Antoine Pitrou committed
August 19, 2008
A
#3560: cleanup C memoryview API
Antoine Pitrou committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
October 12, 2007
September 23, 2007
September 17, 2007
S
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed