cpython/Lib/bsddb/test
Gregory P. Smith a7befda8d8 Fixes SF bug # 778421
* Fixed a bug in the compatibility interface set_location() method
   where it would not properly search to the next nearest key when
   used on BTree databases.  [SF bug id 788421]
 * Fixed a bug in the compatibility interface set_location() method
   where it could crash when looking up keys in a hash or recno
   format database due to an incorrect free().
2004-02-26 10:07:14 +00:00
..
__init__.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
test_all.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_associate.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
test_basics.py Fixes SF bug # 778421 2004-02-26 10:07:14 +00:00
test_compat.py Fixes SF bug # 778421 2004-02-26 10:07:14 +00:00
test_dbobj.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_dbshelve.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_dbtables.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
test_env_close.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_get_none.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_join.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_lock.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_misc.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_queue.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_recno.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
test_thread.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00