| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 68212 via svnmerge from | Antoine Pitrou | 2009-01-03 | 1 | -35/+35 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68212 | antoine.pitrou | 2009-01-03 20:20:36 +0100 (sam., 03 janv. 2009) | 4 lines 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. ........ | ||||
| * | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -13/+19 |
| | | |||||
| * | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
| | | |||||
| * | Fix problems with memoryview object. There is still more to do to finish ↵ | Travis E. Oliphant | 2007-10-12 | 1 | -30/+31 |
| | | | | | PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified. | ||||
| * | Change PyBuffer to Py_buffer to be consistent with other non-object ↵ | Travis E. Oliphant | 2007-09-23 | 1 | -2/+2 |
| | | | | | structures like Py_complex. Add some more functionality to the memoryview object. | ||||
| * | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 1 | -3/+3 |
| | | |||||
| * | Merged in py3k-buffer branch to main line. All objects now use the buffer ↵ | Travis E. Oliphant | 2007-08-18 | 1 | -0/+67 |
| protocol in PEP 3118. | |||||
