1. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 7 years ago
  2. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 7 years ago
  3. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  4. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  5. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  6. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  7. 363af44 Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity by Stefan Krah · 9 years ago
  8. 782952b Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them. by Georg Brandl · 11 years ago
  9. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  10. 527a240 _testbuffer.c: In all current use cases of cmp_structure() dest->format and by Stefan Krah · 12 years ago
  11. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. 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. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  15. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 12 years ago
  16. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 12 years ago
  17. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago