Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use double rather than single quotes for Python strings. | Tavian Barnes | 2011-09-22 | 1 | -9/+9 |
* | Use /usr/bin/env python3 rather than /usr/bin/python3. | Tavian Barnes | 2011-06-16 | 1 | -1/+1 |
* | Make python module more "pythonic". | Tavian Barnes | 2011-06-15 | 1 | -5/+5 |
* | Use Cython for the Python module. | Tavian Barnes | 2011-06-13 | 1 | -10/+13 |
* | Add cameras, objects, and spheres to Python module. | Tavian Barnes | 2011-05-22 | 1 | -2/+2 |
* | Fix Matrix repr() and tests. | Tavian Barnes | 2011-05-20 | 1 | -12/+26 |
* | Add matricies to Python module. | Tavian Barnes | 2011-05-19 | 1 | -0/+13 |
* | Implement Vectors in python. | Tavian Barnes | 2011-05-18 | 1 | -0/+52 |