Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-16 Thread Benjamin Peterson
On Wed, May 16, 2018, at 15:27, Steve Dower wrote: > Thanks Microsoft for the 20 concurrent builds on Windows, macOS and Linux :) That is quite generous! Will it be ongoing? ___ python-committers mailing list [email protected] https://mail.p

Re: [python-committers] Recent buildbot.python.org changes

2018-09-14 Thread Benjamin Peterson
On Fri, Sep 14, 2018, at 14:02, Zachary Ware wrote: > Hi all, > > Most of my effort this week has gone into improving the state of > buildbot.python.org, which has largely gone into improving Buildbot > itself. Here are the relevant highlights: > > - Anyone can now log into buildbot.python.or

Re: [python-committers] discuss.python.org participation

2018-10-15 Thread Benjamin Peterson
On Fri, Oct 12, 2018, at 11:55, Brett Cannon wrote: > On Thu, 11 Oct 2018 at 01:30, Antoine Pitrou wrote: > > > > > What concerns me is that there are several long-time and/or prominent > > developers who are not even registered (*) on discuss.python.org. For >

Re: [python-committers] [Python-Dev] Farewell, Python 3.4

2019-05-08 Thread Benjamin Peterson
rs of the release team that worked on > Python 3.4: > > > Georg Brandl > > > Julien Palard > > > Martin von Löwis > > > Ned Deily > > > Steve Dower > > > Terry Reedy > > > and all the engineers of the Python infrastructure team. >

[python-committers] Re: Make AppVeyor CI non-mandatory during the CPython sprint?

2019-09-09 Thread Benjamin Peterson
On Mon, Sep 9, 2019, at 16:50, Victor Stinner wrote: > Hi, > > I see a high activity on pull requests on the CPython project, likely > because of the CPython sprint. Sadly, the AppVeyor is still slow and > still has only 2 jobs in parallel. Yeah, there has been quite some crankiness about this

[python-committers] Re: Make AppVeyor CI non-mandatory during the CPython sprint?

2019-09-09 Thread Benjamin Peterson
On Mon, Sep 9, 2019, at 20:15, Terry Reedy wrote: > On 9/9/2019 12:46 PM, Benjamin Peterson wrote: > > > > > > On Mon, Sep 9, 2019, at 16:50, Victor Stinner wrote: > >> Hi, > >> > >> I see a high activity on pull requests on the CPython pr

[python-committers] Re: PEP 581/588 RFC: Collecting feedback about GitHub Issues

2019-09-10 Thread Benjamin Peterson
On Tue, Sep 10, 2019, at 06:54, Raymond Hettinger wrote: > Another essential bit of tooling for the migration: > > * Before filing a bug report or feature request, we ask people to > search to see if there is already an issue in progress or a resolved > issue on the topic. We need to make s

[python-committers] Re: Make AppVeyor CI non-mandatory during the CPython sprint?

2019-09-10 Thread Benjamin Peterson
On Tue, Sep 10, 2019, at 08:54, Victor Stinner wrote: > Le lun. 9 sept. 2019 à 18:46, Benjamin Peterson a écrit > : > > No one could think of a reason not to replace AppVeyor with Azure, so I've > > gone ahead and done that on all those branches. > > Here is a r

[python-committers] Re: PEP 581/588 RFC: Collecting feedback about GitHub Issues

2019-09-11 Thread Benjamin Peterson
On Wed, Sep 11, 2019, at 00:32, Steven D'Aprano wrote: > On Tue, Sep 10, 2019 at 09:49:00AM +0100, Benjamin Peterson wrote: > > > > > > On Tue, Sep 10, 2019, at 06:54, Raymond Hettinger wrote: > > > Another essential bit of tooling for the migration: > &

[python-committers] Re: Publish better than md5sums of Python builds?

2021-03-17 Thread Benjamin Peterson
On Wed, Mar 17, 2021, at 09:29, Victor Stinner wrote: > On Tue, Mar 16, 2021 at 9:16 PM Gregory P. Smith wrote: > > The benefit of listing the sha256 for files is that it prevents this > > question coming up again and again because md5 is old and rightfully on the > > "never use" list for man

[python-committers] Re: Do I qualify for a [email protected] email

