summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/python
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Add __repr__ implementation for Tdb.Jelmer Vernooij1-2/+5
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij1-0/+5
2008-01-10tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij1-0/+12
2008-01-06r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter1-2/+21
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary interf...Jelmer Vernooij1-2/+2
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij1-0/+6
2007-12-21r26107: Add more tests.Jelmer Vernooij1-0/+22
2007-12-21r26077: Import updated TDB bindings.Jelmer Vernooij1-0/+97