| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Purged Berkeley code of references to the long-obsolete whrandom. | Tim Peters | 2004-08-08 | 1 | -1/+1 |
| | | |||||
| * | Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new | Gregory P. Smith | 2003-09-21 | 1 | -3/+3 |
| | | | | | | | | | | | 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. | ||||
| * | readerThread(): Add max_retries to both DeadlockWrap() calls. This | Barry Warsaw | 2003-07-21 | 1 | -2/+2 |
| | | | | | may cause some tests to fail but it prevents them from hanging. | ||||
| * | Wrap the cursor functions with dbutils.DeadlockWrap to deal with the | Gregory P. Smith | 2003-05-28 | 1 | -2/+2 |
| | | | | | expected DBLockDeadLockErrors. | ||||
| * | Everything worked in both the distutils distro and in Python 2.3cvs, | Barry Warsaw | 2003-01-28 | 1 | -1/+8 |
| | | | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk. | ||||
| * | Cleanups, and conversion of assert to assertEqual() | Barry Warsaw | 2003-01-10 | 1 | -71/+69 |
| | | |||||
| * | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 1 | -21/+26 |
| | | | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25. | ||||
| * | Merge with bsddb3 2002.11.23.10.42.36 | Martin v. Löwis | 2002-11-23 | 1 | -9/+12 |
| | | |||||
| * | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 1 | -0/+487 |