2021-10-02 Thread Benjamin Peterson
For future reference, the policy is documented here: https://www.python.org/psf/records/board/policies/email/ On Sat, Oct 2, 2021, at 13:11, Joannah Nanjekye wrote: > Thanks Mariatta > > On Sat, Oct 2, 2021 at 3:07 PM Mariatta wrote: >> Hi Joannah, >> >> Yes you can request the email address by

[python-committers] Re: list of core-devs, triagers, etc.

2022-02-13 Thread Benjamin Peterson
Does https://github.com/python/voters/ suffice? On Sun, Feb 13, 2022, at 19:16, Ethan Furman wrote: > Greetings! > > Is there a list somewhere of the core developers and triagers? > > I'm looking to prune the core-mentorship subscriber list as I'm > confident 90%+ are folks that wanted help learn

Re: [python-committers] PQM?

2008-08-13 Thread Benjamin Peterson
suggesting, but on a local level. In my "testing" branch, I have added support for this in "make check". > > -Brett > ___ > python-committers mailing list > [email protected] > http://mail.python.org/mail

[python-committers] Fwd: Trunk and 3.0 branch are now open

2008-08-21 Thread Benjamin Peterson
-- Forwarded message -- From: Benjamin Peterson <[EMAIL PROTECTED]> Date: Thu, Aug 21, 2008 at 1:58 PM Subject: Re: [python-committers] Trunk and 3.0 branch are now open To: Brett Cannon <[EMAIL PROTECTED]> On Thu, Aug 21, 2008 at 1:30 PM, Brett Cannon <[EMAIL PR

Re: [python-committers] Fwd: Trunk and 3.0 branch are now open

2008-08-21 Thread Benjamin Peterson
by going to Search and choosing "needs > review" under the Keyword pull-down. Or you can click "edit" by "Your queries" and select the "Needs review" query. -- Cheers, Benjamin Peterson "There's no place like 127.0.0.1." __

Re: [python-committers] Fwd: Trunk and 3.0 branch are now open

2008-08-21 Thread Benjamin Peterson
; they are not > mutually exclusive. To help out your reviewers, you also might want to put your patch on Rietveld. I personally prefer using it instead of finding the files I need to compare the patch to manually and calculating out lines numbers etc. > > -Brett > -- Cheers, Ben

Re: [python-committers] Patches need review

2008-09-01 Thread Benjamin Peterson
und and doesn't involve the heavy lifting of 2to3; even if you aren't very familiar with 2to3, you could review it.) > > Regards > > Antoine. > > > ___ > python-committers mailing list > python-committers@python

Re: [python-committers] Cutting Python 2.6

2008-10-01 Thread Benjamin Peterson
o make any changes. > > Why freeze the 3.0 branch? So he can release 3.0rc2, I imagine. -- Cheers, Benjamin Peterson "There's no place like 127.0.0.1." ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] new tarballs

2008-10-02 Thread Benjamin Peterson
ild-installer.py?) I had to hack the thing up a bit to get it to work. It's ugly, though, so I'll have to clean it up and commit sometime. -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner."

Re: [python-committers] new tarballs

2008-10-03 Thread Benjamin Peterson
On Thu, Oct 2, 2008 at 6:28 PM, Jeff Senn <[EMAIL PROTECTED]> wrote: > > On Oct 2, 2008, at 6:26 PM, Benjamin Peterson wrote: > >> On Thu, Oct 2, 2008 at 4:51 PM, Jeff Senn <[EMAIL PROTECTED]> wrote: >>> >>> Is whoever does the OS-X build on this list?

Re: [python-committers] Cutting Python 2.6

2008-10-03 Thread Benjamin Peterson
still am quite inexperienced and gladly step aside for anyone who's been around longer. -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner." ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] [Python-3000] Proposed Python 3.0 schedule

2008-10-06 Thread Benjamin Peterson
olved. And looking at the tracker, I only see 18 release blockers. -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner." ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] [Python-Dev] Proposed Python 3.0 schedule

2008-10-08 Thread Benjamin Peterson
mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-committers > -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner." ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Cutting Python 2.6

