Antoine Pitrou
|
3013b16b62
|
Merged revisions 88097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
........
|
2011-01-18 19:06:19 +00:00 |
Antoine Pitrou
|
9cf85f144e
|
Merged revisions 84408-84409 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84408 | antoine.pitrou | 2010-09-01 23:14:16 +0200 (mer., 01 sept. 2010) | 4 lines
Issue #9737: Fix a crash when trying to delete a slice or an item from
a memoryview object.
........
r84409 | antoine.pitrou | 2010-09-01 23:14:46 +0200 (mer., 01 sept. 2010) | 3 lines
Fix a compilation warning
........
|
2010-09-01 21:17:34 +00:00 |
Antoine Pitrou
|
1fcdba84be
|
Merged revisions 84391 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84391 | antoine.pitrou | 2010-09-01 14:58:21 +0200 (mer., 01 sept. 2010) | 5 lines
Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
_Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
........
|
2010-09-01 13:02:50 +00:00 |
Antoine Pitrou
|
3266978300
|
Merged revisions 82814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82814 | antoine.pitrou | 2010-07-11 14:12:00 +0200 (dim., 11 juil. 2010) | 4 lines
Issue #7616: Fix copying of overlapping memoryview slices with the Intel
compiler.
........
|
2010-07-11 12:14:05 +00:00 |
Antoine Pitrou
|
526e421b12
|
Issue #7385: Fix a crash in `MemoryView_FromObject` when
`PyObject_GetBuffer` fails. Patch by Florent Xicluna.
|
2010-02-02 22:36:17 +00:00 |
Mark Dickinson
|
08133af12e
|
Issue #7142: Fix uses of unicode in memoryview objects
|
2009-10-15 15:53:58 +00:00 |
Raymond Hettinger
|
62641e9534
|
Issue 6329: Fix iteration for memoryviews.
|
2009-06-23 20:59:43 +00:00 |
Antoine Pitrou
|
789be0c0a0
|
Issue #2396: backport the memoryview object.
|
2009-04-02 21:18:34 +00:00 |