Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Barry Warsaw
On Oct 1, 2009, at 5:48 PM, Sridhar Ratnakumar wrote: No new significant failures have been found. (Some trivial issues have been reported in the bug tracker). Fantastic, thanks. I'll be tagging the final release soon. -Barry PGP.sig Description: This is a digitally signed message part _

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Nick Coghlan
Scott Dial wrote: > Allow me to be naive for a moment and say, > is this not the point of rc1 but to catch bugs that should not be in the > final? For an x.y.0 rc I would usually agree with you, but for x.y.z (where z > 0), the intended situation is for there to be zero functional changes between

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Sridhar Ratnakumar
On Wed, 30 Sep 2009 13:06:47 -0700, Sridhar Ratnakumar wrote: On Wed, 30 Sep 2009 12:44:14 -0700, Barry Warsaw wrote: 2.6.3rc1 builds fine on Linux x86/x86_64, MacOSX 10.4 ppc/x86, Windows 32bit/64bit, HP-UX, AIX and Solaris just like 2.6.2 did. Thanks for the feedback! Did you run th

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Barry Warsaw
On Oct 1, 2009, at 1:47 PM, Scott Dial wrote: Allow me to be naive for a moment and say, is this not the point of rc1 but to catch bugs that should not be in the final? Actually, no. The point of an rc is to avoid a brown paper bag mistake, i.e. something we really fscked up in the relea

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Scott Dial
Nick Coghlan wrote: > Scott Dial wrote: >> I would appreciate this bug being resolved before the next release as it >> effects me on a daily basis. I have submitted a patch, which reflects my >> local solution. > > Unfortunately, it's almost certainly too late to get this into 2.6.3. It > really n

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Bill Janssen
Scott Dial wrote: > Scott Dial wrote: > > While this code is present in > > older versions of python, it seems to have become a problem recently > > (2009-05-06 is the earliest report on the issue) perhaps due to a > > version bump of OpenSSL? I never noticed the problem in python2.5 even > > tho

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Barry Warsaw
On Oct 1, 2009, at 7:09 AM, Nick Coghlan wrote: Scott Dial wrote: I would appreciate this bug being resolved before the next release as it effects me on a daily basis. I have submitted a patch, which reflects my local solution. Unfortunately, it's almost certainly too late to get this int

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Nick Coghlan
Scott Dial wrote: > I would appreciate this bug being resolved before the next release as it > effects me on a daily basis. I have submitted a patch, which reflects my > local solution. Unfortunately, it's almost certainly too late to get this into 2.6.3. It really needed to be brought up back whe

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Scott Dial
Scott Dial wrote: > While this code is present in > older versions of python, it seems to have become a problem recently > (2009-05-06 is the earliest report on the issue) perhaps due to a > version bump of OpenSSL? I never noticed the problem in python2.5 even > though the code is unchanged. To a

Re: [Python-Dev] Python 2.6.3

2009-10-01 Thread Scott Dial
Barry Warsaw wrote: > If not, I'll try to > spend some time over the next few days looking at outstanding bugs, and > marking release blockers, etc. I'd like to draw attention to: http://bugs.python.org/issue5949 Which is a regression of imaplib.py introduced in r57680. Ever since I switched to

Re: [Python-Dev] Python 2.6.3

2009-09-30 Thread Sridhar Ratnakumar
On Wed, 30 Sep 2009 12:44:14 -0700, Barry Warsaw wrote: 2.6.3rc1 builds fine on Linux x86/x86_64, MacOSX 10.4 ppc/x86, Windows 32bit/64bit, HP-UX, AIX and Solaris just like 2.6.2 did. Thanks for the feedback! Did you run the test suite on any of these? I will run the tests sometime tonight

Re: [Python-Dev] Python 2.6.3

2009-09-30 Thread Raymond Hettinger
[Sridhar Ratnakumar] 2.6.3rc1 builds fine on Linux x86/x86_64, MacOSX 10.4 ppc/x86, Windows 32bit/64bit, HP-UX, AIX and Solaris just like 2.6.2 did. Did the test suite pass too? Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail

Re: [Python-Dev] Python 2.6.3

2009-09-30 Thread Barry Warsaw
On Sep 30, 2009, at 3:36 PM, Sridhar Ratnakumar wrote: 2.6.3rc1 builds fine on Linux x86/x86_64, MacOSX 10.4 ppc/x86, Windows 32bit/64bit, HP-UX, AIX and Solaris just like 2.6.2 did. Thanks for the feedback! Did you run the test suite on any of these? -Barry PGP.sig Description: This is

Re: [Python-Dev] Python 2.6.3

