Re: [Python-Dev] Microsoft to acquire GitHub for $7.5 b

2018-06-06 Thread Steven D'Aprano
On Wed, Jun 06, 2018 at 05:59:17PM -0700, Chris Jerdonek wrote: > Is the “service” they provide (and what it needs) allowed to change over > time, so that the rights granted can expand? Of course it can change. And they might not even need to give us notice. But that's no different from any othe

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread Mariatta Wijaya
Are there APIs we can use to check the status of builbots? Maybe we can have the our bots check for the buildbot status in backport PRs. On Wed, May 30, 2018, 2:33 AM Victor Stinner wrote: > > Buildbots only send email notifications to buildbot-sta...@python.org > when the state changes from suc

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread Mariatta Wijaya
Activating Travis CI GitHub app is being tracked in https://github.com/python/core-workflow/issues/255 Let's not press the button until after the 3.7 release. On Wed, Jun 6, 2018, 3:57 PM INADA Naoki wrote: > ​ > ​2018年6月7日(木) 2:44 Brett Cannon : > >> >> On Wed, 6 Jun 2018 at 09:27 INADA Naoki

Re: [Python-Dev] Microsoft to acquire GitHub for $7.5 b

2018-06-06 Thread Chris Jerdonek
On Tue, Jun 5, 2018 at 7:03 PM Ivan Pozdeev via Python-Dev < python-dev@python.org> wrote: > On 05.06.2018 17:28, Martin Gainty wrote: > > who owns the Data hosted on Github? > > Github Author? > Microsoft? > > > Martin > > > https://help.github.com/articles/github-terms-of-service/#d-user-generat

Re: [Python-Dev] 2018 Python Language Summit coverage

2018-06-06 Thread Eric Snow
Thanks for doing this Jake. -eric On Wed, Jun 6, 2018 at 3:56 PM, Jake Edge wrote: > > Hola python-dev, > > I have been remiss in posting about my coverage from this year's Python > Language Summit -- not to mention remiss in getting it all written up. > But I am about half-way done with the ses

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread INADA Naoki
​ ​2018年6月7日(木) 2:44 Brett Cannon : > > On Wed, 6 Jun 2018 at 09:27 INADA Naoki wrote: > >> First I was also >>> confused between travis-ci.com and travis-ci.org ... The documentation >>> shows an example with .com, but Python organization uses .org. >>> >>> Victor >>> >> >> .org is legacy. >> >

[Python-Dev] 2018 Python Language Summit coverage

2018-06-06 Thread Jake Edge
Hola python-dev, I have been remiss in posting about my coverage from this year's Python Language Summit -- not to mention remiss in getting it all written up. But I am about half-way done with the sessions from this year. I am posting SubscriberLinks for articles that are still behind the payw

Re: [Python-Dev] Microsoft to acquire GitHub for $7.5 billion

2018-06-06 Thread Brett Cannon
On Wed, 6 Jun 2018 at 02:09 Matěj Cepl wrote: > On 2018-06-05, 15:03 GMT, Nick Coghlan wrote: > > I was actually looking into this recently to see if the > > repository import feature could be used to run a regularly > > updated repository mirror that included all issues and PR > > comments in ad

Re: [Python-Dev] Docstrings on builtins

2018-06-06 Thread Chris Barker via Python-Dev
On Tue, Jun 5, 2018 at 8:01 AM, Ivan Pozdeev wrote: > In [5]: print(str.__doc__) > str(object='') -> str > str(bytes_or_buffer[, encoding[, errors]]) -> str > > Create a new string object from the given object. If encoding or > errors is specified <...> > As you can see, the start of the type's d

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread Brett Cannon
On Wed, 6 Jun 2018 at 09:27 INADA Naoki wrote: > First I was also >> confused between travis-ci.com and travis-ci.org ... The documentation >> shows an example with .com, but Python organization uses .org. >> >> Victor >> > > .org is legacy. > > Open source projects can migrate to new .com. > .

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread INADA Naoki
> > First I was also > confused between travis-ci.com and travis-ci.org ... The documentation > shows an example with .com, but Python organization uses .org. > > Victor > .org is legacy. Open source projects can migrate to new .com. Maybe, ssh is .com only feature. https://blog.travis-ci.com/

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread Ivan Pozdeev via Python-Dev
On 06.06.2018 18:10, Victor Stinner wrote: 2018-06-04 21:37 GMT+02:00 Ivan Pozdeev : https://docs.travis-ci.com/user/running-build-in-debug-mode/ is the official doc on how to debug a Travis CI build via ssh. Did you already try it? The doc mentions a "[Debug]" button, but I cannot see it where

Re: [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression

2018-06-06 Thread Victor Stinner
2018-06-04 21:37 GMT+02:00 Ivan Pozdeev : > https://docs.travis-ci.com/user/running-build-in-debug-mode/ is the official > doc on how to debug a Travis CI build via ssh. Did you already try it? The doc mentions a "[Debug]" button, but I cannot see it whereas I'm logged in in the Python organizatio

Re: [Python-Dev] Python3 compiled listcomp can't see local var - bug or feature?

2018-06-06 Thread Nick Coghlan
On 6 June 2018 at 15:31, Rob Cliffe via Python-Dev wrote: > Is this a bug or a feature? > Consider the following program: > > # TestProgram.py > def Test(): > # global x > x = 1 > exec(compile('print([x+1,x+2])', 'MyTest', 'exec')) > exec(compile('print([x+i for i in range(1,3)])',

Re: [Python-Dev] Microsoft to acquire GitHub for $7.5 billion

2018-06-06 Thread Matěj Cepl
On 2018-06-05, 15:03 GMT, Nick Coghlan wrote: > I was actually looking into this recently to see if the > repository import feature could be used to run a regularly > updated repository mirror that included all issues and PR > comments in addition to the code, Good, thank you very much. I didn