2008-10-17 Thread Benjamin Peterson
On Fri, Oct 17, 2008 at 1:26 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Oct 3, 2008, at 4:55 PM, Benjamin Peterson wrote: > >> On Fri, Oct 3, 2008 at 7:09 AM, Barry Warsaw <[EMAIL PROTECTED]> wrote: &g

Re: [python-committers] 3.0 branch is unfrozen

2008-11-06 Thread Benjamin Peterson
On Thu, Nov 6, 2008 at 9:53 PM, Steve Holden <[EMAIL PROTECTED]> wrote: > > Which reminds me, now 3.0 is final does this mean the Grand Library > Reorganization has to wait until 4.0? PEP 3118 has been implemented. -- Cheers, Benjamin Peterson "There's nothing quit

Re: [python-committers] [Python-Dev] RELEASED Python 3.0 final

2008-12-06 Thread Benjamin Peterson
t; Mac/BuildScript/... > ___ > python-committers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-committers > -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as

Re: [python-committers] SVN pre-comit hook extended

2009-01-04 Thread Benjamin Peterson
On Sun, Jan 4, 2009 at 5:22 PM, Georg Brandl wrote: > Quick note: > > I've extended the pre-commit hook to also check documentation files (*.rst) > for trailing whitespace and tabs. Does "make patchcheck" also run the whitespace checker? -- Regards, Benjamin ___

Re: [python-committers] Luke Kenneth

2009-01-25 Thread Benjamin Peterson
On Sun, Jan 25, 2009 at 11:12 AM, Guido van Rossum wrote: > Is anyone else frustrated by Luke Kenneth Casson Leighton's rants in > python-dev? It seems he is living on another planet to me. Or am I > seeing it all wrong? He also has annoying habit of "reopening" issues by duplicating another one

Re: [python-committers] DVCS and windows line endings.

2009-02-25 Thread Benjamin Peterson
On Wed, Feb 25, 2009 at 6:14 PM, Mark Hammond wrote: > > To the best of my knowledge, bzr's support for this is a few months away.  I > keep hearing rumours mercurial does support it and I'm just starting work on > a mercurial based project, so I may be able to find some answers there - > does any

Re: [python-committers] Survey about DVCSs compared to svn

2009-03-01 Thread Benjamin Peterson
2009/3/1 Nick Coghlan : > Martin v. Löwis wrote: >> and that it takes forever > > Not sure about that - I *do* port my own changes, and while the merges > are quicker than a full recompile or running the test suite, they're > still far, far, slower than applying an equivalent patch or doing an svn

[python-committers] doing 3.1a1; py3k frozen

2009-03-07 Thread Benjamin Peterson
Please no checkins in branches/py3k until I give the word. Thanks. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] py3k unfrozen

2009-03-07 Thread Benjamin Peterson
branches/py3k is now open for work on the second 3.1 alpha. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] py3k frozen

2009-04-04 Thread Benjamin Peterson
I'm going to release 3.1a2 now. Please don't commit anything without my blessing. I'm on #python-dev on Freenode, and you can always email me. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/ma

[python-committers] py3k now open

2009-04-04 Thread Benjamin Peterson
Happy hacking on beta 1! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Misc/NEWS entries added to released versions

2009-04-06 Thread Benjamin Peterson
2009/4/5 Matthias Klose : > While looking at the diffs between the 261 release tags and the 26 branch, I > noticed many items in Misc/NEWS appearing in the 2.6.1 or even 2.6 sections. > I moved all of these to 2.6.2, after checking some of them, and found all of > the > checked ones be backported

[python-committers] Py3k now frozen

2009-05-06 Thread Benjamin Peterson
While I'm making 3.1 beta 1, the py3k branch is hereby frozen. -- Thanks, Benjamin (Here's some extra characters, so the spam filter doesn't catch this. blah, balh, balh) ___ python-committers mailing list [email protected] http://mail.pytho

[python-committers] py3k now unfrozen

2009-05-06 Thread Benjamin Peterson
I've released the beta, so the branch is now open. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] py3k is open

2009-05-06 Thread Benjamin Peterson
I've released 3.1 beta 1, so the branch is now open. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] Py3k is now frozen

2009-05-30 Thread Benjamin Peterson
I'm going to do the release candidate now. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] py3k is open

