cpython/Lib/bsddb
Gregory P. Smith 9e6468be1d Fix issue2669: bsddb simple/legacy interface iteration silently fails
when database changes size during iteration.

It now behaves like a dictionary, the next attempt to get a value from
the iterator after the database has changed size will raise a RuntimeError.
2008-05-25 08:28:29 +00:00
..
test * Give the test_bsddb3 tests a unique temporary directory to run their 2008-05-25 07:14:09 +00:00
__init__.py Fix issue2669: bsddb simple/legacy interface iteration silently fails 2008-05-25 08:28:29 +00:00
db.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
dbobj.py Support linking of the bsddb module against BerkeleyDB 4.5.x 2007-01-05 01:59:42 +00:00
dbrecio.py Fix errors found by pychecker 2006-06-11 08:35:14 +00:00
dbshelve.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
dbtables.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
dbutils.py email address update 2007-09-09 20:25:00 +00:00