summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_memoryview.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Issue 6329: Fix iteration for memoryviews.Raymond Hettinger2009-06-231-0/+6
* Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.Antoine Pitrou2009-01-031-133/+207
* Issue #4569: Interpreter crash when mutating a memoryview with an item size l...Antoine Pitrou2008-12-071-0/+9
* kill memoryview.size in favor of len(view)Benjamin Peterson2008-09-101-1/+1
* #3712: The memoryview object had a reference leak and didn't support cyclic g...Antoine Pitrou2008-09-011-0/+32
* Issue #2394: implement more of the memoryview API.Antoine Pitrou2008-08-191-2/+190
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug...Christian Heimes2007-11-081-0/+25