Re: [Python-Dev] How to watch buildbots?

2018-05-31 Thread Ivan Pozdeev via Python-Dev
On 30.05.2018 16:36, Nick Coghlan wrote: On 30 May 2018 at 22:30, Ivan Pozdeev via Python-Dev mailto:python-dev@python.org>> wrote: What's the big idea of separate buildbots anyway? I thought the purpose of CI is to test everything _before_ it breaks the main codebase. Then it's the

Re: [Python-Dev] Withdraw PEP 546? Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7

2018-05-31 Thread Donald Stufft
> On May 31, 2018, at 10:22 AM, Nick Coghlan wrote: > > On 31 May 2018 at 19:34, Nathaniel Smith > wrote: > On Wed, May 30, 2018, 14:21 Victor Stinner > wrote: > MemoryBIO was the key feature which allowed to implement TLS for the > ProactorE

Re: [Python-Dev] What is the command to upgrade python 3.6.5 to 3.7.5?

2018-05-31 Thread Ivan Pozdeev via Python-Dev
https://stackoverflow.com/questions/15102943/how-to-update-python/50616351#50616351 On 01.06.2018 5:22, Jonathan Tsang via Python-Dev wrote: Hi Dev. Support,  Is there a command that can help me to upgrade python 3.6.5 to 3.7.5 without uninstall and reinstall please? Thanks, Jonathan _

[Python-Dev] What is the command to upgrade python 3.6.5 to 3.7.5?

2018-05-31 Thread Jonathan Tsang via Python-Dev
Hi Dev. Support,  Is there a command that can help me to upgrade python 3.6.5 to 3.7.5 without uninstall and reinstall please? Thanks,Jonathan___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscrib

Re: [Python-Dev] The history of PyXML

2018-05-31 Thread Jeremy Kloth
On Mon, May 28, 2018 at 9:53 PM, Serhiy Storchaka wrote: > 28.05.18 23:11, Jeremy Kloth пише: >> >> On Thu, May 17, 2018 at 6:18 AM, Serhiy Storchaka >> wrote: >>> >>> Does anyone has the full copy of the PyXML repository, with the complete >>> history? >>> >> >> Here you go! >> >> https://github

Re: [Python-Dev] Withdraw PEP 546? Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7

2018-05-31 Thread Nick Coghlan
On 31 May 2018 at 19:34, Nathaniel Smith wrote: > On Wed, May 30, 2018, 14:21 Victor Stinner wrote: > >> MemoryBIO was the key feature which allowed to implement TLS for the >> ProactorEventLoop (IOCP) of asyncio. >> > > MemoryBIO is definitely super useful for async libraries – trio uses it, >

Re: [Python-Dev] Withdraw PEP 546? Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7

2018-05-31 Thread Nathaniel Smith
On Wed, May 30, 2018, 14:21 Victor Stinner wrote: > 2018-05-30 18:02 GMT+02:00 Nathaniel Smith : > > On Wed, May 30, 2018, 07:30 Victor Stinner wrote: > >> > >> Does anyone would benefit of MemoryBIO in Python 2.7? Twisted, > >> asyncio, trio, urllib3, anyone else? > > > > Asyncio and trio are s