summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)Gregory P. Smith2004-07-131-6/+11
* Fixes SF bsddb module bug 788421:Gregory P. Smith2004-02-261-1/+1
* simplify some import statements and clean up a docstring and BerkeleyDB libraryGregory P. Smith2003-09-211-1/+1
* Backport Greg's patch (1.7 to 1.8) for backwards code compatability.Raymond Hettinger2003-09-211-18/+30
* Fix documentation bugs.Raymond Hettinger2003-09-161-1/+19
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-16/+16
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-9/+2
* Delete bsddb from sys.modules if _bsddb cannot be imported.Martin v. Löwis2002-11-241-1/+8
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+237