Files
cpython/Modules
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
..
2012-02-21 13:59:40 +02:00
2011-03-16 12:51:44 +02:00
2012-02-21 11:09:13 -05:00
2011-09-28 07:41:54 +02:00
2011-12-13 13:22:42 -05:00
2012-01-22 20:04:58 -05:00
2011-06-01 19:47:24 +02:00
2011-12-09 23:42:29 +01:00
2011-03-16 11:35:38 +02:00
2011-03-28 17:26:04 -05:00
2012-02-21 22:37:36 +01:00
2011-06-06 20:24:11 -07:00
2011-09-28 07:41:54 +02:00
2011-12-10 17:50:22 -05:00
2011-12-27 16:01:21 -06:00
2011-11-11 19:39:25 +01:00
2012-02-02 20:38:10 +01:00
2011-09-28 07:41:54 +02:00
2012-02-20 22:24:29 -05:00
2012-02-20 22:24:29 -05:00
2012-02-20 22:24:29 -05:00