Re: [Python-Dev] devinabox: Properly clean up the 'build' directory from test runs.

2011-02-28 Thread Antoine Pitrou
On Mon, 28 Feb 2011 23:03:51 +0100 brett.cannon wrote: > +try: > +subprocess.call([cmd, '-W', 'default', '-bb', '-E', '-m', 'test', > '-r', > + '-w', '-u', 'all', '-j', > + str(multiprocessing.cpu_count())]) > +finally: > +os

Re: [Python-Dev] [Python-checkins] r88691 - python/branches/py3k/Lib/test/test_telnetlib.py

2011-02-28 Thread Jack Diederich
Much thanks. On Mon, Feb 28, 2011 at 7:41 PM, antoine.pitrou wrote: > Author: antoine.pitrou > Date: Tue Mar  1 01:41:10 2011 > New Revision: 88691 > > Log: > Endly, fix UnboundLocalError in telnetlib > > > > Modified: >   python/branches/py3k/Lib/test/test_telnetlib.py > > Modified: python/branc

Re: [Python-Dev] Please sync your feature branches

2011-02-28 Thread Antoine Pitrou
On Mon, 28 Feb 2011 23:54:46 +0100 "Martin v. Löwis" wrote: > Am 28.02.2011 23:45, schrieb Antoine Pitrou: > > Le lundi 28 février 2011 à 23:26 +0100, "Martin v. Löwis" a écrit : > >>> In preparation for the hg switch, I would recommend that, if you have > >>> any feature branches managed with svn

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Éric Araujo
> I really meant superfetatory Those damn French people with their foreign words. ___ 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

Re: [Python-Dev] Please sync your feature branches

2011-02-28 Thread Martin v. Löwis
Am 28.02.2011 23:45, schrieb Antoine Pitrou: > Le lundi 28 février 2011 à 23:26 +0100, "Martin v. Löwis" a écrit : >>> In preparation for the hg switch, I would recommend that, if you have >>> any feature branches managed with svnmerge, you sync them with the py3k >>> branch before we switch. That

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Steven D'Aprano
Antoine Pitrou wrote: Le lundi 28 février 2011 à 13:56 -0600, Benjamin Peterson a écrit : 2011/2/28 Antoine Pitrou : On Mon, 28 Feb 2011 13:36:11 -0500 Terry Reedy wrote: + an existing branch. The pusher then has to merge the superfetatory heads 'superfetatory'? I have no idea of what this

Re: [Python-Dev] Please sync your feature branches

2011-02-28 Thread Antoine Pitrou
Le lundi 28 février 2011 à 23:26 +0100, "Martin v. Löwis" a écrit : > > In preparation for the hg switch, I would recommend that, if you have > > any feature branches managed with svnmerge, you sync them with the py3k > > branch before we switch. That way, it will make it easier to "bridge > > the

Re: [Python-Dev] Please sync your feature branches

