Re: [Python-Dev] cpython: Issue #12567: Add curses.unget_wch() function

2011-09-05 Thread Antoine Pitrou
On Tue, 06 Sep 2011 01:53:32 +0200 victor.stinner wrote: > http://hg.python.org/cpython/rev/b1e03d10391e > changeset: 72297:b1e03d10391e > user:Victor Stinner > date:Tue Sep 06 01:53:03 2011 +0200 > summary: > Issue #12567: Add curses.unget_wch() function > > Push a character

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Nick Coghlan
On Tue, Sep 6, 2011 at 3:19 PM, Jesus Cea wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/09/11 07:02, Jesus Cea wrote: >> On 06/09/11 06:59, Jesus Cea wrote: >>> Thanking for helping me with this. >> >> BTW, it is 7AM in Spain now. I am going bed. I will check this >> thread ag

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 07:02, Jesus Cea wrote: > On 06/09/11 06:59, Jesus Cea wrote: >> Thanking for helping me with this. > > BTW, it is 7AM in Spain now. I am going bed. I will check this > thread again tomorrow. Thanks for your time and effort. This is > very

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 06:59, Jesus Cea wrote: > Thanking for helping me with this. BTW, it is 7AM in Spain now. I am going bed. I will check this thread again tomorrow. Thanks for your time and effort. This is very frustrating, moreover because it was working v

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 06:46, Nick Coghlan wrote: > The server actually looks it may be in a generally unhappy state, > perhaps due to previous builds that failed without cleaning up > after themselves properly. How many python processes do you see > hanging aro

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Nick Coghlan
On Tue, Sep 6, 2011 at 2:27 PM, Jesus Cea wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/09/11 06:19, Nick Coghlan wrote: >> Is it possible your buildbot is set up to run the bigmem tests? >> IIRC, those would work correctly with 32 GB, but die a horrible >> death with only 4 G

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 06:19, Nick Coghlan wrote: > Is it possible your buildbot is set up to run the bigmem tests? > IIRC, those would work correctly with 32 GB, but die a horrible > death with only 4 GB available. How can I check that?. I am seen multiple pyt

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Nick Coghlan
On Tue, Sep 6, 2011 at 2:09 PM, Jesus Cea wrote: >> Can you tell if it's something recent or it has always been like >> that? > > I can't tell. My host has restricted me recently to 4GB RAM max (no > swap), and the buildbot is failing now, but I don't know if using so > much memory is something re

Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/11 20:14, Antoine Pitrou wrote: > On Fri, 02 Sep 2011 19:53:37 +0200 Jesus Cea wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 02/09/11 17:57, Jesus Cea wrote: >>> The build hangs or die with a "out of memory" error, >>> eve

Re: [Python-Dev] [Python-checkins] cpython (3.2): Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character

2011-09-05 Thread Nick Coghlan
On Tue, Sep 6, 2011 at 10:01 AM, victor.stinner wrote: > Fix also spelling of the null character. While these cases are legitimately changed to 'null' (since they're lowercase descriptions of the character), I figure it's worth mentioning again that the ASCII name for '\0' actually *is* NUL (i.e.

Re: [Python-Dev] PEP 393 Summer of Code Project

2011-09-05 Thread Éric Araujo
Le 02/09/2011 05:59, Stephen J. Turnbull a écrit : > I believe that the deprecation of the digraphs as separate letters > occurred as the telephone became widely used in Spain, and the > telephone company demanded an official proclamation from whatever > Ministry is responsible for culture that it

Re: [Python-Dev] [Python-checkins] cpython (3.2): #5301: add image/vnd.microsoft.icon (.ico) MIME type

2011-09-05 Thread Éric Araujo
Hi, Le 21/08/2011 11:09, Sandro Tosi a écrit : > On Sun, Aug 21, 2011 at 10:17, Éric Araujo wrote: >> However small the commit was, I think it still was a feature request, so >> I wonder if it was appropriate for the stable versions. > > I can see your point: the reason I committed it also on th

[Python-Dev] Maintenance burden of str.swapcase

2011-09-05 Thread Michael Foord
Hey all, A while ago there was a discussion of the value of apis like str.swapcase, and it was suggested that even though it was acknowledged to be useless the effort of deprecating and removing it was thought to be more than the value in removing it. Earlier this year I was at a pypy sprint