summaryrefslogtreecommitdiff
path: root/Include/memoryobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* Closes #22668: Merge from 3.4.Stefan Krah2015-01-291-4/+0
|\
| * Issue #22668: Ensure that format strings survive slicing after casting.Stefan Krah2015-01-291-2/+2
|/
* Issue #14930: Make memoryview objects weakrefable.Richard Oudkerk2012-05-281-0/+1
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-45/+39
* Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-211-0/+1
* Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-0/+2
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+4
* Issue #10293: Remove obsolete field in the PyMemoryView structure,Antoine Pitrou2010-11-041-1/+0
* Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo...Antoine Pitrou2009-01-031-35/+35
* #3560: cleanup C memoryview APIAntoine Pitrou2008-08-191-13/+19
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Fix problems with memoryview object. There is still more to do to finish PEP...Travis E. Oliphant2007-10-121-30/+31
* Change PyBuffer to Py_buffer to be consistent with other non-object structure...Travis E. Oliphant2007-09-231-2/+2
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-171-3/+3
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-0/+67