summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/Tdb.py
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14897: Do more error checking of tdb function returns and raise IOError orTim Potter1-6/+14
KeyError exceptions as appropriate. Add a close() function to the wrapper as we can't rely on the Python garbage collector destroying the object and closing the tdb file at any particular time. (This used to be commit a40d6c792257315d1eac955718db5ec1df7e07bb)
2007-10-10r14871: We don't need to import UserDict anymore.Tim Potter1-1/+1
(This used to be commit c60a2335383eb277a82dbe073ce9b58f8abf0241)
2007-10-10r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter1-8/+70
(This used to be commit 1c4042e23f3e99f95133313607e2c2904503cf74)
2007-10-10r14804: Start writing a more Pythonic tdb module.Tim Potter1-0/+45
(This used to be commit 4c9af9c1495e0582de8353709d7b79b731a7fc75)