cpython/Lib/bsddb
Gregory P. Smith be0db8b125 bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length
of the current value without reading the value itself.
2003-10-01 06:48:51 +00:00
..
test bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length 2003-10-01 06:48:51 +00:00
__init__.py Use a threadsafe private DBEnv for each bsddb compatibility interface 2003-09-27 23:00:19 +00:00
db.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
dbobj.py Support DBEnv.set_shm_key() to allow multi-threaded multi-process 2003-08-28 21:50:30 +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 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
dbtables.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
dbutils.py Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00