]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
authordoko@ubuntu.com <doko@ubuntu.com>
Tue, 19 Mar 2013 21:46:29 +0000 (14:46 -0700)
committerdoko@ubuntu.com <doko@ubuntu.com>
Tue, 19 Mar 2013 21:46:29 +0000 (14:46 -0700)
commit4950a3b6ccb91e0ffe937374836caa825e93c742
treec21a8a4621c1f29eccdebbeca17dbdb0764e20d7
parent868f0aac37cf6c879471c3b8e65e6db623460ce5
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
  db-5.x, and dropping support for db-4.1 and db-4.2.
23 files changed:
Lib/bsddb/__init__.py
Lib/bsddb/dbobj.py
Lib/bsddb/dbshelve.py
Lib/bsddb/dbtables.py
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_compare.py
Lib/bsddb/test/test_db.py
Lib/bsddb/test/test_dbenv.py
Lib/bsddb/test/test_dbshelve.py
Lib/bsddb/test/test_distributed_transactions.py
Lib/bsddb/test/test_early_close.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_replication.py
Lib/bsddb/test/test_sequence.py
Lib/bsddb/test/test_thread.py
Misc/NEWS
Modules/_bsddb.c
Modules/bsddb.h
setup.py