2009-09-30 Thread Sridhar Ratnakumar
2.6.3rc1 builds fine on Linux x86/x86_64, MacOSX 10.4 ppc/x86, Windows 32bit/64bit, HP-UX, AIX and Solaris just like 2.6.2 did. -srid On Wed, 30 Sep 2009 05:34:02 -0700, Barry Warsaw wrote: On Sep 30, 2009, at 12:29 AM, Ned Deily wrote: In my opinion, the standard python.org OS X installe

Re: [Python-Dev] Python 2.6.3

2009-09-30 Thread Barry Warsaw
On Sep 30, 2009, at 12:29 AM, Ned Deily wrote: In my opinion, the standard python.org OS X installer for 2.6.3 now "works well" on 10.4, 10.5, and 10.6 and is ready for release. Fantastic, thanks. Martin's uploaded the Windows binaries so I'll make the announcement now. No commits to the 2

Re: [Python-Dev] Python 2.6.3

2009-09-29 Thread Ned Deily
In article <9d506035-7c2d-4929-a134-e88eeb7b7...@python.org>, Barry Warsaw wrote: > On Sep 9, 2009, at 1:29 PM, Ned Deily wrote: > > The recent release of OS X 10.6 (Snow Leopard) has triggered a fair > > amount of 2.6 bug tracker activity, since 10.6 now includes 2.6 > > (2.6.1) > > and a 64-b

Re: [Python-Dev] Python 2.6.3

2009-09-25 Thread Barry Warsaw
On Sep 25, 2009, at 4:18 PM, Jesse Noller wrote: Barry - this is your call, but I think http://bugs.python.org/issue6990 should be a rel blocker too. Done. -Barry PGP.sig Description: This is a digitally signed message part ___ Python-Dev mailing

Re: [Python-Dev] Python 2.6.3

2009-09-25 Thread Jesse Noller
On Fri, Sep 25, 2009 at 3:14 PM, Barry Warsaw wrote: > On Sep 19, 2009, at 2:51 PM, qwavel wrote: > >> What about this bug: >> http://bugs.python.org/issue3890 >> It appears to me that the SSL module is broken in the 2.6.x line on all >> platforms in one of its most common uses (non-blocking).  It

Re: [Python-Dev] Python 2.6.3

2009-09-25 Thread Barry Warsaw
On Sep 19, 2009, at 2:51 PM, qwavel wrote: What about this bug: http://bugs.python.org/issue3890 It appears to me that the SSL module is broken in the 2.6.x line on all platforms in one of its most common uses (non-blocking). It also seems that the problem and solution are well understood,

Re: [Python-Dev] Python 2.6.3

2009-09-19 Thread Bill Janssen
qwavel wrote: > What about this bug: > http://bugs.python.org/issue3890 > It appears to me that the SSL module is broken in the 2.6.x line on all > platforms in one of its most common uses (non-blocking). It also seems that > the problem and solution are well understood, so the solution would ma

Re: [Python-Dev] Python 2.6.3

2009-09-19 Thread qwavel
Barry Warsaw wrote: > > On Sep 15, 2009, at 9:53 AM, Ronald Oussoren wrote: > >> The IDLE issue is IMHO a release blocker, as is issue 6851. > > So that leaves 4 release blockers for 2.6.3. > What about this bug: http://bugs.python.org/issue3890 It appears to me that the SSL module is broken

Re: [Python-Dev] Python 2.6.3

2009-09-16 Thread Ronald Oussoren
On 16 Sep, 2009, at 14:52, Barry Warsaw wrote: On Sep 15, 2009, at 9:53 AM, Ronald Oussoren wrote: The IDLE issue is IMHO a release blocker, as is issue 6851. So that leaves 4 release blockers for 2.6.3. Three of these are assigned to Ronald. Ronald are you sure you will have time to fi

Re: [Python-Dev] Python 2.6.3

2009-09-16 Thread Brett Cannon
On Wed, Sep 16, 2009 at 05:52, Barry Warsaw wrote: > On Sep 15, 2009, at 9:53 AM, Ronald Oussoren wrote: > >> The IDLE issue is IMHO a release blocker, as is issue 6851. > > So that leaves 4 release blockers for 2.6.3.  Three of these are assigned to > Ronald.  Ronald are you sure you will have ti

Re: [Python-Dev] Python 2.6.3

2009-09-16 Thread Barry Warsaw
On Sep 15, 2009, at 9:53 AM, Ronald Oussoren wrote: The IDLE issue is IMHO a release blocker, as is issue 6851. So that leaves 4 release blockers for 2.6.3. Three of these are assigned to Ronald. Ronald are you sure you will have time to fix these by then? The one I'm still uncertain on

Re: [Python-Dev] Python 2.6.3