2009-05-30 Thread Benjamin Peterson
branches/py3k is now open for bug fixes. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] py3k frozen

2009-06-13 Thread Benjamin Peterson
Please no commits until I'm done with this release. Thanks! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] py3k unfrozen

2009-06-13 Thread Benjamin Peterson
Remember: Be extremely conservative with commits now! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] Py3k frozen

2009-06-26 Thread Benjamin Peterson
The py3k branch is now frozen for 3.1 final to be tagged. If you need to contact me, I will be watching my inbox and on Freenode IRC #python-dev. The tree will be frozen for about a day, so binaries can be built. -- Regards, Benjamin ___ python-committe

[python-committers] Onto 3.2

2009-06-27 Thread Benjamin Peterson
Now that 3.1 is released, branches/py3k is open for 3.2, and branches/release31-maint is open for 3.1.1. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] old 2.7 features

2009-06-28 Thread Benjamin Peterson
If you have features that were added while 3.1 was in feature freeze, please merge them. Thanks, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Why r69846 is not merged to "release26-maint"?

2009-07-02 Thread Benjamin Peterson
2009/7/2 Jesus Cea : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have found a few flaws in 2.6 documentation. I was going to correct > them when I found they are already solved in trunk in r69846, done by > mark.dickinson in february. > > Is there any reason for that commit not to be me

Re: [python-committers] Why r69846 is not merged to "release26-maint"?

2009-07-02 Thread Benjamin Peterson
2009/7/2 Jeroen Ruigrok van der Werven : > -On [20090702 17:15], Jesus Cea ([email protected]) wrote: >>Ughhh. This is actually a good reason to migrate to mercurial, were >>merges are painless :-). > > For all I know Mercurial doesn't make the issue of resolving content merges > easier, so that would m

Re: [python-committers] Why r69846 is not merged to"release26-maint"?

2009-07-02 Thread Benjamin Peterson
2009/7/2 Christian Heimes : > Barry Warsaw wrote: >> I will announce this to py-list, py-ann, and update the 3.0 download pages. >> >> There will be no 3.0.2. > > +1 for your decision. > > Are there any known incompatibilities that could break a Python 3.0 > script on 3.1? This is the short list:

Re: [python-committers] r73807 - python/branches/py3k/setup.py

2009-07-07 Thread Benjamin Peterson
2009/7/7 Georg Brandl : > I think this should be reverted -- the support code is not for the > bsddb module, but for building the dbm module with bsddb. Would you mind doing the honors? I'm on holiday.:) -- Regards, Benjamin ___ python-committers mai

[python-committers] encoding of Misc/NEWS and Misc/ACKS

2009-07-12 Thread Benjamin Peterson
Since we are living in 2009 now, I've changed the encodings of Misc/ACKS and Misc/NEWS to UTF-8 from latin-1. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Data corruption issue (C IO library)

2009-08-06 Thread Benjamin Peterson
Hi everyone, I'm just getting back from the nice trip to the Olympic Peninsula. I should be able to do a release sometime next week. In the meantime, could someone post the patch to the 3.1 download site? (We should add a note to the quick links section, too.) 2009/8/6 Georg Brandl : > We can eith

[python-committers] 3.1 maint frozen

2009-08-13 Thread Benjamin Peterson
I'm going to start working on 3.1.1 now. Please no commits to it. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] 3.1 maint frozen

2009-08-13 Thread Benjamin Peterson
2009/8/13 Brett Cannon : > Is this an alpha or beta cut for 3.1.1? I have a crasher fix I plan to > commit later today. I'm calling it an RC. Feel free to commit that fix now that I've tagged the release. -- Regards, Benjamin ___ python-committers ma

[python-committers] 3.1 maint open

2009-08-16 Thread Benjamin Peterson
3.1.1 is out, so the maintence branch is open for 3.1.2. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Adding a hidden field to BaseException going to break the ABI?

2009-09-13 Thread Benjamin Peterson
2009/9/13 Brett Cannon : > issue6844 wants to stop a warning from being raised when someone > accesses a 'message' attribute on an exception when it is set by the > user (currently any usage of the 'message' attribute raises a > warning). To do this properly is going to require some state flag on >

Re: [python-committers] Doug Hellmann

2009-09-18 Thread Benjamin Peterson
2009/9/18 Jesse Noller : > I would like to propose we give the commit bit to Doug Hellmann in > order for him to help out with documentation and GHOP style tasks > (he's helped in the past). > > You might know him from the "Python Module of the Week" series here: > > http://www.doughellmann.com/PyM

[python-committers] trunk is now frozen

2009-12-05 Thread Benjamin Peterson
I'm going to cut the 2.7a1 release now, so please no checkins until I give the all clear. Thank you! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk unfrozen

2009-12-05 Thread Benjamin Peterson
The alpha is out, so feel free to commit again. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] checkin freeze on trunk

2010-01-09 Thread Benjamin Peterson
Please no commits in the trunk until I finish with 2.7a2. Thanks! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk open

2010-01-09 Thread Benjamin Peterson
With 2.7a2 out, the trunk is now available for development towards 2.7 alpha 3. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] 2.7 alpha 3

2010-02-06 Thread Benjamin Peterson
Please no checkins to the trunk while I do the release. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk open

2010-02-06 Thread Benjamin Peterson
2.7a3 is out, so feel free to commit again. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Commit access for David Malcolm

2010-02-20 Thread Benjamin Peterson
2010/2/20 Jeffrey Yasskin : > Hi all, > > David Malcolm is the Fedora maintainer for the Python package and has > written a gdb plugin to replace and dramatically improve our old > Misc/gdbinit file using the new python scripting support in gdb-7. You > can see it in action at > http://fedoraprojec

Re: [python-committers] branches and merging

2010-03-01 Thread Benjamin Peterson
2010/3/1 Brett Cannon : > > > On Mon, Mar 1, 2010 at 09:31, Eric Smith wrote: >> I've been doing it to remind myself of things that need to be merged, or >> not. And I believe it used to be used by people doing mass-merges, I'm not >> sure if that is done any more. > > Georg and Benjamin used to d

[python-committers] doing 2.7a4 and 3.1.2rc1

2010-03-06 Thread Benjamin Peterson
I'm going to start working on these two releases, so please refrain from making checkins in the trunk or the 3.1 branch. Thanks! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo

[python-committers] branches open

2010-03-06 Thread Benjamin Peterson
With 3.1.2rc2 and 2.7a4 out, the trunk and the 3.1 branch are open to commits. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Is 3.1 open? (was: Re: Fw: [Python-checkins] r78823 - python/tags/r265rc2)

2010-03-13 Thread Benjamin Peterson
2010/3/13 Jesus Cea : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/13/2010 11:25 PM, Barry Warsaw wrote: >> On Mar 13, 2010, at 08:42 PM, Jesus Cea wrote: >> >>> I was wondering about http://bugs.python.org/issue3928 . It is a trivial >>> fix a couple of lines long only. >> >> These

Re: [python-committers] Is 3.1 open?

2010-03-13 Thread Benjamin Peterson
2010/3/13 "Martin v. Löwis" : What about 3.1.3, Benjamin?. I guess it is too late for 3.1.2, since the rc is out. I saw your message asking for stopping commits the 6th march, but I haven't seen another message opening the gates again... >>> As Martin pointed out, I don't think

Re: [python-committers] Is 3.1 open?

2010-03-13 Thread Benjamin Peterson
2010/3/13 Jesus Cea : > I will commit the patch to trunk and py3k, and to 2.6 and 3.1 branch > after 2.6.5 and 3.1.2 are out. > > Should I commit now to trunk/py3k and later to 2.6/3.1, or wait to do > the four commits at the same time?. Don't want to miss the 2.7beta. That's up to you. > > Mercu

Re: [python-committers] Is 3.1 open?

2010-03-17 Thread Benjamin Peterson
2010/3/17 Nick Coghlan : > Short version: SVN and other non-DVCS systems don't store enough (or the > right) metadata to support merging properly, so branching becomes > unnecessarily painful. This isn't really true these days given svn merge --reintegrate. -- Regards, Benjamin ___

[python-committers] tagging 3.1.2

2010-03-20 Thread Benjamin Peterson
There are now no 3.1 release blockers, so on with the release! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] 3.12 done, ready for more fixes

2010-03-21 Thread Benjamin Peterson
The 3.1 branch is now open for the first palindrome release in 3.x. :) -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] [Python-Dev] stabilizing for a release

2010-04-06 Thread Benjamin Peterson
Let's do it. Please no commits to the trunk which are not aimed at fixing the current buildbot failures. Thank you! 2010/4/6 "Martin v. Löwis" : > Benjamin Peterson wrote: >> I propose that we freeze the trunk except for fixes for the buildbots. >> Thoughts? &g

Re: [python-committers] pybsddb 5.0.0 integration and 2.7beta1 schedule

2010-04-07 Thread Benjamin Peterson
2010/4/6 "Martin v. Löwis" : >> 1. Ships 2.7.0 with current pybsddb code.  The CObject deprecation is >> currently silenced explictly. > > This is what I recommend to do. CObject should not be deprecated for > 2.x, so bsddb using it is just fine - no need for change. I think this option is best, t

[python-committers] trunk now completely frozen

2010-04-10 Thread Benjamin Peterson
Time to release the first beta. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk unfrozen

2010-04-10 Thread Benjamin Peterson
Commit away! I look forward to seeing more green buildbots for the next beta. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] 2.7 beta 2

2010-05-08 Thread Benjamin Peterson
I'm going to release 2.7 beta 2 now, so the trunk is frozen until that's done. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk open

2010-05-08 Thread Benjamin Peterson
With 2.7b2 done, the trunk is open for commits. Keep in mind that the next release will be a release candidate. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committer

[python-committers] trunk frozen

2010-06-05 Thread Benjamin Peterson
I'm now releasing 2.7rc1, so please no commits. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk is open, but!

2010-06-05 Thread Benjamin Peterson
Python 2.7 release candidate 1 has been released. That means the trunk is open, but we are also now in the final development phase for Python 2.7. Stability is the top priority now. Please be very careful about what you change now, ensuring that your alterations will not have unexpected consequence

[python-committers] release candidate

2010-06-19 Thread Benjamin Peterson
I apologize for silently missing 2.7rc2 today; an event ran longer than I anticipated. I plan to release tomorrow, Sunday. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/pytho

[python-committers] tagging 2.7rc2

2010-06-21 Thread Benjamin Peterson
So please no trunk commits! -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] trunk open

2010-06-21 Thread Benjamin Peterson
The final release is next, so there really should be excellent reasons to change things in the trunk now. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] Delaying 3.2 release

2010-06-30 Thread Benjamin Peterson
2010/6/30 Georg Brandl : > All in all, hearing the arguments in this thread I agree that a month > more time for development is a good thing, and I will update the release > schedule accordingly. You could just throw in another alpha. It never hurts to get the code out there IMO. -- Regards, Be

[python-committers] changes after 2.7 final

2010-07-01 Thread Benjamin Peterson
After I tag 2.7 this Saturday, I will effect the following changes in the repository: - I will make the 2.7 maintenance branch. - I will remove svnmerge from trunk -> py3k. - I will initialize svnmerge from py3k -> 2.7maint. - The trunk will be officially closed. I suggest you just delete your trun

[python-committers] churning 2.7

2010-07-03 Thread Benjamin Peterson
The last release blockers have been closed, so I'm now going to go ahead if the release. Please no commits to the trunk... ever again! :) -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman

[python-committers] 2.7 almost out the door

2010-07-03 Thread Benjamin Peterson
2.7 has been tagged, and I have uploaded docs and the source tarballs to python.org. I will wait on binaries before announcing the release. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailm

Re: [python-committers] 2.7 almost out the door

2010-07-03 Thread Benjamin Peterson
2010/7/3 Alexander Belopolsky : > The "What’s New in Python 2.7" document says "Python 2.7 was released > on July 7, 2010."  Is this a typo or you plan a 4-day cool off period > before making an announcement? I was thinking of July being the 7th month when I did that. -- Regards, Benjamin _

Re: [python-committers] PEP checkin process

