summaryrefslogtreecommitdiff
path: root/lib/tdb/python
Commit message (Expand)AuthorAgeFilesLines
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* pytdb tests: add test for storev()Jule Anger2020-05-051-0/+4
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-142-2/+2
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* lib/tdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-2/+3
* tdb: eliminate deprecation warnings in python testsMichael Adam2016-02-161-26/+26
* pytdb: Add tests for text interfacePetr Viktorin2015-07-211-23/+141
* pytdb: Use new dict API on Python 3Petr Viktorin2015-07-211-3/+13
* pytdb: Port to Python 3Petr Viktorin2015-07-211-31/+31
* tdb tests: Remove custom code for "tdb2", which has been split out into ntdb.Jelmer Vernooij2013-12-061-43/+22
* pytdb: Check if the database is closed before we touch itAndrew Bartlett2012-07-161-0/+5
* tdb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-2/+2
* 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