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