Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-11-11 | Create `PythonTuple` and `PythonCallable` wrapper classes. | Zachary Turner | 1 | -11/+132 |
2015-11-11 | Add a `PythonModule` class, and a root-level method for resolving names. | Zachary Turner | 1 | -0/+60 |
2015-10-16 | Convert SWIG typemap string operations to PythonObjects. | Zachary Turner | 1 | -0/+11 |
2015-10-15 | Introduce a `PythonFile` object, and use it everywhere. | Zachary Turner | 1 | -0/+9 |
2015-10-14 | Get Python unit tests working with Python 3. | Zachary Turner | 1 | -260/+173 |
2015-10-13 | Fix ref counting of Python objects. | Zachary Turner | 1 | -43/+94 |
2015-10-09 | Port native Python-API to 3.x | Zachary Turner | 1 | -0/+411 |