History log of /external/python/cpython2/Lib/test/test_memoryview.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
607965eb7e11b9405e23175d1f8aee3647425a80 11-Jan-2016 Barry Warsaw <barry@python.org> Comment out two tests that won't pass now after reverting the typeobject.c
change. Also, as per further discussion, we'll just remove the regressing
code in typeobject.c
/external/python/cpython2/Lib/test/test_memoryview.py
b8e54dd806e75f3591d8b7f07676a5738dad019d 30-Dec-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22995: Instances of extension types with a state that aren't
subclasses of list or dict and haven't implemented any pickle-related
methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__,
or __getstate__), can no longer be pickled. Including memoryview.
/external/python/cpython2/Lib/test/test_memoryview.py
1f70221b861a3714735251d57695b2f472d0599b 10-Dec-2013 Zachary Ware <zachary.ware@gmail.com> Issue #19572: More silently skipped tests explicitly skipped.
/external/python/cpython2/Lib/test/test_memoryview.py
3013b16b62be7768700d685f6a68e606b5f20e5a 18-Jan-2011 Antoine Pitrou <solipsis@pitrou.net> 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.
........
/external/python/cpython2/Lib/test/test_memoryview.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> 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.
........
/external/python/cpython2/Lib/test/test_memoryview.py
9cf85f144e73a1b1566e536436c066cfab32dac8 01-Sep-2010 Antoine Pitrou <solipsis@pitrou.net> 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
........
/external/python/cpython2/Lib/test/test_memoryview.py
b0f5adc3f4e098b1744eeac65fc830fb1df2b8ab 24-Jan-2010 Ezio Melotti <ezio.melotti@gmail.com> use assert[Not]IsInstance where appropriate
/external/python/cpython2/Lib/test/test_memoryview.py
08133af12e4dee7f688528075d96bb4df94dc0b0 15-Oct-2009 Mark Dickinson <dickinsm@gmail.com> Issue #7142: Fix uses of unicode in memoryview objects
/external/python/cpython2/Lib/test/test_memoryview.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_memoryview.py
62641e9534d7b085e21285921c70f3e8ee786929 23-Jun-2009 Raymond Hettinger <python@rcn.com> Issue 6329: Fix iteration for memoryviews.
/external/python/cpython2/Lib/test/test_memoryview.py
789be0c0a0656d17f831aa781cf7c5d55e5b4835 02-Apr-2009 Antoine Pitrou <solipsis@pitrou.net> Issue #2396: backport the memoryview object.
/external/python/cpython2/Lib/test/test_memoryview.py