Of particular interest to bsddb is the pep3118 buffer API. I updated
the existing bsddb module found in the py3k branch to use it last
fall; you may want to use the changes made to it as an example.
I agree, a single C code base is the only sane way forward for bsddb.
The interesting part is that
On Thu, May 22, 2008 at 1:32 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
>> I would like to print the Berkeley DB release used, also.
>
> Could that be done at build time as well?
>
> Martin
I just added that to python's setup.py as well as made test_bsddb3
print the version to stderr when it
Gregory P. Smith wrote:
> Of particular interest to bsddb is the pep3118 buffer API. I updated
> the existing bsddb module found in the py3k branch to use it last
> fall; you may want to use the changes made to it as an example.
>
> I agree, a single C code base is the only sane way forward for b
Hello!
The first set of betas of Python 2.6 and 3.0 is fast apace. I like to
grab the final chance and clean up the C API of 2.6 and 3.0. I know, I
know, I brought up the topic two times in the past. But this time I mean
it for real! :]
Last time Guido said:
---
I think it can actually be simplif
Hello fellow developers!
I've been busy with personal work in the past weeks. At present I'm
still moving into my new apartment. It has been a real challenge to
install an IKEA kitchen in a house built before WW2 all by myself. On
the one hand it's fun but on the other hand it costs me most of my
Stefan Behnel schrieb:
> will that be included by Python.h by default?
Only in Python 2.6
Christian
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options
2008/5/25 Christian Heimes <[EMAIL PROTECTED]>:
> Hello fellow developers!
>
> I've been busy with personal work in the past weeks. At present I'm
> still moving into my new apartment. It has been a real challenge to
> install an IKEA kitchen in a house built before WW2 all by myself. On
> the one
Guilherme Polo schrieb:
> I see there is one commit of mine that shouldn't be merged, maybe you
> could remove it from there ?
You can easily block it yourself with svnmerge.py:
py3k$ svnmerge.py block -r1234
py3k$ svn ci -F svnmerge-commit-message.txt
Christian
_
Hello,
For those of you who have been using my Mercurial mirrors of the Python SVN
repository, I had to move them to another site as the original site has been
down for a few days for unknown reasons. Here are the new URLs:
http://hg.pitrou.net/public/cpython/trunk/
http://hg.pitrou.net/public/p
On Sun, May 25, 2008 at 7:59 AM, Christian Heimes <[EMAIL PROTECTED]> wrote:
> Hello!
>
> The first set of betas of Python 2.6 and 3.0 is fast apace. I like to
> grab the final chance and clean up the C API of 2.6 and 3.0. I know, I
> know, I brought up the topic two times in the past. But this tim
On Sun, May 25, 2008 at 8:28 AM, Christian Heimes <[EMAIL PROTECTED]> wrote:
> Hello fellow developers!
>
> I've been busy with personal work in the past weeks. At present I'm
> still moving into my new apartment. It has been a real challenge to
> install an IKEA kitchen in a house built before WW2
11 matches
Mail list logo