summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/db.py
Commit message (Collapse)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-60/+0
|
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-11/+20
| | | | | | | | | 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".
* 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