summaryrefslogtreecommitdiff
path: root/lib/tdb/pytdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-20tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell1-10/+0
2009-10-29tdb: fix typo in python's Tdb.get() docstringKirill Smelkov1-1/+1
2009-10-29tdb: kill last bits from swigKirill Smelkov1-1/+1
2009-01-30s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warningsTim Prouty1-4/+0
2009-01-30lib/tdb: include replace.h and system/filesys.h in pytdb.cStefan Metzmacher1-4/+3
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-16/+16
2008-12-18Make sure to not close tdb database more than once.Jelmer Vernooij1-2/+10
2008-12-18Implement missing functions in pytdb.Jelmer Vernooij1-2/+62
2008-12-18Add simple manually written replacement for the tdb module.Jelmer Vernooij1-0/+449