| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -1/+1 |
| | | | | | Reviewer: Antoine Pitrou #3827 | ||||
| * | #3712: The memoryview object had a reference leak and didn't support cyclic ↵ | Antoine Pitrou | 2008-09-01 | 1 | -0/+32 |
| | | | | | | | garbage collection. Reviewed by Benjamin Peterson. | ||||
| * | 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 ↵ | Christian Heimes | 2007-11-08 | 1 | -0/+25 |
| bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py | |||||
