Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1915
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Jesus Cea <jcea@jcea.es> |
| Newsgroups | comp.lang.python.announce |
| Subject | New Berkeley DB bindings release: 6.1.1 |
| Date | Sat, 7 Nov 2015 02:07:35 +0100 |
| Lines | 64 |
| Approved | python-announce-list@python.org |
| Message-ID | <mailman.126.1446996827.16136.python-announce-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FNdaweNGVfoDhj1G5sNgjN6jt8k3wAjmo" |
| X-Trace | news.uni-berlin.de jDI6SLvfzTAM7LsLPrjL9QXJHvDb/hgxdwVqcw3XwctA== |
| Return-Path | <jcea@jcea.es> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'cleanup': 0.07; 'objects,': 0.07; 'api': 0.09; '"my': 0.09; 'bindings': 0.09; 'incorrect': 0.09; 'pgp': 0.09; 'replication': 0.09; 'python': 0.10; '"things': 0.16; '_/_/': 0.16; '_/_/_/': 0.16; '_/_/_/_/_/': 0.16; 'cea': 0.16; 'dropping': 0.16; 'dump"': 0.16; 'dump,': 0.16; 'email addr:jabber.org': 0.16; 'email name:xmpp:jcea': 0.16; 'felicidad': 0.16; 'filename:fname piece:signature': 0.16; 'from:addr:jcea': 0.16; 'from:addr:jcea.es': 0.16; 'from:name:jesus cea': 0.16; 'homepage:': 0.16; 'jabber': 0.16; 'jcea@jcea.es': 0.16; 'leibniz': 0.16; 'message-id:@jcea.es': 0.16; 'otro"': 0.16; 'received:94.23.84': 0.16; 'received:94.23.84.75': 0.16; 'received:io': 0.16; 'received:jcea.es': 0.16; 'received:psf.io': 0.16; 'received:smtp.jcea.es': 0.16; 'release:': 0.16; 'url:jcea': 0.16; 'compilation': 0.18; 'pfxlen:0': 0.18; 'tests': 0.18; 'fix': 0.21; 'to:2**1': 0.21; 'parameter': 0.22; 'subject:release': 0.22; 'nearly': 0.23; 'url:bugs': 0.24; 'module': 0.25; 'header:User- Agent:1': 0.26; 'skip:" 20': 0.26; 'module.': 0.27; 'sequence': 0.27; 'charset:iso-8859-15': 0.28; 'objects': 0.29; 'twitter:': 0.30; 'transaction': 0.30; 'code': 0.30; 'call.': 0.30; 'core': 0.32; 'url:python': 0.33; 'environment,': 0.33; 'received:es': 0.33; 'windows.': 0.33; 'url:org': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'method': 0.37; 'log': 0.38; 'to:addr:python.org': 0.40; 'complete': 0.63; '"el': 0.66; 'amor': 0.66; 'received:94.23': 0.72; 'verification': 0.72; 'url:htm': 0.75; 'url:es': 0.76 |
| X-Enigmail-Draft-Status | N1110 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| X-Spam-Probability-jcea | Ham (0.0%) rz: False [12b357513cace5d20ee16d0d83c8e77b] (None) |
| X-Mailman-Approved-At | Sun, 08 Nov 2015 10:33:47 -0500 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python.announce:1915 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/
Twitter: @jcea _/_/ _/_/ _/_/_/_/_/
jabber / xmpp:jcea@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
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
New Berkeley DB bindings release: 6.1.1 Jesus Cea <jcea@jcea.es> - 2015-11-07 02:07 +0100
csiph-web