Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 |