• Home
  • Raw
  • Download

Lines Matching refs:bsddb

16355 - Issue #3776: Deprecate the bsddb package for removal in 3.0.
16367 - The bsddb module (and therefore the dbm.bsd module) has been removed.
16398 - bsddb code updated to version 4.7.3pre2. This code is the same than
16424 - Issue #3791: Remove the bsddb module from the Windows installer, and the
16425 core bsddb library from the Windows build files.
17731 - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
18071 - bsddb: added the DB_ARCH_REMOVE flag and fixed db.DBEnv.log_archive() to
18074 - bsddb: added support for the DBEnv.log_stat() and DBEnv.lsn_reset() methods
18078 - bsddb: added an interface for the BerkeleyDB >= 4.3 DBSequence class.
18081 - bsddb: fix DBCursor.pget() bug with keyword argument names when no data
18084 - bsddb: the __len__ method of a DB object has been fixed to return correct
18088 - bsddb: the bsddb.dbtables Modify method now raises the proper error and
18092 - bsddb: multithreaded DB access using the simple bsddb module interface
18094 deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
18294 - Fixed bsddb.db.DBError derived exceptions so they can be unpickled.
18296 - Bug #1117761: bsddb.*open() no longer raises an exception when using
18299 - Bug #1149413: bsddb.*open() no longer raises an exception when using
18302 - Bug #1332852: bsddb module minimum BerkeleyDB version raised to 3.3
18799 - Add bsddb.db.DBEnv.set_tx_timestamp allowing time based database recovery.
18801 - Bug #1413192, fix seg fault in bsddb if a transaction was deleted
18815 - Fix 64-bit problems in bsddb.
18831 - Patch #1407992, fixes broken bsddb module db associate when using
18834 - Get bsddb module to build with BerkeleyDB version 4.4
18836 - Get bsddb module to build with BerkeleyDB version 3.2
19228 - Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
20879 - The bsddb module and dbhash module now support the iterator and
22189 Tools/scripts directory to facilitate conversion from the old bsddb module
22275 - The bsddb module now ships with Sleepycat's 4.1.25.NC, the latest
22687 been added as the package bsddb. The traditional bsddb module is
22724 - The bsddb.*open functions can now take 'None' as a filename.
22725 This will create a temporary in-memory bsddb that won't be
23148 - The bsddb and dbm module builds have been changed to try and avoid version
23250 except bsddb, give the option '-uall,-bsddb'.
23748 - The dbm module is built using libdb1 if available. The bsddb module
29017 - In whichdb.py, support byte-swapped dbhash (bsddb) files.
29412 - Performance and threading improvements to the socket and bsddb
29702 DevStudio 5.0 now includes new subprojects to build the zlib and bsddb
30927 - The extension modules dbm, gdbm and bsddb now check that the
30930 - The dbhash module is no more. Use bsddb instead. (There's a third
30932 bsddb will be deprecated.)
31810 - New module whichdb recognizes dbm, gdbm and bsddb/dbhash files.
32270 - Bugs in bsddb module fixed (e.g. missing default argument values).
32425 A new dbm-like module, "bsddb", has been added, which uses the BSD DB
32432 The module "anydbm" provides a unified interface to "bsddb", "gdbm",