cpython/Lib/bsddb
Gregory P. Smith 568065e9d1 Fixes issue1371 and reenables those tests.
Merge r58757 and r58758 from trunk.
Undoes incorrect dbtables fix and errant strdup introduced as
described below:

r58757 | gregory.p.smith | 2007-11-01 14:08:14 -0700 (Thu, 01 Nov 2007) | 4 lines

Fix bug introduced in revision 58385.  Database keys could no longer
have NULL bytes in them.  Replace the errant strdup with a
malloc+memcpy.  Adds a unit test for the correct behavior.

r58758 | gregory.p.smith | 2007-11-01 14:15:36 -0700 (Thu, 01 Nov 2007) | 3 lines

Undo revision 58533 58534 fixes.  Those were a workaround for
a problem introduced by 58385.
2007-11-01 21:55:08 +00:00
..
test Fixes issue1371 and reenables those tests. 2007-11-01 21:55:08 +00:00
__init__.py reapply of r57378 to fix bug 1725856 2007-08-24 05:32:10 +00:00
db.py Convert raise statements in bsddb. 2007-08-22 21:45:20 +00:00
dbobj.py Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
dbrecio.py Convert raise statements in bsddb. 2007-08-22 21:45:20 +00:00
dbshelve.py Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
dbtables.py Fixes issue1371 and reenables those tests. 2007-11-01 21:55:08 +00:00
dbutils.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00