Re: [Python-Dev] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined

2006-08-17 Thread Anthony Baxter
Fixing docs is fine - please checkin. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined

2006-08-17 Thread Georg Brandl
Fredrik Lundh wrote: > Georg Brandl wrote: > >>> The example code causes segfaults and probably always has (at last to 2.2) >> >> Interesting! From a naive POV, the docs' example is quite right. > > except that it doesn't work? I wanted to say: From looking at the docs only, it should be alrigh

Re: [Python-Dev] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined

2006-08-17 Thread Fredrik Lundh
Georg Brandl wrote: > Okay, now that I stumbled over and read the c.l.py thread, I think that we > should > > * remove the faulty example (the correct one is already in there) > * add a note to PyList_New that the new list must be filled with items >before handing it to Python code or using

Re: [Python-Dev] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined

2006-08-17 Thread Fredrik Lundh
Georg Brandl wrote: >> The example code causes segfaults and probably always has (at last to 2.2) > > Interesting! From a naive POV, the docs' example is quite right. except that it doesn't work? the problem is that it's using a *high-level* API to manipulate objects that are not properly init

[Python-Dev] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined

2006-08-17 Thread Anthony Baxter
The release candidate is done - we creep ever closer to 2.5 final. Hoooray! All future 2.5 releases (including 2.5 final!) will now be done from the new release25-maint trunk (svn+ssh://[EMAIL PROTECTED]/python/branches/release25-maint) - so any changes you want to see after 2.5c1 and before 2.

[Python-Dev] TRUNK is UNFROZEN

2006-08-03 Thread Anthony Baxter
The trunk is unfrozen now. Sorry about the delay - combination of a laptop motherboard replacement and a DSL provider with a network that was .. ahem... slightly slow. I'm still planning to branch at 2.5c1, the next release. That then opens the trunk up for all the bad craziness that's planned

[Python-Dev] TRUNK is UNFROZEN.

2006-07-11 Thread Anthony Baxter
beta2 is done, so trunk is unfrozen. Remember, we're still in feature freeze, so new features need approval before being committed. Thanks! Anthony -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. ___ Python-Dev

Re: [Python-Dev] TRUNK is UNFROZEN, but in FEATURE FREEZE

2006-06-21 Thread Josiah Carlson
Anthony Baxter <[EMAIL PROTECTED]> wrote: > 2.5b1 is out, so I'm declaring the SVN trunk unfrozen. Note, though, > that as we're now post-beta, we're in FEATURE FREEZE. Hey Raymond, any word on those binascii additions, or should I clean up that struct patch and add in some tests? - Josiah _

[Python-Dev] TRUNK is UNFROZEN, but in FEATURE FREEZE

2006-06-21 Thread Anthony Baxter
2.5b1 is out, so I'm declaring the SVN trunk unfrozen. Note, though, that as we're now post-beta, we're in FEATURE FREEZE. Really. This means you. :-) No new features should be checked in without prior approval - checkins that violate this will quite probably get backed out. I expect that we

[Python-Dev] trunk is UNFROZEN

2006-04-27 Thread Anthony Baxter
The release is done. The trunk is now unfrozen. Thanks, Anthony -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] TRUNK is UNFROZEN

2006-04-05 Thread Anthony Baxter
On Wednesday 05 April 2006 23:20, Anthony Baxter wrote: > www.python.org/dev/buildbot/all, That should be www.python.org/dev/buildbot/all/ (needs the trailing /) Anthony ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/l

[Python-Dev] TRUNK is UNFROZEN

2006-04-05 Thread Anthony Baxter
Python 2.5a1 is done. Please feel free to checkin to the trunk again. I should note here - the ubuntu dapper x86 buildbot is now running with a compiler of "icc -Wp64". This is Intel's C compiler, with warnings about potential 64 bit issues turned on. I tried with -Wall, but the icc compiler's