summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/python/tests/simple.py
Commit message (Expand)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-152/+0
* Add __repr__ implementation for Tdb.Jelmer Vernooij2008-05-191-2/+5
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-121-0/+5
* r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2008-01-061-2/+21
* r26586: Rename fetch to get for consistency with the Python dictionary interf...Jelmer Vernooij2007-12-261-2/+2
* r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij2007-12-261-0/+6
* r26107: Add more tests.Jelmer Vernooij2007-12-211-0/+22
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-211-0/+97