Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-18 | Remove pyldb_util and simply duplicate the 5-line function it contains, | Jelmer Vernooij | 1 | -1/+0 | |
rather than creating a separate shared library for it. | |||||
2009-06-02 | Fix finding the LDB header files in the system in pyldb_util. | Jelmer Vernooij | 1 | -0/+1 | |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 1 | -10/+7 | |
2008-12-23 | pyldb: Avoid use of pytalloc, as it may not be available. | Jelmer Vernooij | 1 | -18/+38 | |
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -2/+2 | |
2008-12-21 | Fix more introduced regressions in new bindings. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-21 | Implement some of the stubs in misc python module. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-20 | Use plain C implementation for misc Python module rather than SWIG. | Jelmer Vernooij | 1 | -2/+2 | |
2008-12-19 | Fix more tests. | Jelmer Vernooij | 1 | -1/+22 | |
2008-12-19 | Initial work using manual Python bindings for LDB, rather than ↵ | Jelmer Vernooij | 1 | -0/+59 | |
SWIG-generated ones. |