summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbshelve.py
Commit message (Expand)AuthorAgeFilesLines
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-3/+12
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-7/+26
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-5/+14
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-3/+3
* Fix an uncollectable reference leak in bsddb.db.DBShelf.appendGregory P. Smith2007-10-131-2/+19
* Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.appendGregory P. Smith2007-10-121-2/+5
* Use the highest cPickle protocol in bsddb.dbshelve. This comes fromGregory P. Smith2007-10-091-14/+28
* * 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