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-09-28 17:37:55 +03:00
2011-09-24 09:14:39 +01:00
2012-02-21 00:33:36 +01:00
2011-12-22 10:05:50 +01:00
2011-10-12 02:54:14 +02:00
2011-08-25 15:01:15 +02:00
2011-11-06 21:06:10 +02:00
2012-01-07 18:26:39 +01:00
2011-08-22 16:05:44 +10:00
2012-02-20 21:31:46 +01:00
2011-10-14 03:03:35 +02:00
2011-10-01 19:20:25 +02:00
2011-12-13 13:22:42 -05:00
2012-02-20 22:06:02 +01:00
2012-02-21 00:33:36 +01:00
2011-11-06 21:02:39 +02:00
2011-08-25 15:01:15 +02:00
2011-12-22 10:03:38 +01:00
2012-01-11 18:17:06 -05:00
2012-02-21 00:33:36 +01:00
2011-12-09 11:29:44 +01:00
2011-12-15 15:34:02 -05:00
2012-01-17 17:13:04 +01:00
2012-01-09 18:33:27 -05:00
2011-10-25 10:05:34 +03:00
2012-01-14 08:58:23 -05:00
2011-11-02 20:30:59 +01:00
2012-02-04 16:44:21 +01:00
2012-02-20 19:46:26 +01:00
2012-02-25 00:43:27 +01:00
2011-12-20 13:58:41 +01:00
2012-02-25 12:24:21 +01:00
2011-11-06 03:04:12 +01:00
2011-12-18 01:17:41 +01:00
2012-02-12 01:51:38 +02:00
2011-09-28 17:37:55 +03:00
2012-01-18 00:22:06 +01:00
2011-10-20 01:06:59 +08:00
2012-02-21 16:08:05 -05:00
2012-02-19 03:54:29 +01:00
2011-11-25 18:56:07 +01:00
2011-11-17 12:23:34 +02:00
2011-12-09 20:49:49 +01:00
2011-11-05 13:43:01 -07:00
2012-01-20 11:01:06 -05:00
2012-01-08 08:42:03 +02:00
2012-01-20 14:57:55 +01:00
2011-08-05 23:05:35 +02:00
2011-11-28 07:26:19 +01:00
2012-02-20 23:37:36 +01:00
2012-02-20 22:48:06 +01:00
2011-10-24 10:31:52 +01:00
2011-12-08 00:02:00 +02:00
2012-02-25 01:22:36 +01:00
2011-11-14 19:07:41 +01:00
2012-02-21 00:33:36 +01:00
2011-12-18 20:22:50 +01:00
2011-12-27 16:52:20 -06:00
2011-10-12 02:54:14 +02:00
2011-09-01 23:08:21 +02:00
2011-08-23 19:46:46 +02:00
2011-11-07 19:43:07 +01:00
2012-01-29 18:43:36 +01:00
2011-10-28 19:44:00 -04:00
2012-02-24 01:44:47 +01:00
2012-01-09 17:10:10 +01:00
2011-12-23 12:40:16 +01:00
2011-12-11 22:37:31 -06:00
2012-02-21 00:33:36 +01:00
2012-01-13 21:43:40 +10:00
2011-11-16 23:43:07 +01:00
2012-01-13 21:43:40 +10:00
2012-01-18 09:32:25 +02:00
2012-02-22 03:33:56 +01:00
2011-10-04 10:22:36 +02:00
2012-02-21 09:25:00 +02:00
2011-10-12 02:54:14 +02:00
2012-01-04 18:57:22 +01:00
2011-11-02 19:36:02 +01:00
2012-02-22 02:46:58 +01:00
2012-02-20 01:48:16 +01:00
2012-02-21 00:34:05 +01:00
2012-01-29 18:43:36 +01:00
2011-11-04 22:29:24 +01:00
2011-10-07 15:26:54 -04:00
2011-10-06 18:57:27 +02:00
2012-02-02 16:50:10 +01:00
2012-01-07 23:26:17 +00:00
2011-10-23 20:07:13 +01:00
2012-02-12 01:51:38 +02:00
2011-12-20 11:49:25 +01:00
2011-08-23 01:39:22 +03:00
2012-02-25 12:24:21 +01:00
2011-11-25 18:56:07 +01:00
2011-10-14 03:03:35 +02:00
2011-12-10 21:14:53 +01:00
2011-10-12 02:54:14 +02:00
2012-02-20 15:20:37 -05:00
2011-09-29 04:36:38 +03:00
2011-10-04 19:06:00 +03:00
2012-02-08 21:15:58 +01:00
2012-02-15 18:53:49 +01:00
2011-11-15 22:27:41 +01:00
2012-02-21 00:33:36 +01:00
2012-01-13 21:43:40 +10:00
2011-09-28 07:41:54 +02:00
2011-11-15 22:27:41 +01:00
2012-01-13 21:06:12 +01:00
2012-02-15 23:44:03 +01:00
2011-09-29 13:49:10 +02:00
2011-12-15 14:31:28 +01:00
2011-08-29 23:09:33 +02:00
2011-08-09 23:03:43 +02:00
2011-10-07 12:01:40 -07:00
2011-12-14 19:29:56 +01:00
2012-02-06 19:54:48 +01:00
2011-11-15 22:27:41 +01:00
2012-01-13 19:41:25 +01:00
2011-12-15 15:34:02 -05:00
2012-02-16 00:35:43 -08:00
2011-11-28 09:27:32 -06:00
2012-02-03 23:16:11 +01:00
2011-10-27 08:20:01 -04:00
2011-11-05 15:17:52 -04:00
2011-09-28 07:41:54 +02:00
2012-02-20 01:48:16 +01:00
2012-02-16 19:51:45 +01:00
2011-10-17 19:55:31 +02:00
2012-02-20 21:31:46 +01:00
2011-08-09 23:18:06 +02:00
2012-02-08 23:48:59 +01:00
2011-10-02 18:36:05 +02:00
2012-02-06 00:58:18 +01:00
2011-12-10 11:07:42 +01:00
2011-08-28 01:24:22 +02:00
2012-01-25 08:02:05 +02:00
2011-11-04 10:16:28 +01:00
2012-02-19 21:22:39 +01:00
2012-02-21 00:33:36 +01:00
2011-10-06 15:27:40 +02:00
2012-02-22 06:02:07 +02:00
2012-01-03 16:24:39 -06:00
2011-10-05 22:37:06 +02:00
2012-02-25 12:24:21 +01:00
2012-01-04 10:12:14 -06:00
2011-12-10 20:38:14 +01:00
2011-11-08 16:39:26 +01:00
2011-11-25 21:29:27 +01:00
2012-02-08 21:30:02 +01:00
2012-02-08 23:03:19 +01:00
2012-01-19 00:44:45 -06:00
2011-10-06 18:57:27 +02:00
2011-10-21 21:57:36 +03:00
2011-11-09 01:13:45 +01:00
2012-01-14 13:23:30 -05:00
2012-02-20 22:24:29 -05:00
2012-01-04 14:47:30 +08:00
2012-01-25 08:02:05 +02:00
2012-02-21 00:33:36 +01:00
2012-02-20 21:31:46 +01:00
2011-09-24 09:14:39 +01:00
2012-02-21 00:00:06 +01:00
2012-02-16 23:17:31 +01:00
2012-02-16 23:28:35 +01:00
2011-11-28 21:15:22 +01:00
2012-02-18 15:02:10 +01:00
2011-10-20 01:52:41 +08:00
2012-01-13 18:52:16 +01:00
2012-02-23 14:23:17 +02:00
2012-01-12 22:46:19 +01:00