Code

Enabled transaction support in the bsddb backend. It uses the anydbm code
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 10 Dec 2001 22:20:01 +0000 (22:20 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 10 Dec 2001 22:20:01 +0000 (22:20 +0000)
commit514e7a08ff789dc6958b137690533c8951efab31
tree50ef91234bba7f9a02946b67ca8e48b1e969b89b
parent3007241ac461fd3bd0ec04b140046939673c8e80
Enabled transaction support in the bsddb backend. It uses the anydbm code
where possible, only replacing methods where the db is opened (it uses the
btree opener specifically.)
Also cleaned up some change note generation.
Made the backends package work with pydoc too.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@452 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/backends/__init__.py
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/cgi_client.py
roundup/roundupdb.py