Files
cpython/Lib/test
Stefan Krah 9a2d99e28a - Issue #10181: New memoryview implementation fixes multiple ownership
and lifetime issues of dynamically allocated Py_buffer members (#9990)
  as well as crashes (#8305, #7433). Many new features have been added
  (See whatsnew/3.3), and the documentation has been updated extensively.
  The ndarray test object from _testbuffer.c implements all aspects of
  PEP-3118, so further development towards the complete implementation
  of the PEP can proceed in a test-driven manner.

  Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review
  and many ideas.

- Issue #12834: Fix incorrect results of memoryview.tobytes() for
  non-contiguous arrays.

- Issue #5231: Introduce memoryview.cast() method that allows changing
  format and shape without making a copy of the underlying memory.
2012-02-25 12:24:21 +01:00
..
2011-10-04 10:39:54 +02:00
2011-12-13 13:22:42 -05:00
2012-01-09 18:33:27 -05:00
2012-02-19 03:54:29 +01:00
2011-11-05 13:43:01 -07:00
2012-01-20 11:01:06 -05:00
2011-10-28 19:44:00 -04:00
2011-10-04 10:22:36 +02:00
2011-12-10 21:14:53 +01:00
2011-09-28 07:41:54 +02:00
2011-09-29 13:49:10 +02:00
2012-02-03 23:16:11 +01:00
2011-09-28 07:41:54 +02:00
2012-01-03 16:24:39 -06:00
2011-10-05 22:37:06 +02:00
2012-02-20 22:24:29 -05:00
2012-01-04 14:47:30 +08:00
2012-02-23 14:23:17 +02:00