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 |
Ezio Melotti
|
2623a37852
|
Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line
#9424: Replace deprecated assert* methods in the Python test suite.
........
|
2010-11-21 13:34:58 +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 |
Ezio Melotti
|
b0f5adc3f4
|
use assert[Not]IsInstance where appropriate
|
2010-01-24 16:58:36 +00:00 |
Mark Dickinson
|
08133af12e
|
Issue #7142: Fix uses of unicode in memoryview objects
|
2009-10-15 15:53:58 +00:00 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +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 |