2009-09-15 Thread Ronald Oussoren
On 10 Sep, 2009, at 18:23, Ned Deily wrote: In article <9d506035-7c2d-4929-a134-e88eeb7b7...@python.org>, Barry Warsaw wrote: On Sep 9, 2009, at 1:29 PM, Ned Deily wrote: In article <11a6545d-7204-4f61-b55b-1cc77cb56...@python.org>, Barry Warsaw wrote: I still want to release by the 25th

Re: [Python-Dev] Python 2.6.3

2009-09-11 Thread Barry Warsaw
On Sep 10, 2009, at 12:57 PM, Martin v. Löwis wrote: Barry Warsaw schrieb: I had previously wanted to release Python 2.6.3 over the summer, but for various personal reasons, the summer was just too insane. I'd like to reschedule a 2.6.3 release, shooting for final release on 25- September.

Re: [Python-Dev] Python 2.6.3

2009-09-10 Thread Russell E. Owen
In article , Ronald Oussoren wrote: > On 9 Sep, 2009, at 19:29, Ned Deily wrote: > > > > > > Without trying to put Ronald on the spot (too much!), it would be a > > good > > idea to get his assessment where things stand wrt 2.6 on 10.6 before > > setting a final release date. > > MacOS X 10.6

Re: [Python-Dev] Python 2.6.3

2009-09-10 Thread Martin v. Löwis
Barry Warsaw schrieb: > I had previously wanted to release Python 2.6.3 over the summer, but for > various personal reasons, the summer was just too insane. I'd like to > reschedule a 2.6.3 release, shooting for final release on 25-September. I'm travelling that week (as well as the time until th

Re: [Python-Dev] Python 2.6.3

2009-09-10 Thread Ned Deily
In article <9d506035-7c2d-4929-a134-e88eeb7b7...@python.org>, Barry Warsaw wrote: > On Sep 9, 2009, at 1:29 PM, Ned Deily wrote: > > > In article <11a6545d-7204-4f61-b55b-1cc77cb56...@python.org>, > > Barry Warsaw wrote: > >> I still want to release by the 25th, but I'd be willing to move the

Re: [Python-Dev] Python 2.6.3

2009-09-10 Thread Zvezdan Petkovic
On Sep 9, 2009, at 2:19 PM, Ronald Oussoren wrote: MacOS X 10.6 support should be stable now, except for a critical issue with IDLE: opening a new window hangs IDLE (issue 6864). That said, I haven't scanned the issue tracker for more 10.6 related issues. I just opened issue 6877 and provid

Re: [Python-Dev] Python 2.6.3

2009-09-09 Thread Ronald Oussoren
On 9 Sep, 2009, at 19:29, Ned Deily wrote: Without trying to put Ronald on the spot (too much!), it would be a good idea to get his assessment where things stand wrt 2.6 on 10.6 before setting a final release date. MacOS X 10.6 support should be stable now, except for a critical issue wit

Re: [Python-Dev] Python 2.6.3

2009-09-09 Thread Barry Warsaw
On Sep 9, 2009, at 1:29 PM, Ned Deily wrote: In article <11a6545d-7204-4f61-b55b-1cc77cb56...@python.org>, Barry Warsaw wrote: I still want to release by the 25th, but I'd be willing to move the rc to Monday the 21st. We're really just trying to avoid a brown bag moment, so that should give

Re: [Python-Dev] Python 2.6.3

2009-09-09 Thread Ned Deily
In article <11a6545d-7204-4f61-b55b-1cc77cb56...@python.org>, Barry Warsaw wrote: > I still want to release by the 25th, but I'd be willing to move the rc > to Monday the 21st. We're really just trying to avoid a brown bag > moment, so that should give us enough time to double check the rele

Re: [Python-Dev] Python 2.6.3

2009-09-09 Thread Barry Warsaw
On Sep 9, 2009, at 9:29 AM, Nick Coghlan wrote: Barry Warsaw wrote: I had previously wanted to release Python 2.6.3 over the summer, but for various personal reasons, the summer was just too insane. I'd like to reschedule a 2.6.3 release, shooting for final release on 25- September. We s

Re: [Python-Dev] Python 2.6.3

2009-09-09 Thread Nick Coghlan
Barry Warsaw wrote: > I had previously wanted to release Python 2.6.3 over the summer, but for > various personal reasons, the summer was just too insane. I'd like to > reschedule a 2.6.3 release, shooting for final release on 25-September. > > We should probably do a release candidate, so I'd li

[Python-Dev] Python 2.6.3

2009-09-09 Thread Barry Warsaw
I had previously wanted to release Python 2.6.3 over the summer, but for various personal reasons, the summer was just too insane. I'd like to reschedule a 2.6.3 release, shooting for final release on 25- September. We should probably do a release candidate, so I'd like to make that on 23