Files
cpython/Lib
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-01-26 00:15:07 -08:00
2012-01-08 08:42:03 +02:00
2012-02-15 18:13:00 +01:00
2011-11-11 19:39:25 +01:00
2012-02-05 15:24:39 -05:00
2012-02-24 21:48:17 -08:00
2012-02-21 13:59:40 +02:00
2012-01-21 11:55:40 +08:00
2012-02-19 20:55:05 +01:00
2011-12-10 13:02:17 +01:00
2011-11-08 18:39:15 +01:00
2011-11-04 08:29:17 +01:00
2011-11-11 19:39:25 +01:00
2011-12-22 01:15:53 +00:00
2011-12-13 13:22:42 -05:00
2011-12-13 13:22:42 -05:00
2012-02-01 15:15:14 -06:00
2011-11-04 08:29:17 +01:00
2012-01-09 20:02:24 +00:00
2011-11-11 09:41:17 -06:00
2011-11-04 10:22:57 +01:00
2012-02-03 19:09:38 -05:00
2011-12-02 21:25:39 +02:00