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