summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/pyldb.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Initialise 'flags' in new python ldb binding for ldb_connectAndrew Bartlett1-1/+1
2008-12-23Fix silly typo.Jelmer Vernooij1-1/+1
2008-12-23pyldb: Provide replacement for sizeargfunc, not available before Python2.5.Jelmer Vernooij1-0/+1
2008-12-23python: Define Py_ssize_t if the Python library doesn't.Jelmer Vernooij1-0/+6
2008-12-23pyldb: Fix segfault because of incorrect reference counting.Jelmer Vernooij1-7/+20
2008-12-23pyldb: Avoid use of pytalloc, as it may not be available.Jelmer Vernooij1-59/+175
2008-12-23ldb: Include tevent.h rather than events.h.Jelmer Vernooij1-1/+1
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-5/+16
2008-12-21Remove remaining fragments of SWIG code in pyldb.Jelmer Vernooij1-91/+0
2008-12-21Fix more introduced regressions in new bindings.Jelmer Vernooij1-47/+77
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-2/+6
2008-12-20Support subtypes of ldb.Ldb.Jelmer Vernooij1-12/+67
2008-12-20Fix all pyldb tests except for modules.Jelmer Vernooij1-309/+355
2008-12-19Fix more tests.Jelmer Vernooij1-100/+271
2008-12-19Port over more functionality to new SWIGless Python module.Jelmer Vernooij1-290/+337
2008-12-19Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij1-0/+1721