summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/db.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert raise statements in bsddb.Collin Winter2007-08-221-1/+1
|
* Simplify string comparison using startswith()Steve Holden2005-02-021-1/+1
|
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-4/+11
| | | | | | | | | | 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.
* Replace bsddb3 and _db occurrences.Martin v. Löwis2002-11-191-2/+2
|
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+44