Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `PythonTuple` and `PythonCallable` wrapper classes. | Zachary Turner | 2015-11-11 | 1 | -4/+251 |
* | Add a `PythonModule` class, and a root-level method for resolving names. | Zachary Turner | 2015-11-11 | 1 | -2/+97 |
* | Fix potential file i/o problem with python handles. | Zachary Turner | 2015-10-20 | 1 | -0/+5 |
* | Convert SWIG typemap string operations to PythonObjects. | Zachary Turner | 2015-10-16 | 1 | -5/+33 |
* | Update SWIG typemaps to use `PythonFile`. | Zachary Turner | 2015-10-16 | 1 | -0/+22 |
* | Introduce a `PythonFile` object, and use it everywhere. | Zachary Turner | 2015-10-15 | 1 | -0/+85 |
* | Get Python unit tests working with Python 3. | Zachary Turner | 2015-10-14 | 1 | -39/+28 |
* | Minor cleanup on PythonDataObject constructors. | Zachary Turner | 2015-10-14 | 1 | -0/+6 |
* | Fix ref counting of Python objects. | Zachary Turner | 2015-10-13 | 1 | -193/+152 |
* | Port native Python-API to 3.x | Zachary Turner | 2015-10-09 | 1 | -54/+147 |
* | Convert the ScriptInterpreter system to a plugin-based one. | Zachary Turner | 2015-07-30 | 1 | -0/+522 |