- 13 May, 2008 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 02 Mar, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons.
-
- 24 Şub, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
run the test simultaneously. The simplest thing I found that worked on both Windows and Unix was to use the PID. It's unique so should be sufficient. This should prevent many of the spurious failures of the automated tests since they run as different users. Also cleanup the directory consistenly in the tearDown methods. It would be nice if someone ensured that the directories are always created with a consistent name.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 19 May, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 05 Ock, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory
-
- 08 Haz, 2005 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 04 Haz, 2005 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
* the has_key() method was not raising a DBError when a database error had occurred. [SF patch id 1212590] * added a wrapper for the DBEnv.set_lg_regionmax method [SF patch id 1212590] * DBKeyEmptyError now derives from KeyError just like DBNotFoundError. * internally everywhere DB_NOTFOUND was checked for has been updated to also check for DB_KEYEMPTY. This fixes the semantics of a couple operations on recno and queue databases to be more intuitive and results in less unexpected DBKeyEmptyError exceptions being raised.
-
- 27 Haz, 2004 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Fix memory leaks revealed by valgrind and ensuing code inspection. In the existing test suite valgrind revealed two memory leaks (DB_get and DBC_set_range). Code inspection revealed that there were many other potential similar leaks (many on odd code error paths such as passing something other than a DBTxn object for a txn= parameter or in the face of an out of memory error). The most common case that would cause a leak was when using recno or queue format databases with integer keys, sometimes only with an exception exit.
-
- 21 Eyl, 2003 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
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.
-
- 28 Ock, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
-
- 10 Ock, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
hard code it. We want this module to work with Python 2.1 for now.
-
- 31 Ara, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
-
- 24 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-