summaryrefslogtreecommitdiffstats
path: root/Include/memoryobject.h
Commit message (Expand)AuthorAgeFilesLines
* 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