cpython/Lib/bsddb
Trent Nelson 6e7e137cff Merged revisions 64368-64369 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade

........
  r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line

  Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25.  Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project.  This was a conscious decision and actually makes everything far more easier to manage.  With this approach, entire test suite passed straight off the bat.  Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short.  10 seconds seems to be fine for me, but I'll make sure Jesus verifies.  More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now).
........
  r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line

  Bump Berkeley DB version from 4.4.20 to 4.7.25.
........
2008-06-27 02:30:34 +00:00
..
test Merged revisions 64368-64369 via svnmerge from 2008-06-27 02:30:34 +00:00
__init__.py Fix issue2669: bsddb simple/legacy interface iteration silently fails 2008-05-25 08:28:29 +00:00
db.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
dbobj.py Support linking of the bsddb module against BerkeleyDB 4.5.x 2007-01-05 01:59:42 +00:00
dbrecio.py Fix errors found by pychecker 2006-06-11 08:35:14 +00:00
dbshelve.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
dbtables.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
dbutils.py email address update 2007-09-09 20:25:00 +00:00