summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-444/+0
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-021-6/+9
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-211/+116
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-2/+2
* When the _iter_mixin stopped inheritting from UsserDictMixin, it lost theNeal Norwitz2008-03-011-0/+3
* In bsddb, replace UserDict.DictMixin with collections.MutableMapping.Raymond Hettinger2008-02-041-4/+4
* reapply of r57378 to fix bug 1725856Gregory P. Smith2007-08-241-0/+4
* docstring cut n paste correctionGregory P. Smith2007-08-231-1/+1
* Convert raise statements in bsddb.Collin Winter2007-08-221-3/+3
* Wrap set_location.Martin v. Löwis2007-08-101-0/+8
* Make bsddb use bytes as keys and values. Add StringKeysMartin v. Löwis2007-08-051-14/+136
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-3/+3
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-0/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-28/+36
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-8/+10
* Whitespace normalization.Tim Peters2006-02-201-1/+1
* Bug #1210377: close bsddb cursor correctly after NotFoundError.Georg Brandl2006-02-201-1/+4
* Add a unit test for bug fix #1396678.Georg Brandl2006-02-191-4/+3
* Bug #1396678: a closed bsddb.DB raises AttributeError on repr().Georg Brandl2006-02-191-1/+4
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.Martin v. Löwis2005-03-031-2/+2
* Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag whenGregory P. Smith2004-06-271-6/+11
* Fixes SF bug # 778421Gregory P. Smith2004-02-261-1/+1
* __init__.py: keep it compatible with older python (True and False == 1 and 0)Gregory P. Smith2004-01-131-2/+2
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-031-47/+45
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-021-7/+102
* Use a threadsafe private DBEnv for each bsddb compatibility interfaceGregory P. Smith2003-09-271-3/+10
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-2/+9
* Maintain backwards compatibility with python < 2.3 by dynamicallyGregory P. Smith2003-09-201-18/+30
* The previous change works much faster (one lookup per key) whenRaymond Hettinger2003-09-131-0/+9
* SF #662923Raymond Hettinger2003-09-121-1/+10
* 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