Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-20 | cython: Update to latest API and fix deprecation warnings with cython 0.13+ | Martin Szulecki | 1 | -3/+3 | |
2012-03-20 | Python bindings for new sync interface. | Bryan Forbes | 1 | -0/+23 | |
2012-03-20 | More memory leak plugging. Some code cleanup too. | Bryan Forbes | 1 | -14/+15 | |
2012-03-20 | Used issubclass to determine if a class object can be passed. | Bryan Forbes | 1 | -1/+1 | |
2012-03-20 | Use stdlib.free and plist.plist_free. | Bryan Forbes | 1 | -4/+4 | |
2012-03-20 | Implemented hierarchy suggested by Martin S. | Bryan Forbes | 1 | -0/+254 | |
Implemented new BaseService constructors. Moved LockdownClient to lockdown.pxi. Implemented more of the afc interface. |