Re: [python-committers] [Python-Dev] Proposed release schedule for Python 3.5.4

2017-06-23 Thread Victor Stinner
2017-06-22 17:56 GMT+02:00 Brett Cannon : > On Thu, 22 Jun 2017 at 02:32 Larry Hastings wrote: >> Seriously, though, I was mostly hoping other people would handle the >> security stuff and just keep me informed. If I'm the only one permitted to >> accept PRs into 3.4 (and soon 3.5), okay, I can w

Re: [python-committers] [Python-Dev] Proposed release schedule for Python 3.5.4

2017-06-23 Thread Larry Hastings
On 06/23/2017 01:55 AM, Victor Stinner wrote: Larry: would you be ok to turn this protection off on the 3.4 branch? Or would you feel more confortable if only a few people would be allowed to push to the 3.4 branch, so add me a whitelist group or something like that? Actually I kind of like the

Re: [python-committers] [Python-Dev] Proposed release schedule for Python 3.5.4

2017-06-23 Thread Victor Stinner
2017-06-23 15:19 GMT+02:00 Larry Hastings : > Do you need write access to the branch in order to get Travis CI working? As soon as someone reviews my proposed 3.4 patches, no :-) I will work on a PR. Victor ___ python-committers mailing list python-comm

Re: [python-committers] Proposed release schedule for Python 3.5.4

2017-06-23 Thread Larry Hastings
On 06/21/2017 07:58 PM, Larry Hastings wrote: If you have any feedback / concerns about this schedule, or if you think it's important that I release 3.4.7 with these minor changes, please reply here. If I don't hear anything back in a day or two I'll go ahead and make this the official schedul

Re: [python-committers] link from github to bpo?

2017-06-23 Thread R. David Murray
On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya wrote: > PR 2304 is merged. "View Details" still exists (scroll all the way down). > > When the PR is not yet merged (e.g. > https://github.com/python/cpython/pull/2316), the UI looks different. > Click 'Show all checks' to get the link back to

[python-committers] Reminder! Today's the last day for core sprint sign-ups!

2017-06-23 Thread Guido van Rossum
[Was: Core sprint 2017 - Sep 4 - Sep 9, Menlo Park, California] On Mon, Jun 12, 2017 at 4:04 PM, Lukasz Langa wrote: > Hello fellow committers! > I'm organizing another core sprint this year to make Python 3.7 the best > release possible. > > *WHY*: > 1. *Community*. The sprints at the end of

Re: [python-committers] link from github to bpo?

2017-06-23 Thread Brett Cannon
On Fri, 23 Jun 2017 at 09:28 R. David Murray wrote: > On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya < > mariatta.wij...@gmail.com> wrote: > > PR 2304 is merged. "View Details" still exists (scroll all the way down). > > > > When the PR is not yet merged (e.g. > > https://github.com/python/c

[python-committers] New workflow change: Welcome to blurb

2017-06-23 Thread Larry Hastings
One minor but ongoing problem we've had in CPython core development has been the mess of updating Misc/NEWS. Day-to-day developers may have a conflict if they lose a push race, which means a little editing. You'll have a similar, if slightly worse, problem when cherry-picking a fix between

Re: [python-committers] [Python-Dev] New workflow change: Welcome to blurb

2017-06-23 Thread Steve Dower
One quick heads up – the NEWS file is included in the docs build (if not in the html docs, certainly in the CHM for Windows releases). You may have to do some extra work to keep that from breaking when you remove it. We might also include it as plain text in the installers, I forget right now.

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-23 Thread Nick Coghlan
On 24 June 2017 at 13:24, Larry Hastings wrote: > > > One minor but ongoing problem we've had in CPython core development has been > the mess of updating Misc/NEWS. Day-to-day developers may have a conflict > if they lose a push race, which means a little editing. You'll have a > similar, if sli

Re: [python-committers] [Python-Dev] New workflow change: Welcome to blurb

2017-06-23 Thread Nick Coghlan
On 24 June 2017 at 14:01, Craig Rodrigues wrote: > On Fri, Jun 23, 2017 at 8:24 PM, Larry Hastings wrote: >> >> >> >> We've been talking about addressing this for years. Fixing this was one >> of the goals of the new workflow. And finally, as of right now, the future >> is here. Ladies and gen

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-23 Thread Serhiy Storchaka
2017-06-24 6:24 GMT+03:00 Larry Hastings : > One minor but ongoing problem we've had in CPython core development has been > the mess of updating Misc/NEWS. Day-to-day developers may have a conflict > if they lose a push race, which means a little editing. You'll have a > similar, if slightly wors