summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbshelve.py
Commit message (Expand)AuthorAgeFilesLines
* Convert raise statements in bsddb.Collin Winter2007-08-221-2/+2
* Fix dbshelve and much of dbtables.Martin v. Löwis2007-08-101-12/+15
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-16/+16
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Fixed to the point that all unit tests pass again. (However, I get 4Guido van Rossum2006-08-211-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+5
* Remove apply()Neal Norwitz2006-03-171-2/+2
* * supply a more useful error message when append() is called on theGregory P. Smith2004-03-161-2/+8
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-6/+1
* Whitespace normalization.Tim Peters2003-04-241-3/+0
* Fix compatibility for earlier versions of Python (than 2.3), whichBarry Warsaw2003-02-081-4/+9
* SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojbRaymond Hettinger2003-02-051-1/+2
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-5/+7
* Whitespace normalization.Tim Peters2002-11-241-3/+0
* 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/+291