| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 84408-84409 via svnmerge from | Antoine Pitrou | 2010-09-01 | 1 | -1/+6 |
|
|
* | Merged revisions 84391 via svnmerge from | Antoine Pitrou | 2010-09-01 | 1 | -5/+2 |
|
|
* | Merged revisions 82814 via svnmerge from | Antoine Pitrou | 2010-07-11 | 1 | -11/+3 |
|
|
* | Merged revisions 77918 via svnmerge from | Antoine Pitrou | 2010-02-02 | 1 | -7/+5 |
|
|
* | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
* | Issue 6329: Fix iteration for memoryviews. | Raymond Hettinger | 2009-06-23 | 1 | -32/+51 |
|
|
* | remove memoryview.__str__ #5182 | Benjamin Peterson | 2009-02-08 | 1 | -17/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo... | Antoine Pitrou | 2009-01-03 | 1 | -432/+431 |
|
|
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 1 | -68/+63 |
|
|
* | Issue #4569: Interpreter crash when mutating a memoryview with an item size l... | Antoine Pitrou | 2008-12-07 | 1 | -93/+105 |
|
|
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -7/+0 |
|
|
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 1 | -34/+66 |
|
|
* | Issue #2394: implement more of the memoryview API. | Antoine Pitrou | 2008-08-19 | 1 | -22/+220 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -3/+3 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -15/+18 |
|
|
* | #2538: bytes objects can only provide read-only buffers | Antoine Pitrou | 2008-08-02 | 1 | -5/+5 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -1/+4 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 1 | -3/+0 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -4/+4 |
|
|
* | Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug... | Christian Heimes | 2007-11-08 | 1 | -3/+8 |
|
|
* | Fix some Py_ssize_t warnings on Win64 that were probably bugs | Neal Norwitz | 2007-10-26 | 1 | -2/+2 |
|
|
* | Fix problems with memoryview object. There is still more to do to finish PEP... | Travis E. Oliphant | 2007-10-12 | 1 | -7/+19 |
|
|
* | Delete bufferobject.[ch]. | Guido van Rossum | 2007-10-08 | 1 | -1/+4 |
|
|
* | At least one of the buildbots was complaining about newview being used | Neal Norwitz | 2007-10-07 | 1 | -3/+2 |
|
|
* | Whitespace and line lengrth cleanup. | Guido van Rossum | 2007-09-25 | 1 | -47/+50 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 1 | -13/+72 |
|
|
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 1 | -3/+3 |
|
|
* | SF #1777057, fix memoryview('test') so it works in debug mode too. | Neal Norwitz | 2007-08-19 | 1 | -30/+18 |
|
|
* | Code review of the new buffer protocol. Mostly add questions that should | Neal Norwitz | 2007-08-19 | 1 | -16/+13 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -0/+540 |
|
|