cpython/Lib/bsddb
Gregory P. Smith 455d46f0d9 bsddb 4.1.6:
* Extended DB & DBEnv set_get_returns_none functionality to take a
   "level" instead of a boolean flag.  The boolean 0 and 1 values still
   have the same effect.  A value of 2 extends the "return None instead
   of raising an exception" behaviour to the DBCursor set methods.
   This will become the default behaviour in pybsddb 4.2.
 * Fixed a typo in DBCursor.join_item method that made it crash instead
   of returning a value.  Obviously nobody uses it.  Wrote a test case
   for join and join_item.
2003-07-09 04:45:59 +00:00
..
test bsddb 4.1.6: 2003-07-09 04:45:59 +00:00
__init__.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
db.py Replace bsddb3 and _db occurrences. 2002-11-19 17:48:49 +00:00
dbobj.py bsddb 4.1.6: 2003-07-09 04:45:59 +00:00
dbrecio.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
dbshelve.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
dbtables.py bsddb 4.1.6: 2003-07-09 04:45:59 +00:00
dbutils.py Everything worked in both the distutils distro and in Python 2.3cvs, 2003-01-28 17:20:44 +00:00