cpython/Lib/bsddb
Gregory P. Smith 0dcc3cc949 Backport 58532, 58533, 58534:
- Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by
   picking a rowid string with null bytes in it.  Such rows could not
   later be deleted, modified or individually selected.  Existing
   bsdTableDb databases created with such rows are out of luck.
 - Use mkdtemp for the test_dbtables test database environment and
   clean it up afterwards using shutil.rmtree.
2007-10-18 17:15:20 +00:00
..
test Backport 58532, 58533, 58534: 2007-10-18 17:15:20 +00:00
__init__.py backport of r57378 to fix bug 1725856 2007-08-24 05:26:15 +00:00
db.py
dbobj.py support linking the _bsddb extension module against BerkeleyDB 4.5 2007-01-05 02:09:06 +00:00
dbrecio.py
dbshelve.py Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append 2007-10-13 23:05:54 +00:00
dbtables.py Backport 58532, 58533, 58534: 2007-10-18 17:15:20 +00:00
dbutils.py