summaryrefslogtreecommitdiff
path: root/lib/tdb/python
AgeCommit message (Expand)AuthorFilesLines
2010-10-04pytdb: Add __version__ attribute.Jelmer Vernooij1-0/+6
2010-10-02pytdb: Add support for tdb_repack()Kirill Smelkov1-0/+6
2010-09-19pytdb: Make filename argument optional.Jelmer Vernooij1-8/+4
2010-09-19pytdb: Add support for tdb_freelist_size()Kirill Smelkov1-0/+3
2010-09-19pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov1-0/+8
2010-09-19pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov1-0/+7
2010-09-19pytdb: Fix repr segfault for internal dbKirill Smelkov1-0/+8
2010-09-19pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov1-0/+4
2010-06-19pytdb: Cleanup formatting.Jelmer Vernooij1-3/+8
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2-2/+2
2009-10-29tdb: add tests for double .close() in pytdbKirill Smelkov1-0/+9
2008-12-18Implement missing functions in pytdb.Jelmer Vernooij1-32/+4
2008-12-18Add simple manually written replacement for the tdb module.Jelmer Vernooij1-1/+1
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij2-0/+164