[issue35739] Enable verbose of tests during PGO build on amd64 platforms

2019-01-14 Thread Jorge Ramos
Change by Jorge Ramos : -- keywords: +patch, patch, patch pull_requests: +11193, 11194, 11195 stage: -> patch review ___ Python tracker ___ ___

[issue35738] Update timeit documentation to reflect default repeat of three

2019-01-14 Thread Henry Chen
Change by Henry Chen : -- keywords: +patch pull_requests: +11196 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue35738] Update timeit documentation to reflect default repeat of three

2019-01-14 Thread Henry Chen
Change by Henry Chen : -- keywords: +patch, patch pull_requests: +11196, 11197 stage: -> patch review ___ Python tracker ___ ___ Py

[issue35738] Update timeit documentation to reflect default repeat of three

2019-01-14 Thread Henry Chen
Change by Henry Chen : -- keywords: +patch, patch, patch pull_requests: +11196, 11197, 11198 stage: -> patch review ___ Python tracker ___

[issue35738] Update timeit documentation to reflect default repeat of five

2019-01-14 Thread Henry Chen
Change by Henry Chen : -- title: Update timeit documentation to reflect default repeat of three -> Update timeit documentation to reflect default repeat of five ___ Python tracker ___

[issue35740] ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64

2019-01-14 Thread ossdev
Change by ossdev : -- assignee: christian.heimes components: SSL nosy: christian.heimes, ossdev07 priority: normal severity: normal status: open title: ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 type: enhancement versions: Python 3.7 __

[issue35740] openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64

2019-01-14 Thread ossdev
Change by ossdev : -- title: ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 -> openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 ___ Python tracker ___

[issue35740] openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64

2019-01-14 Thread ossdev
New submission from ossdev : as per in https://github.com/openssl/openssl/issues/6856 , for windows on ARM64 we need to switch to Openssl 1.1.1 -- ___ Python tracker ___ _

[issue35740] openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64

2019-01-14 Thread Christian Heimes
Christian Heimes added the comment: 3.7 uses OpenSSL 1.1.0. OpenSSL 1.1.1 adds TLS 1.3 and behaves differently than 1.1.0. We cannot update 3.7 to 1.1.1 because it would break backwards compatibility. For 3.8, we can move to 1.1.1. You either have to compile your own Python and OpenSSL 1.1.1

<    1   2