summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbtables.py
Commit message (Collapse)AuthorAgeFilesLines
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-84/+96
| | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-56/+100
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* In class bsdTableDB, add class variables db and env (set to None) toGuido van Rossum2002-12-021-0/+5
| | | | | prevent close() called from __del__ from bombing out when __init__() fails early.
* Whitespace normalization.Tim Peters2002-11-241-1/+0
|
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-11/+12
|
* Replace bsddb3 and _db occurrences.Martin v. Löwis2002-11-191-1/+1
|
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+629