1. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 6 years ago
  2. 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 6 years ago
  3. 9e66aba bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) by Joannah Nanjekye · 6 years ago
  4. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 7 years ago
  5. 3b5342c bpo-34201: Tweak test_buffer. (GH-8481) by Serhiy Storchaka · 7 years ago
  6. e0d67f1 bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414) by Serhiy Storchaka · 7 years ago
  7. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 7 years ago
  8. 676db4b bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007) by Serhiy Storchaka · 8 years ago
  9. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  10. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 10 years ago
  11. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 10 years ago
  12. ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  13. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  14. 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 10 years ago
  15. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  16. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  17. 363af44 Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity by Stefan Krah · 11 years ago
  18. bb6c0aa PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. by Raymond Hettinger · 11 years ago
  19. 0e61ed8 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 12 years ago
  20. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 12 years ago
  21. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 12 years ago
  22. c3fb3c3 Backport fc8f1b1c76bf. by Stefan Krah · 13 years ago
  23. b716f84 Fix copy&paste errors and reformulate the tests. by Stefan Krah · 13 years ago
  24. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 13 years ago
  25. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
  26. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 13 years ago
  27. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 13 years ago
  28. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 13 years ago
  29. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 13 years ago
  30. 094d0e0 Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit by Stefan Krah · 13 years ago
  31. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 13 years ago
  32. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 13 years ago
  33. fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 13 years ago
  34. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 13 years ago
  35. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  36. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 18 years ago
  37. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 18 years ago
  38. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago