Re: [Python-Dev] No more problems with new SVN repository

2005-11-03 Thread Martin v. Löwis
Guido van Rossum wrote: > I have a question after this exhilarating exchange. > > Is there a way to prevent this kind of thing in the future, e.g. by > removing or rejecting change log messages with characters that are > considered invalid in XML? I don't think it can happen again. Without testin

Re: [Python-Dev] No more problems with new SVN repository

2005-11-03 Thread Guido van Rossum
I have a question after this exhilarating exchange. Is there a way to prevent this kind of thing in the future, e.g. by removing or rejecting change log messages with characters that are considered invalid in XML? (Or should perhaps the fix be to suppress or quote these characters somehow in XML?

Re: [Python-Dev] No more problems with new SVN repository

2005-11-03 Thread Robin Munn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robin Munn wrote: > So doing an SVK mirror of the repository should work now, barring > any further surprises. I'm starting the SVK sync now; we'll see what > happens. Confirmed; the SVK mirror took about 18 hours, but it completed successfully with n

Re: [Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread Tony Meyer
> I know I would be much helped with a moderated python-dev-announce > mailing list, which would be only low-volume, time-critical > announcements for people developing Python. Even during times when I > am actively following python-dev it would be handy to have important > announcements coming in

Re: [Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread Martin v. Löwis
Jack Jansen wrote: > Hmm. I wouldn't mind if it was push in stead of pull, I wouldn't mind > if it was in the right order, and I wouldn't mind if itwas more > concise:-) > > But: I'll just wait to see whether more people chime in that they'd > like this, or that I'm alone... I'm -1 on such

Re: [Python-Dev] PYTHOPN_API_VERSION

2005-11-03 Thread Martin v. Löwis
Thomas Heller wrote: > Shouldn't PYTHON_API_VERSION be different between 2.3 and 2.4? > It is 1012 in both versions. > > I tried to detect whether PyTuple_Pack is supported, which was added in > 2.4. Or is this only to detect changed apis, and not added apis? It's meant to detect changes that can

Re: [Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread skip
>> I know I would be much helped with a moderated python-dev-announce >> mailing list, which would be only low-volume Oleg> http://www.google.com/search?q=python-dev+summary+site%3Amail.python.org That works up to a point, however the python-dev summaries only come out once every

Re: [Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread Jack Jansen
On 3-nov-2005, at 22:36, Oleg Broytmann wrote: > On Thu, Nov 03, 2005 at 10:29:37PM +0100, Jack Jansen wrote: > >> I know I would be much helped with a moderated python-dev-announce >> mailing list, which would be only low-volume >> > >http://www.google.com/search?q=python-dev+summary+site%

Re: [Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread Josiah Carlson
Even when they are on the ball, the summaries generally occur one week after the discussion/execution happens. That's not so much in the 'time-critical' aspect which, I would imagine, is about as important as the 'low-volume' aspect. - Josiah Oleg Broytmann <[EMAIL PROTECTED]> wrote: > > On

Re: [Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread Oleg Broytmann
On Thu, Nov 03, 2005 at 10:29:37PM +0100, Jack Jansen wrote: > I know I would be much helped with a moderated python-dev-announce > mailing list, which would be only low-volume http://www.google.com/search?q=python-dev+summary+site%3Amail.python.org Oleg. -- Oleg Broytmannh

[Python-Dev] Proposal: can we have a python-dev-announce mailing list?

2005-11-03 Thread Jack Jansen
As people may have noticed (or possibly not:-) I've been rather inactive on python-dev the last year or so, due to being completely inundated with other work. Too bad that I've missed all the interesting discussions on Python 3000, but I'm bound to catch up some time later this year:-). BU

[Python-Dev] PYTHOPN_API_VERSION

2005-11-03 Thread Thomas Heller
Shouldn't PYTHON_API_VERSION be different between 2.3 and 2.4? It is 1012 in both versions. I tried to detect whether PyTuple_Pack is supported, which was added in 2.4. Or is this only to detect changed apis, and not added apis? Thomas ___ Python-Dev m

[Python-Dev] PyPy 0.8.0 is released!

2005-11-03 Thread Michael Hudson
pypy-0.8.0: Translatable compiler/parser and some more speed == The PyPy development team has been busy working and we've now packaged our latest improvements, completed work and new experiments as version 0.8.0, our third public relea

Re: [Python-Dev] Problems with revision 4077 of new SVN repository

2005-11-03 Thread Robin Munn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin v. Löwis wrote: > Robin Munn wrote: > >>> Revision 4077 is fine now. However, the same problem exists in revision >>> 4284, which has a 0x01 character before the word "add". Same solution: > > > I now have fixed that as well. > > Regards, >