summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbshelve.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-3/+3
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-041-2/+1
* In bsddb, replace UserDict.DictMixin with collections.MutableMapping.Raymond Hettinger2008-02-041-3/+5
* Save bsddb changes for a separate check-in.Raymond Hettinger2008-02-041-2/+2
* Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb...Raymond Hettinger2008-02-041-2/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-13/+28
* Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.appendGregory P. Smith2007-10-131-2/+19
* Merge r58434:Gregory P. Smith2007-10-121-2/+5
* 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