Barry Warsaw
|
9914227caa
|
Fix compatibility for earlier versions of Python (than 2.3), which
doesn't have UserDict.DictMixin.
|
2003-02-08 03:18:58 +00:00 |
Raymond Hettinger
|
30a634e0a9
|
SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb
to have a full dictionary interface.
|
2003-02-05 04:12:41 +00:00 |
Barry Warsaw
|
f71de3e9a0
|
Everything worked in both the distutils distro and in Python 2.3cvs,
so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
|
2003-01-28 17:20:44 +00:00 |
Barry Warsaw
|
9a0d779c7d
|
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
|
2002-12-30 20:53:52 +00:00 |
Tim Peters
|
77c06fbf94
|
Whitespace normalization.
|
2002-11-24 02:35:35 +00:00 |
Martin v. Löwis
|
7a3bae410d
|
Replace bsddb3 and _db occurrences.
|
2002-11-19 17:48:49 +00:00 |
Martin v. Löwis
|
6aa4a1f29c
|
Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.
|
2002-11-19 08:09:52 +00:00 |