2011-02-28 Thread Martin v. Löwis
> In preparation for the hg switch, I would recommend that, if you have > any feature branches managed with svnmerge, you sync them with the py3k > branch before we switch. That way, it will make it easier to "bridge > the gap" when you create a new repository for your work after the > switch (the

Re: [Python-Dev] Finding buildbot failures

2011-02-28 Thread Martin v. Löwis
>>> That's one of the big advantages that Jenkins (nee Hudson) has over >>> buildbot - drilling down into individual test failures through the >>> web ui. Your test run needs to generate appropriate xml for that to >>> work though. >> >> Buildbot can do this too. It can even do it without xml, alt

Re: [Python-Dev] Mercurial conversion repositories

2011-02-28 Thread Antoine Pitrou
On Mon, 28 Feb 2011 16:07:48 -0500 Barry Warsaw wrote: > On Feb 28, 2011, at 04:15 PM, Antoine Pitrou wrote: > > >On Mon, 28 Feb 2011 10:08:26 -0500 > >Barry Warsaw wrote: > >> > >> >BTW, I had not heard of hgeditor before, and wrote a small hg extension to > >> >do what you want (with HG: pref

Re: [Python-Dev] Mercurial conversion repositories

2011-02-28 Thread Barry Warsaw
On Feb 28, 2011, at 04:15 PM, Antoine Pitrou wrote: >On Mon, 28 Feb 2011 10:08:26 -0500 >Barry Warsaw wrote: >> >> >BTW, I had not heard of hgeditor before, and wrote a small hg extension to >> >do what you want (with HG: prefix :) before I saw that others had already >> >replied with hgeditor.

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Raymond Hettinger
On Feb 28, 2011, at 12:07 PM, Georg Brandl wrote: > On 28.02.2011 20:58, Antoine Pitrou wrote: >> Le lundi 28 février 2011 à 13:56 -0600, Benjamin Peterson a écrit : >>> 2011/2/28 Antoine Pitrou : On Mon, 28 Feb 2011 13:36:11 -0500 Terry Reedy wrote: > >> + an existing branch

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Georg Brandl
On 28.02.2011 20:58, Antoine Pitrou wrote: > Le lundi 28 février 2011 à 13:56 -0600, Benjamin Peterson a écrit : >> 2011/2/28 Antoine Pitrou : >> > On Mon, 28 Feb 2011 13:36:11 -0500 >> > Terry Reedy wrote: >> >> >> >> > + an existing branch. The pusher then has to merge the superfetatory >> >>

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Benjamin Peterson
2011/2/28 Antoine Pitrou : > Le lundi 28 février 2011 à 13:56 -0600, Benjamin Peterson a écrit : >> 2011/2/28 Antoine Pitrou : >> > On Mon, 28 Feb 2011 13:36:11 -0500 >> > Terry Reedy wrote: >> >> >> >> > +  an existing branch.  The pusher then has to merge the superfetatory >> >> > heads >> >> >

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Antoine Pitrou
Le lundi 28 février 2011 à 13:56 -0600, Benjamin Peterson a écrit : > 2011/2/28 Antoine Pitrou : > > On Mon, 28 Feb 2011 13:36:11 -0500 > > Terry Reedy wrote: > >> > >> > + an existing branch. The pusher then has to merge the superfetatory > >> > heads > >> > >> 'superfetatory'? I have no idea

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Benjamin Peterson
2011/2/28 Antoine Pitrou : > On Mon, 28 Feb 2011 13:36:11 -0500 > Terry Reedy wrote: >> >> > +  an existing branch.  The pusher then has to merge the superfetatory >> > heads >> >> 'superfetatory'? I have no idea of what this is, neither does >> merriam-webster.com ;-). > > There are some Google

Re: [Python-Dev] r88676 - peps/trunk/pep-0385.txt

2011-02-28 Thread Antoine Pitrou
On Mon, 28 Feb 2011 13:36:11 -0500 Terry Reedy wrote: > > > + an existing branch. The pusher then has to merge the superfetatory heads > > 'superfetatory'? I have no idea of what this is, neither does > merriam-webster.com ;-). There are some Google hits, though... Not sure if they are of pe

Re: [Python-Dev] Please sync your feature branches

2011-02-28 Thread Georg Brandl
On 28.02.2011 19:15, Antoine Pitrou wrote: > > Hello, > > In preparation for the hg switch, I would recommend that, if you have > any feature branches managed with svnmerge, you sync them with the py3k > branch before we switch. That way, it will make it easier to "bridge > the gap" when you crea

[Python-Dev] Please sync your feature branches

2011-02-28 Thread Antoine Pitrou
Hello, In preparation for the hg switch, I would recommend that, if you have any feature branches managed with svnmerge, you sync them with the py3k branch before we switch. That way, it will make it easier to "bridge the gap" when you create a new repository for your work after the switch (the s

Re: [Python-Dev] devguide (hg_transition): Advertise hg import over patch.

2011-02-28 Thread Antoine Pitrou
On Mon, 28 Feb 2011 00:10:10 +0100 Adrian Buehlmann wrote: > > Here, the Workbench window [1] starts in under 2s (Windows 7 x64 on > Intel Core2 Quad). As installed with the x64 msi (installs true 64 bit > exe's, including 64 bit command line hg). > > There's quite a lot of demand loading behind

Re: [Python-Dev] Mercurial conversion repositories

2011-02-28 Thread Antoine Pitrou
On Mon, 28 Feb 2011 10:08:26 -0500 Barry Warsaw wrote: > > >BTW, I had not heard of hgeditor before, and wrote a small hg extension to > >do what you want (with HG: prefix :) before I saw that others had already > >replied with hgeditor. The extension had 10 lines of code. > > We should find a

Re: [Python-Dev] Mercurial conversion repositories

2011-02-28 Thread Barry Warsaw
On Feb 27, 2011, at 05:38 PM, Georg Brandl wrote: >While I understand the usefulness of the diff feature, it is not useful to >everyone, e.g. those using almost exclusively ``commit -m message``. The editor window doesn't pop up when you provide the -m flag, so the diff output is not relevant. >