summaryrefslogtreecommitdiff
path: root/lib/tdb/python
Commit message (Expand)AuthorAgeFilesLines
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-21/+42
* lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell2011-06-021-1/+3
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-041-0/+6
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-021-0/+6
* pytdb: Make filename argument optional.Jelmer Vernooij2010-09-191-8/+4
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-191-0/+3
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-191-0/+8
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-191-0/+7
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-191-0/+8
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-191-0/+4
* pytdb: Cleanup formatting.Jelmer Vernooij2010-06-191-3/+8
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-252-2/+2
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-10-291-0/+9
* Implement missing functions in pytdb.Jelmer Vernooij2008-12-181-32/+4
* Add simple manually written replacement for the tdb module.Jelmer Vernooij2008-12-181-1/+1
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-172-0/+164