1. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 6 years ago
  2. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  3. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 9 years ago
  4. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  6. 29b40c1 Issue #22668: Merge from 3.4. by Stefan Krah · 10 years ago
  7. 3c0cf05 Issue #22668: Remove endianness assumption in test. by Stefan Krah · 10 years ago
  8. fc341bd Whitespace. by Stefan Krah · 10 years ago
  9. fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 10 years ago
  10. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  11. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  12. a0f169c Close #19078: memoryview now supports reversed by Nick Coghlan · 11 years ago
  13. aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 12 years ago
  14. 3e0a1eb Issue #14930: Make memoryview objects weakrefable. by Richard Oudkerk · 12 years ago
  15. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  16. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  17. ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. by Antoine Pitrou · 14 years ago
  18. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  19. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  20. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 14 years ago
  21. e0793ba Issue #9737: Fix a crash when trying to delete a slice or an item from by Antoine Pitrou · 14 years ago
  22. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  23. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  24. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  25. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  26. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  27. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  28. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 16 years ago
  29. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  30. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  31. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  32. 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