Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-05 Thread Mark Hammond
Paul Moore wrote: 2009/6/5 Nick Coghlan : Dirkjan Ochtman wrote: Essentially, pcbuild.sln is a binary file, and should be treated as such. Maybe it's an error in the Subversion setup that it's treated as text at all... Yes, it certainly seems that way. Except it isn't a binary file - it's a t

Re: [Python-Dev] Roundup keywords for bug tracking

2009-06-05 Thread Daniel Diniz
anatoly techtonik wrote: > > It is impossible to edit roundup keywords and this takes away the > flexibility in selecting bugs related to a module/function/test or > some other aspect of development. For example, I need to gather all > subprocess bugs in one query and things that won't be fixed in

Re: [Python-Dev] Roundup keywords for bug tracking

2009-06-05 Thread Terry Reedy
anatoly techtonik wrote: It is impossible to edit roundup keywords and this takes away the flexibility in selecting bugs related to a module/function/test or some other aspect of development. For example, I need to gather all subprocess bugs in one query At the moment, search for 'subprocess'

[Python-Dev] Roundup keywords for bug tracking

2009-06-05 Thread anatoly techtonik
It is impossible to edit roundup keywords and this takes away the flexibility in selecting bugs related to a module/function/test or some other aspect of development. For example, I need to gather all subprocess bugs in one query and things that won't be fixed in deprecated os.popen() into another.

Re: [Python-Dev] Draft PEP 385: Migrating from svn to Mercurial

2009-06-05 Thread Antoine Pitrou
Dirkjan Ochtman ochtman.nl> writes: > > http://www.python.org/dev/peps/pep-0385/ « [cloned branches] makes it easier to distinguish branches, at the expense of requiring more disk space on the client. » This is a bit misleading. Actually, by separating branches into distinct repositories, you c

Re: [Python-Dev] Draft PEP 385: Migrating from svn to Mercurial

2009-06-05 Thread Benjamin Peterson
2009/6/5 Dirkjan Ochtman : > > In particular, you may want to review (a) branches that you care about > and whether they would be migrated under the current proposal, (b) > non-release tags that you think are useful and (c) the author map > (check if it has a correct email address for you and peopl

[Python-Dev] Draft PEP 385: Migrating from svn to Mercurial

2009-06-05 Thread Dirkjan Ochtman
So, a while ago Martin von Löwis asked who would champion the migration to Mercurial, and I volunteered. He asked me to produce a PEP outlining which steps to take, which I've been working on. The PEP is numbered 385, and is just about ready for your review. I'd really welcome any sort of feedback

Re: [Python-Dev] py3k buildbots

2009-06-05 Thread Thomas Heller
David Bolen schrieb: > Antoine Pitrou writes: > >> Only one of the py3k buildbots seems up: >> http://www.python.org/dev/buildbot/3.x.stable/ > > Strange - everything looks good on my buildbot end (XP-4), including > an established TCP session back to dinsdale. Not sure why the master > thinks

Re: [Python-Dev] py3k buildbots

2009-06-05 Thread David Bolen
Antoine Pitrou writes: > Only one of the py3k buildbots seems up: > http://www.python.org/dev/buildbot/3.x.stable/ Strange - everything looks good on my buildbot end (XP-4), including an established TCP session back to dinsdale. Not sure why the master thinks it's offline. Although I'm pretty

[Python-Dev] Summary of Python tracker Issues

2009-06-05 Thread Python tracker
ACTIVITY SUMMARY (05/29/09 - 06/05/09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 2207 open (+37) / 15822 closed (+27) / 18029 total (+64) Open issues with patches: 868 Average

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-05 Thread Paul Moore
2009/6/5 Nick Coghlan : > Dirkjan Ochtman wrote: >>> Essentially, pcbuild.sln is a binary file, and should be treated as >>> such. Maybe it's an error in the Subversion setup that it's treated as >>> text at all... >> >> Yes, it certainly seems that way. > > Except it isn't a binary file - it's a t

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-05 Thread Nick Coghlan
Dirkjan Ochtman wrote: >> Essentially, pcbuild.sln is a binary file, and should be treated as >> such. Maybe it's an error in the Subversion setup that it's treated as >> text at all... > > Yes, it certainly seems that way. Except it isn't a binary file - it's a text file with CRLF line endings.

Re: [Python-Dev] py3k buildbots

2009-06-05 Thread Thomas Heller
Antoine Pitrou schrieb: > Hello > > Only one of the py3k buildbots seems up: > http://www.python.org/dev/buildbot/3.x.stable/ Maybe they are waiting for the snakebite network ;-) (what's up with it, anyway?). I've restarted mine (x86 osx.5), but it isn't in the stable list... -- Thanks, Thoma

[Python-Dev] py3k buildbots

2009-06-05 Thread Antoine Pitrou
Hello Only one of the py3k buildbots seems up: http://www.python.org/dev/buildbot/3.x.stable/ cheers Antoine. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/ma