summaryrefslogtreecommitdiff
path: root/lib/tdb/python
AgeCommit message (Expand)AuthorFilesLines
2012-07-16pytdb: Check if the database is closed before we touch itAndrew Bartlett1-0/+5
2012-06-12tdb:tests: fix use of a non-existent word (existant)Michael Adam1-2/+2
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-21/+42
2011-06-02lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell1-1/+3
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