]> granicus.if.org Git - python/commit
bsddb code updated to version 4.7.3pre2. This code is the same than
authorJesus Cea <jcea@jcea.es>
Sun, 31 Aug 2008 14:12:11 +0000 (14:12 +0000)
committerJesus Cea <jcea@jcea.es>
Sun, 31 Aug 2008 14:12:11 +0000 (14:12 +0000)
commit6ba3329c274e2c7876c61f2e98d4592310d26bae
tree6bb346e892269279fa2011c3e4bd4648b273a7ae
parent73c96dbf34c70bbf1ef807b98d51cf9c0e9dc042
bsddb code updated to version 4.7.3pre2. This code is the same than
Python 2.6 one, since the intention is to keep an unified 2.x/3.x
codebase.

The Python code is automatically translated using "2to3". Please, do not
update this code in Python 3.0 by hand. Update the 2.6 one and then do
"2to3".
33 files changed:
Lib/bsddb/__init__.py
Lib/bsddb/db.py
Lib/bsddb/dbobj.py
Lib/bsddb/dbrecio.py
Lib/bsddb/dbshelve.py
Lib/bsddb/dbtables.py
Lib/bsddb/dbutils.py
Lib/bsddb/test/test_1413192.py [deleted file]
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_associate.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_compare.py
Lib/bsddb/test/test_compat.py
Lib/bsddb/test/test_cursor_pget_bug.py
Lib/bsddb/test/test_dbobj.py
Lib/bsddb/test/test_dbshelve.py
Lib/bsddb/test/test_dbtables.py
Lib/bsddb/test/test_distributed_transactions.py [new file with mode: 0644]
Lib/bsddb/test/test_early_close.py [new file with mode: 0644]
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_pickle.py
Lib/bsddb/test/test_queue.py
Lib/bsddb/test/test_recno.py
Lib/bsddb/test/test_replication.py [new file with mode: 0644]
Lib/bsddb/test/test_sequence.py
Lib/bsddb/test/test_thread.py
Misc/NEWS
Modules/_bsddb.c
Modules/bsddb.h
setup.py