Fwd: [Python-checkins] r71346 - python/tags/r262c1

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The release is tagged. Martin, can you build the Windows installer? Barry
Begin forwarded message:
From: barry.warsaw python-checkins@python.org Date: April 6, 2009 9:54:35 PM EDT To: python-checkins@python.org Subject: [Python-checkins] r71346 - python/tags/r262c1 Message-Id: 20090407015435.BE3EA1E4021@bag.python.org
Author: barry.warsaw Date: Tue Apr 7 03:54:35 2009 New Revision: 71346
Log: Tag for 2.6.2 candidate 1
Added: python/tags/r262c1/ - copied from r71345, /python/branches/release26-maint/ _______________________________________________ Python-checkins mailing list Python-checkins@python.org http://mail.python.org/mailman/listinfo/python-checkins

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 6, 2009, at 9:58 PM, Barry Warsaw wrote:
The release is tagged. Martin, can you build the Windows installer?
The 2.6 branch is now open for commits. Please, critical fixes only,
and check with me on irc before you check anything else in. I'm still
planning on tagging 2.6.2 final on the 9th so that we can do the
release on Friday the 10th.
Barry

Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 6, 2009, at 9:58 PM, Barry Warsaw wrote:
The release is tagged. Martin, can you build the Windows installer?
The 2.6 branch is now open for commits. Please, critical fixes only, and check with me on irc before you check anything else in. I'm still planning on tagging 2.6.2 final on the 9th so that we can do the release on Friday the 10th.
Barry
Sorry, I was late. Buildbot on release26-maint is all red now. See http://www.python.org/dev/buildbot/2.6.stable/ (Most of them are related to doctest change?) I think we should fix them before release.

On Tue, Apr 7, 2009 at 06:06, Hirokazu Yamamoto ocean-city@m2.ccsnet.ne.jp wrote:
Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 6, 2009, at 9:58 PM, Barry Warsaw wrote:
The release is tagged. Martin, can you build the Windows installer?
The 2.6 branch is now open for commits. Please, critical fixes only, and check with me on irc before you check anything else in. I'm still planning on tagging 2.6.2 final on the 9th so that we can do the release on Friday the 10th.
Barry
Sorry, I was late. Buildbot on release26-maint is all red now. See http://www.python.org/dev/buildbot/2.6.stable/ (Most of them are related to doctest change?) I think we should fix them before release.
This change http://mail.python.org/pipermail/python-checkins/2009-April/081141.html broke all these tests, and was backported to 2.6.
Trunk is affected as well, but not 3.1?

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 7, 2009, at 3:25 AM, Amaury Forgeot d'Arc wrote:
On Tue, Apr 7, 2009 at 06:06, Hirokazu Yamamoto ocean-city@m2.ccsnet.ne.jp wrote:
Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 6, 2009, at 9:58 PM, Barry Warsaw wrote:
The release is tagged. Martin, can you build the Windows
installer?The 2.6 branch is now open for commits. Please, critical fixes
only, and check with me on irc before you check anything else in. I'm still
planning on tagging 2.6.2 final on the 9th so that we can do the release on
Friday the 10th.Barry
Sorry, I was late. Buildbot on release26-maint is all red now. See http://www.python.org/dev/buildbot/2.6.stable/ (Most of them are related to doctest change?) I think we should fix them before release.
This change http://mail.python.org/pipermail/python-checkins/2009-April/ 081141.html broke all these tests, and was backported to 2.6.
Trunk is affected as well, but not 3.1?
Would one of you be able to revert this change on the 2.6 branch? I'm
rather swamped at work at the moment. If not, I'll try to get to it
tonight.
Martin et al, let's not cut 2.6.2c1 from this tag. Once this
regression is fixed, I'll retag rc1.
Barry

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 7, 2009, at 10:34 AM, Hirokazu Yamamoto wrote:
Barry Warsaw wrote:
Would one of you be able to revert this change on the 2.6 branch?
I'm rather swamped at work at the moment. If not, I'll try to get
to it tonight.Done in r71358.
Thanks very much! I've updated the NEWS file and retagged. The tests
pass locally, so let's see how the buildbots do.
Barry

Amaury Forgeot d'Arc schrieb:
On Tue, Apr 7, 2009 at 06:06, Hirokazu Yamamoto ocean-city@m2.ccsnet.ne.jp wrote:
Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Apr 6, 2009, at 9:58 PM, Barry Warsaw wrote:
The release is tagged. Martin, can you build the Windows installer?
The 2.6 branch is now open for commits. Please, critical fixes only, and check with me on irc before you check anything else in. I'm still planning on tagging 2.6.2 final on the 9th so that we can do the release on Friday the 10th.
Barry
Sorry, I was late. Buildbot on release26-maint is all red now. See http://www.python.org/dev/buildbot/2.6.stable/ (Most of them are related to doctest change?) I think we should fix them before release.
This change http://mail.python.org/pipermail/python-checkins/2009-April/081141.html broke all these tests, and was backported to 2.6.
Trunk is affected as well, but not 3.1?
Sorry about that. Seems I ran the test over the wrong checkout *shame*. That's the problem when you need more than one checkout in order to work on more than one patch at the same time. I'd like to say it wouldn't have happened with Mercurial, but I'm not that convinced ;)
Georg
participants (4)
-
Amaury Forgeot d'Arc
-
Barry Warsaw
-
Georg Brandl
-
Hirokazu Yamamoto