Re: [Python-Dev] SVN down?

2007-10-11 Thread Christian Heimes
Martin v. Löwis wrote: >> The apache server seems to be down. > > I just restarted it. The anon SVN server is down again :( Christian ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: ht

[Python-Dev] UTF8 in the PEP branch

2007-10-11 Thread Facundo Batista
There were two tracker issues that I want to solve that implies to touch some PEP text. So, I checked out the PEP branch... svn.python.org/peps/trunk ...and made a "make". A lot of files started to fail because of not ASCII characters (the standard Syntax Error of PEP-0263, I'm using Py2.5),

[Python-Dev] 2.5.2 is coming

2007-10-11 Thread Neal Norwitz
We are planning the release of 2.5.2 for next week. Unless there are serious bugs, please hold off making big changes to the 2.5 branch until after 2.5.2 final is released. Anthony gets cranky when things break and he scares me...a lot. :-) Doc/test fixes as always are still fine. The plan is c

Re: [Python-Dev] 2.5.2 is coming

2007-10-11 Thread Thomas Heller
Neal Norwitz schrieb: > We are planning the release of 2.5.2 for next week. Unless there are > serious bugs, please hold off making big changes to the 2.5 branch > until after 2.5.2 final is released. Anthony gets cranky when things > break and he scares me...a lot. :-) Doc/test fixes as always

Re: [Python-Dev] 2.5.2 is coming

2007-10-11 Thread Neal Norwitz
On Oct 11, 2007 11:36 PM, Thomas Heller <[EMAIL PROTECTED]> wrote: > > Neal, I have one patch for ctypes still sitting in some of my sandboxes. > ctypes doesn't work when configured with --with-system-ffi on machines > where 'sizeof(long long) != sizeof(long)', in other words on 32-bit boxes. > > I