summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/python
AgeCommit message (Collapse)AuthorFilesLines
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij1-0/+5
(This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3)
2008-01-10tdb: Add simple reimplementation of tdbdump in Python as an example of the ↵Jelmer Vernooij1-0/+12
tdb Python bindings. (This used to be commit 47d797f7885b1e7bcff724496ecb1990e8440eea)
2008-01-06r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter1-2/+21
Use tempfile.mkstemp() instead of os.tmpnam() in tests. (This used to be commit 5c3c131d174ba0f162c210d3e6ca30f2ed2a3ec0)
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary ↵Jelmer Vernooij1-2/+2
interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a)
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, ↵Jelmer Vernooij1-0/+6
fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6)
2007-12-21r26107: Add more tests.Jelmer Vernooij1-0/+22
(This used to be commit afa5f7c9e9fe29aaec0a5e3f9cda9d7567b3b254)
2007-12-21r26077: Import updated TDB bindings.Jelmer Vernooij1-0/+97
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)