[pybsddb] New Berkeley DB bindings release: 6.1.1

Jesus Cea jcea at jcea.es
Sat Nov 7 02:07:35 CET 2015


This module provides a nearly complete wrapping of the Oracle/Sleepycat
C API for the Database Environment, Database, Cursor, Log Cursor,
Sequence and Transaction objects, and each of these is exposed as a
Python type in the bsddb3.db module. The database objects can use
various access methods: btree, hash, recno, and queue. Complete support
of Berkeley DB distributed transactions. Complete support for Berkeley
DB Replication Manager. Complete support for Berkeley DB Base
Replication. Support for RPC.

Homepage:
https://www.jcea.es/programacion/pybsddb.htm

6.1.1 release:
https://www.jcea.es/programacion/pybsddb.htm#bsddb3-6.1.1

PyPI: https://pypi.python.org/pypi/bsddb3/

ChangeLog:

  * Compatibility with Python 3.5.
  * Code cleanup after dropping Python 2.4/2.5 support.
  * PGP key changed.
  * Support for DB_FORCESYNCENV flag in "DB_ENV.close()".
  * Support for DB_LOG_NOSYNC flag in "DB_ENV.log_set_config()".
  * Fix tests under Windows. See https://bugs.python.org/issue22943 .
  * Solve an incorrect parameter verification with the
    "DB.compact()" method call.
  * Solve a compilation warning when compiling the bindings for
    Python 3.5 and Berkeley DB 4.8, 5.0 or 5.1.

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
jcea at jcea.es - http://www.jcea.es/     _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
jabber / xmpp:jcea at jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://mailman.jcea.es/pipermail/pybsddb/attachments/20151107/b77aa0fa/attachment.asc>


More information about the pybsddb mailing list