]> granicus.if.org Git - python/commit
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 21 Sep 2003 00:08:14 +0000 (00:08 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 21 Sep 2003 00:08:14 +0000 (00:08 +0000)
commit41631e8f668c9c2c724731d207edcc39c6fcf38c
tree89612b4cc0c0a621cdd71cf4fa9a3df18e815437
parentcec1b3f6a7e899179c6463145ceff47a6c5bc805
Adds basic support for BerkeleyDB 4.2.x.  Compiles and passes tests; new
features in BerkeleyDB not exposed.  notably: the DB_MPOOLFILE interface
has not yet been wrapped in an object.

Adds support for building and installing bsddb3 in python2.3 that has
an older version of this module installed as bsddb without conflicts.
The pybsddb.sf.net build/packaged version of the module uses a
dynamicly loadable module called _pybsddb rather than _bsddb.
21 files changed:
Lib/bsddb/__init__.py
Lib/bsddb/db.py
Lib/bsddb/dbshelve.py
Lib/bsddb/dbtables.py
Lib/bsddb/dbutils.py
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_associate.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_compat.py
Lib/bsddb/test/test_dbobj.py
Lib/bsddb/test/test_dbshelve.py
Lib/bsddb/test/test_dbtables.py
Lib/bsddb/test/test_env_close.py
Lib/bsddb/test/test_get_none.py
Lib/bsddb/test/test_join.py
Lib/bsddb/test/test_lock.py
Lib/bsddb/test/test_misc.py
Lib/bsddb/test/test_queue.py
Lib/bsddb/test/test_recno.py
Lib/bsddb/test/test_thread.py
Modules/_bsddb.c