Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
* | Issue 6329: Fix iteration for memoryviews. | Raymond Hettinger | 2009-06-23 | 1 | -0/+6 |
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 1 | -133/+207 |
* | Issue #4569: Interpreter crash when mutating a memoryview with an item size l... | Antoine Pitrou | 2008-12-07 | 1 | -0/+9 |
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -1/+1 |
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 1 | -0/+32 |
* | Issue #2394: implement more of the memoryview API. | Antoine Pitrou | 2008-08-19 | 1 | -2/+190 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug... | Christian Heimes | 2007-11-08 | 1 | -0/+25 |