Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Martin v. Löwis
Am 10.08.2010 05:49, schrieb Alexander Belopolsky: > On Mon, Aug 9, 2010 at 11:32 PM, Nick Coghlan wrote: >> On Tue, Aug 10, 2010 at 1:24 PM, Alexander Belopolsky >> wrote: >>> Was it on IRC? I do remember discussion, but forgot the answer. :( >> >> python-dev or python-checkins I think, but I do

Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Martin v. Löwis
Am 10.08.2010 04:47, schrieb Nick Coghlan: > On Tue, Aug 10, 2010 at 2:10 AM, alexander.belopolsky > wrote: >> +PS: In the standard Python distribution, this file is encoded in UTF-8 >> +and the list is in rough alphabetical order by last names. >> >> David Abrahams >> Jim Ahlstrom >> @@ -28,6 +

Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Alexander Belopolsky
On Mon, Aug 9, 2010 at 11:32 PM, Nick Coghlan wrote: > On Tue, Aug 10, 2010 at 1:24 PM, Alexander Belopolsky > wrote: >> Was it on IRC? I do remember discussion, but forgot the answer. :( > > python-dev or python-checkins I think, but I don't really remember. > (Not IRC though, as I only very rar

Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Nick Coghlan
On Tue, Aug 10, 2010 at 1:24 PM, Alexander Belopolsky wrote: > Was it on IRC? I do remember discussion, but forgot the answer. :( python-dev or python-checkins I think, but I don't really remember. (Not IRC though, as I only very rarely drop in on the channel) > Do you agree that ACKS should be

Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Alexander Belopolsky
Was it on IRC? I do remember discussion, but forgot the answer. :( Do you agree that ACKS should be the same in the active branches? I'll fix the order when I merge the lists. On Aug 9, 2010, at 10:53 PM, Benjamin Peterson wrote: 2010/8/9 Nick Coghlan : On Tue, Aug 10, 2010 at 2:10 A

Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Benjamin Peterson
2010/8/9 Nick Coghlan : > On Tue, Aug 10, 2010 at 2:10 AM, alexander.belopolsky > wrote: >> +PS: In the standard Python distribution, this file is encoded in UTF-8 >> +and the list is in rough alphabetical order by last names. >> >>  David Abrahams >>  Jim Ahlstrom >> @@ -28,6 +29,7 @@ >>  Éric Ar

Re: [Python-Dev] [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS

2010-08-09 Thread Nick Coghlan
On Tue, Aug 10, 2010 at 2:10 AM, alexander.belopolsky wrote: > +PS: In the standard Python distribution, this file is encoded in UTF-8 > +and the list is in rough alphabetical order by last names. > >  David Abrahams >  Jim Ahlstrom > @@ -28,6 +29,7 @@ >  Éric Araujo >  Jason Asbahr >  David Asche

Re: [Python-Dev] mingw support?

2010-08-09 Thread Terry Reedy
On 8/9/2010 2:47 PM, Sturla Molden wrote: Terry Reedy: MingW has become less attractive in recent years by the difficulty in downloading and installing a current version and finding out how to do so. Some projects have moved on to the TDM packaging of MingW. http://tdm-gcc.tdragon.net/

Re: [Python-Dev] mingw support?

2010-08-09 Thread Sturla Molden
>> At one point Mike Fletcher published a patch to make distutils use the >> SDK compiler. It would make a lot of sense if it were built in to >> distutils as a further compiler choice. > > Please understand that this very choice is there already. > Yes you are right. I did not know about DISTUTI

Re: [Python-Dev] mingw support?

2010-08-09 Thread Sturla Molden
>> Please understand that this very choice is there already. >> > That's great. Is that what the documentation refers to when it says > > """ > MSVCCompiler will normally choose the right compiler, linker etc. on its > own. To override this choice, the environment variables > DISTUTILS_USE_SDK and

Re: [Python-Dev] mingw support?

2010-08-09 Thread Martin v. Löwis
>> Please understand that this very choice is there already. >> > That's great. Is that what the documentation refers to when it says Correct. > That isn't particularly clear to me, but it may be to others more > familiar with building on Windows. People familiar with that documentation fragment

Re: [Python-Dev] mingw support?

2010-08-09 Thread Steve Holden
On 8/9/2010 5:37 PM, "Martin v. Löwis" wrote: > Am 09.08.2010 23:00, schrieb Steve Holden: >> On 8/9/2010 2:47 PM, Sturla Molden wrote: Terry Reedy: >> [...] >>> >>> Python's distutils do not work with the SDK compiler, only Visual Studio. >>> Building Python extensions with the SDK compiler i

Re: [Python-Dev] mingw support?

2010-08-09 Thread Martin v. Löwis
Am 09.08.2010 23:00, schrieb Steve Holden: > On 8/9/2010 2:47 PM, Sturla Molden wrote: >>> Terry Reedy: > [...] >> >> Python's distutils do not work with the SDK compiler, only Visual Studio. >> Building Python extensions with the SDK compiler is not as easy as it >> could (or should) be. >> > At o

Re: [Python-Dev] mingw support?

2010-08-09 Thread Steve Holden
On 8/9/2010 2:47 PM, Sturla Molden wrote: >> Terry Reedy: [...] > > Python's distutils do not work with the SDK compiler, only Visual Studio. > Building Python extensions with the SDK compiler is not as easy as it > could (or should) be. > At one point Mike Fletcher published a patch to make dist

Re: [Python-Dev] mingw support?

2010-08-09 Thread Martin v. Löwis
> Python's distutils do not work with the SDK compiler, only Visual Studio. That is not true. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailm

Re: [Python-Dev] r83869 - in python/branches/py3k: Doc/library/socket.rst Doc/whatsnew/3.2.rst Lib/ssl.py Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c

2010-08-09 Thread Antoine Pitrou
On Sun, 08 Aug 2010 19:53:38 -0400 Eric Smith wrote: > On 8/8/10 7:48 PM, Antoine Pitrou wrote: > > On Mon, 9 Aug 2010 01:24:50 +0200 (CEST) > > antoine.pitrou wrote: > >> Author: antoine.pitrou > >> Date: Mon Aug 9 01:24:50 2010 > >> New Revision: 83869 > >> > >> Log: > >> Issue #8524: Add a

Re: [Python-Dev] mingw support?

2010-08-09 Thread Case Vanhorsen
On Mon, Aug 9, 2010 at 11:47 AM, Sturla Molden wrote: >> Terry Reedy: > >>    MingW has become less attractive in recent years by the difficulty >> in downloading and installing a current version and finding out how to >> do so. Some projects have moved on to the TDM packaging of MingW. >> >> http

Re: [Python-Dev] mingw support?

2010-08-09 Thread Sturla Molden
> Terry Reedy: >MingW has become less attractive in recent years by the difficulty > in downloading and installing a current version and finding out how to > do so. Some projects have moved on to the TDM packaging of MingW. > > http://tdm-gcc.tdragon.net/ MinGW has become a mess. Equation.co

Re: [Python-Dev] [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py

2010-08-09 Thread Alexander Belopolsky
On Mon, Aug 9, 2010 at 11:48 AM, Benjamin Peterson wrote: > 2010/8/9 Nick Coghlan : >> On Mon, Aug 9, 2010 at 11:05 PM, benjamin.peterson >> wrote: >>> -if hasattr(sys, '_getframe'): >>> -    currentframe = sys._getframe >>> -else: >>> -    currentframe = lambda _=None: None >>> +def currentframe

Re: [Python-Dev] [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py

2010-08-09 Thread Benjamin Peterson
2010/8/9 Nick Coghlan : > On Mon, Aug 9, 2010 at 11:05 PM, benjamin.peterson > wrote: >> -if hasattr(sys, '_getframe'): >> -    currentframe = sys._getframe >> -else: >> -    currentframe = lambda _=None: None >> +def currentframe(): >> +    """Return the frame or the caller or None if this is not

Re: [Python-Dev] [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py

2010-08-09 Thread Nick Coghlan
On Mon, Aug 9, 2010 at 11:05 PM, benjamin.peterson wrote: > -if hasattr(sys, '_getframe'): > -    currentframe = sys._getframe > -else: > -    currentframe = lambda _=None: None > +def currentframe(): > +    """Return the frame or the caller or None if this is not possible.""" > +    return sys._g

Re: [Python-Dev] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Fred Drake
On Mon, Aug 9, 2010 at 8:56 AM, Nick Coghlan wrote: > Longer term, the buildbot setup should be modified to run the cleanup > step even if the compilation step fails. Running "make clean" after checkout/update should work as well.   -Fred -- Fred L. Drake, Jr.    "A storm broke loose in my mi

Re: [Python-Dev] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Nick Coghlan
On Mon, Aug 9, 2010 at 10:46 PM, Antoine Pitrou wrote: > On Mon, 9 Aug 2010 22:34:18 +1000 > Nick Coghlan wrote: >> On Mon, Aug 9, 2010 at 10:25 PM, Senthil Kumaran wrote: >> > Do you know what needs to done for making Modules/Setup to reflect >> > the changes in Modules/Setup.dist in the buildb

Re: [Python-Dev] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Antoine Pitrou
On Mon, 9 Aug 2010 22:34:18 +1000 Nick Coghlan wrote: > On Mon, Aug 9, 2010 at 10:25 PM, Senthil Kumaran wrote: > > Do you know what needs to done for making Modules/Setup to reflect > > the changes in Modules/Setup.dist in the buildbots? > > On local checkouts, the compilation goes fine. > > Th

Re: [Python-Dev] [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Nick Coghlan
On Mon, Aug 9, 2010 at 10:25 PM, Senthil Kumaran wrote: > Do you know what needs to done for making Modules/Setup to reflect > the changes in Modules/Setup.dist in the buildbots? > On local checkouts, the compilation goes fine. The buildbot checkout scripts should probably do that copy as a matte

Re: [Python-Dev] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Antoine Pitrou
On Mon, 9 Aug 2010 22:16:24 +1000 Nick Coghlan wrote: > On Mon, Aug 9, 2010 at 8:47 PM, antoine.pitrou > wrote: > > Author: antoine.pitrou > > Date: Mon Aug  9 12:47:46 2010 > > New Revision: 83885 > > > > Log: > > Revert r83877 in order to fix compilation > > Is this still a problem even after

Re: [Python-Dev] [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Senthil Kumaran
On Mon, Aug 09, 2010 at 10:16:24PM +1000, Nick Coghlan wrote: > On Mon, Aug 9, 2010 at 8:47 PM, antoine.pitrou > > Log: > > Revert r83877 in order to fix compilation > > Is this still a problem even after the later checkins to fix the > circular build dependency by adding _collections to the stati

Re: [Python-Dev] [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS

2010-08-09 Thread Nick Coghlan
On Mon, Aug 9, 2010 at 8:47 PM, antoine.pitrou wrote: > Author: antoine.pitrou > Date: Mon Aug  9 12:47:46 2010 > New Revision: 83885 > > Log: > Revert r83877 in order to fix compilation Is this still a problem even after the later checkins to fix the circular build dependency by adding _collecti

[Python-Dev] Bug in 3.1.2 site.py

2010-08-09 Thread Greg Ewing
I think I've found a bug in the site.py of 3.1.2. The following piece of code tries to make the modules that are normally installed under lib-dynload available when running from the build directory: """Append ./build/lib. in case we're running in the build dir (especially for Guido :-)"""