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