summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix py3k warnings in bsddbAntoine Pitrou2009-10-141-1/+1
|
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-1/+1
| | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
* Remove a dict.has_key() use to silence a warning raised under -3.Brett Cannon2008-08-021-1/+1
|
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-1/+7
| | | | | | | | | | | | | This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2
* email address updateGregory P. Smith2007-09-091-1/+1
|
* - bsddb: multithreaded DB access using the simple bsddb module interfaceGregory P. Smith2006-06-151-3/+3
| | | | | | now works reliably. It has been updated to use automatic BerkeleyDB deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry database calls that would previously deadlock. [SF python bug #775414]
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-6/+1
| | | | | | | | | | features in BerkeleyDB not exposed. notably: the DB_MPOOLFILE interface has not yet been wrapped in an object. Adds support for building and installing bsddb3 in python2.3 that has an older version of this module installed as bsddb without conflicts. The pybsddb.sf.net build/packaged version of the module uses a dynamicly loadable module called _pybsddb rather than _bsddb.
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-2/+7
| | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-15/+18
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* Fix typo in except clause (_db should be _bsddb).Guido van Rossum2002-12-021-1/+1
|
* Whitespace normalization.Tim Peters2002-11-241-1/+0
|
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-15/+21
|
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+69