Re: [Python-Dev] Any PEP about 2.6 -> 3000 code transition?

2008-05-25 Thread Gregory P. Smith
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

Re: [Python-Dev] Committing bsddb 4.6.4, and where can I put testsuite temp files?

2008-05-25 Thread Gregory P. Smith
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

Re: [Python-Dev] Any PEP about 2.6 -> 3000 code transition?

2008-05-25 Thread Stefan Behnel
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

[Python-Dev] Stabilizing the C API of 2.6 and 3.0

2008-05-25 Thread Christian Heimes
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

[Python-Dev] Please svnmerge your changes

2008-05-25 Thread Christian Heimes
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

Re: [Python-Dev] Stabilizing the C API of 2.6 and 3.0

2008-05-25 Thread Christian Heimes
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

Re: [Python-Dev] [Python-3000] Please svnmerge your changes

2008-05-25 Thread Guilherme Polo
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

Re: [Python-Dev] [Python-3000] Please svnmerge your changes

2008-05-25 Thread Christian Heimes
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 _

[Python-Dev] Mercurial mirrors of trunk and py3k

2008-05-25 Thread Antoine Pitrou
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

Re: [Python-Dev] [Python-3000] Stabilizing the C API of 2.6 and 3.0

2008-05-25 Thread Brett Cannon
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

Re: [Python-Dev] [Python-3000] Please svnmerge your changes

2008-05-25 Thread Brett Cannon
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