1. 566facd Merged revisions 88097 via svnmerge from by Antoine Pitrou · 14 years ago
  2. f43f65b Merged revisions 84408-84409 via svnmerge from by Antoine Pitrou · 14 years ago
  3. b83df8f Merged revisions 84391 via svnmerge from by Antoine Pitrou · 14 years ago
  4. dedbbe6 Merged revisions 82814 via svnmerge from by Antoine Pitrou · 14 years ago
  5. 9336818 Merged revisions 77918 via svnmerge from by Antoine Pitrou · 15 years ago
  6. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  7. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  8. 8761855 remove memoryview.__str__ #5182 by Benjamin Peterson · 16 years ago
  9. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  10. 35b7e83 Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. by Antoine Pitrou · 16 years ago
  11. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  12. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  13. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 16 years ago
  14. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  15. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  16. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  17. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  18. 2f89aa6 #2538: bytes objects can only provide read-only buffers by Antoine Pitrou · 16 years ago
  19. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  20. 3900088 Remove locking from buffer protocol as-per discussion. by Travis E. Oliphant · 16 years ago
  21. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  22. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  23. 7b6fc8e Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py by Christian Heimes · 17 years ago
  24. 61ec0d3 Fix some Py_ssize_t warnings on Win64 that were probably bugs by Neal Norwitz · 17 years ago
  25. fe9bed0 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. by Travis E. Oliphant · 17 years ago
  26. be801ac Delete bufferobject.[ch]. by Guido van Rossum · 17 years ago
  27. b35f128 At least one of the buildbots was complaining about newview being used by Neal Norwitz · 17 years ago
  28. 5dde61d Whitespace and line lengrth cleanup. by Guido van Rossum · 17 years ago
  29. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  30. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  31. 666bb41 SF #1777057, fix memoryview('test') so it works in debug mode too. by Neal Norwitz · 17 years ago
  32. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  33. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago