cpython/Lib/bsddb/test
Gregory P. Smith e947706b10 pybsddb 4.3.2:
* the has_key() method was not raising a DBError when a database error
   had occurred. [SF patch id 1212590]
 * added a wrapper for the DBEnv.set_lg_regionmax method [SF patch id 1212590]
 * DBKeyEmptyError now derives from KeyError just like DBNotFoundError.
 * internally everywhere DB_NOTFOUND was checked for has been updated
   to also check for DB_KEYEMPTY.  This fixes the semantics of a couple
   operations on recno and queue databases to be more intuitive and results
   in less unexpected DBKeyEmptyError exceptions being raised.
2005-06-04 06:46:59 +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 pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison 2005-06-03 07:03:07 +00:00
test_associate.py Adds support for DB.pget and DBCursor.pget methods. 2004-06-28 04:06:49 +00:00
test_basics.py pybsddb 4.3.2: 2005-06-04 06:46:59 +00:00
test_compare.py Whitespace normalization. 2005-06-03 22:40:27 +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 Purged Berkeley code of references to the long-obsolete whrandom. 2004-08-08 00:54:21 +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 pybsddb 4.3.2: 2005-06-04 06:46:59 +00:00
test_thread.py Purged Berkeley code of references to the long-obsolete whrandom. 2004-08-08 00:54:21 +00:00