2010-07-21 Thread Benjamin Peterson
2010/7/21 Nick Coghlan : > On Thu, Jul 22, 2010 at 2:15 AM, Guido van Rossum wrote: >> You can check in directly. The peps@ list is only for PEP authors >> without checkin privileges, or if you're not sure you have conformed >> to the PEP template sufficiently well. Picking a PEP number is >> arbi

Re: [python-committers] PEP checkin process

2010-07-22 Thread Benjamin Peterson
2010/7/22 Nick Coghlan : > On Thu, Jul 22, 2010 at 6:35 PM, Barry Warsaw wrote: >> On Jul 22, 2010, at 08:17 AM, Nick Coghlan wrote: >> >>>Useful commands (using PEP 3150 as my example): >>>python genpepindex.py # ./genpepindex.py only works if Python 2.5 is >>>installed ./pep2html.py -b 3150 # Ge

Re: [python-committers] JetBrains PyCharm license for the team

2010-10-22 Thread Benjamin Peterson
2010/10/22 Georg Brandl : > Am 22.10.2010 20:53, schrieb Brett Cannon: >> On Fri, Oct 22, 2010 at 10:53, Georg Brandl wrote: >>> Am 22.10.2010 19:33, schrieb Brett Cannon: JetBrains has granted us a group FLOSS license for PyCharm: http://www.jetbrains.com/pycharm/ . It's good for a year

Re: [python-committers] Deny nonbreaking spaces in the precommit script?

2010-11-07 Thread Benjamin Peterson
2010/11/7 Victor Stinner : > Hi, > > I introduced nonbreaking spaces in Lib/os.py in a comment, because I kept Alt > Gr. key pressed to write the space after # (stupid Xorg keyboard variant!). > > This change introduces a strange bug in "LANG=C ./python -m test.regrtest -v > test_imp test_trace" co

Re: [python-committers] Deny nonbreaking spaces in the precommit script?

2010-11-08 Thread Benjamin Peterson
2010/11/8 Łukasz Langa : > Am 07.11.2010 19:28, schrieb Benjamin Peterson: >> >> 2010/11/7 Victor Stinner: >>> >>> I would like to know if it would be >>> possible to block a commit introducing nonbreaking spaces? A least for me >>> :-)

[python-committers] 2.7 and 3.1 branches frozen for RC

2010-11-13 Thread Benjamin Peterson
All branches are closed now. I'll be on #python-dev and on email if you need me. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] maintenance branches are open

2010-11-13 Thread Benjamin Peterson
2.7.1rc1 and 3.1.3rc1 are released, so their branches are open now. Please only very safe bug fixes until final (two weeks). -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/pyt

Re: [python-committers] maintenance branches are open

2010-11-20 Thread Benjamin Peterson
2010/11/20 Éric Araujo : >> 2.7.1rc1 and 3.1.3rc1 are released, so their branches are open now. >> Please only very safe bug fixes until final (two weeks). > > I’m afraid I can’t define what a very safe fix is.  I think I won’t > merge anything for another week and then suffer the pains of svnmerge

[python-committers] 2.7.1 and 3.1.3 today

2010-11-27 Thread Benjamin Peterson
I'm going to start working on the releases now, so the maintenance branches are now closed. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers

[python-committers] 2.7.* and 3.1.* branches open

2010-11-27 Thread Benjamin Peterson
With 2.7.1 and 3.1.3 out, the maintenance branches are again open. I would expect 3.1.4 and 2.7.2 to be released in the June/July area. -- Regards, Benjamin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/l

Re: [python-committers] Blocking feature backports

2010-12-01 Thread Benjamin Peterson
2010/12/1 Terry Reedy : > I would like to commit a couple of new feature patches in the next couple of > days for #9299 (if no one else does it) and #10534 (working on that).  It > appears to be somewhat customary to follow such patches with 3.1/2.7 blocks, > but Georg implied in another message th

Re: [python-committers] branches are open

2011-02-22 Thread Benjamin Peterson
2011/2/21 Georg Brandl : > py3k is now 3.3a0, and I've created a new release32-maint branch. > Thanks to Martin for setting up svnmerge on the new branch; please > merge all bug fixes to release32-maint as usual. > > Benjamin, how long will you want to maintain 3.1 in bugfix mode? I will try to re

  1   2   >