cpython/Lib/bsddb
Gregory P. Smith 1281f76606 * supply a more useful error message when append() is called on the
wrong type of database in dbshelve.
* fix a typo in the exception name when checking args
2004-03-16 18:50:26 +00:00
..
test bugfix for people executing test_all to run the test suite. (call the 2004-03-16 07:07:06 +00:00
__init__.py Fixes SF bug # 778421 2004-02-26 10:07:14 +00:00
db.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
dbobj.py Support DBEnv.set_shm_key() to allow multi-threaded multi-process 2003-08-28 21:50:30 +00:00
dbrecio.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
dbshelve.py * supply a more useful error message when append() is called on the 2004-03-16 18:50:26 +00:00
dbtables.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
dbutils.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00