Antoine Pitrou
|
35b7e837ab
|
Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk.
Reviewed on IRC by Georg Brandl, with assistance by Benjamin Peterson.
|
2009-01-03 19:20:36 +00:00 |
Antoine Pitrou
|
ee58fa484e
|
#3560: cleanup C memoryview API
|
2008-08-19 18:22:14 +00:00 |
Christian Heimes
|
90aa7646af
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
Travis E. Oliphant
|
fe9bed02e4
|
Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified.
|
2007-10-12 23:27:53 +00:00 |
Travis E. Oliphant
|
8ae62b6094
|
Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object.
|
2007-09-23 02:00:13 +00:00 |
Sean Reifscheider
|
54cf12b625
|
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
|
2007-09-17 17:55:36 +00:00 |
Travis E. Oliphant
|
b99f762f10
|
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
|
2007-08-18 11:21:56 +00:00 |