1. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  2. c3fb3c3 Backport fc8f1b1c76bf. by Stefan Krah · 12 years ago
  3. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 12 years ago
  4. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  5. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 12 years ago
  6. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 12 years ago
  7. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  8. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 12 years ago
  9. 094d0e0 Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit by Stefan Krah · 12 years ago
  10. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  11. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 12 years ago
  12. fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 12 years ago
  13. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 12 years ago
  14. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  15. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  16. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  17. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago