summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/python
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-162-164/+0
|
* Add __repr__ implementation for Tdb.Jelmer Vernooij2008-05-191-2/+5
| | | | (This used to be commit 205699ed663a3c6d27695dee25bf26978615b475)
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-121-0/+5
| | | | (This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3)
* tdb: Add simple reimplementation of tdbdump in Python as an example of the ↵Jelmer Vernooij2008-01-101-0/+12
| | | | | | tdb Python bindings. (This used to be commit 47d797f7885b1e7bcff724496ecb1990e8440eea)
* r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2008-01-061-2/+21
| | | | | Use tempfile.mkstemp() instead of os.tmpnam() in tests. (This used to be commit 5c3c131d174ba0f162c210d3e6ca30f2ed2a3ec0)
* r26586: Rename fetch to get for consistency with the Python dictionary ↵Jelmer Vernooij2007-12-261-2/+2
| | | | | | interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a)
* r26583: Throw a proper exception in the python code when tdb_open() fails, ↵Jelmer Vernooij2007-12-261-0/+6
| | | | | | fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6)
* r26107: Add more tests.Jelmer Vernooij2007-12-211-0/+22
| | | | (This used to be commit afa5f7c9e9fe29aaec0a5e3f9cda9d7567b3b254)
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-211-0/+97
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)