Files
cpython/Doc/library
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-20 01:53:09 +01:00
2011-11-11 19:55:21 +01:00
2011-10-12 19:10:10 +02:00
2011-09-10 10:08:13 +03:00
2012-01-27 09:14:29 -05:00
2011-10-19 11:06:26 +03:00
2011-11-01 10:32:22 +01:00
2012-01-13 23:43:13 -05:00
2011-10-19 10:58:56 +03:00
2012-01-29 15:38:55 +01:00
2011-10-12 20:10:51 +02:00
2011-10-23 22:23:57 +02:00
2012-01-25 22:36:43 +01:00
2011-10-12 20:10:51 +02:00
2011-12-25 11:44:55 +01:00
2011-10-12 20:10:51 +02:00
2011-10-12 20:10:51 +02:00
2011-11-11 19:58:53 +01:00
2011-10-12 20:10:51 +02:00
2012-02-01 09:08:08 -08:00
2011-10-19 10:58:56 +03:00
2011-10-19 11:06:26 +03:00
2011-10-12 20:10:51 +02:00
2011-11-16 06:02:21 +02:00
2012-02-11 09:52:29 +02:00
2011-10-12 20:10:51 +02:00
2011-10-19 11:06:26 +03:00
2011-10-19 11:06:26 +03:00
2011-11-18 13:51:10 +02:00
2012-02-01 15:15:14 -06:00
2011-09-17 20:40:35 +02:00
2012-01-01 12:56:04 +01:00
2011-10-12 20:10:51 +02:00
2011-12-10 17:50:22 -05:00
2011-12-30 23:09:20 -06:00
2012-02-09 17:55:56 +08:00
2012-02-09 17:55:56 +08:00
2012-02-16 21:44:26 +02:00
2012-02-23 21:17:27 +01:00
2012-02-23 21:17:27 +01:00
2011-11-29 16:34:58 +01:00
2012-02-20 22:34:50 -05:00
2012-01-21 11:00:03 +01:00
2011-10-12 20:10:51 +02:00
2011-10-12 18:53:23 +02:00
2011-10-12 20:10:51 +02:00