[issue26736] Use HTTPS protocol in links

2016-05-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Georg Brandl
Georg Brandl added the comment: Newer Sphinx versions already redefine docutils' RFC and PEP URLs to use https. -- ___ Python tracker ___

[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The :rfc: and :pep: roles are defined in Sphinx. I don't know if they can be configured to use HTTPS. -- ___ Python tracker ___ _

[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 211a9f32dfb9 by Serhiy Storchaka in branch '3.5': Issue #26736: Used HTTPS for external links in the documentation if possible. https://hg.python.org/cpython/rev/211a9f32dfb9 New changeset 3ceb54a49387 by Serhiy Storchaka in branch 'default': Issue

[issue26736] Use HTTPS protocol in links

2016-05-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: docs@python -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue26736] Use HTTPS protocol in links

2016-04-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If these changes are acceptable, we should change the :rfc:, :pep:, etc roles to produce links with https. I was not sure that these changes are worth, it was just interesting to me to research how many links support the HTTPS protocol now. --

[issue26736] Use HTTPS protocol in links

2016-04-11 Thread Georg Brandl
Georg Brandl added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/m

[issue26736] Use HTTPS protocol in links

2016-04-11 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue26736] Use HTTPS protocol in links

2016-04-11 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch makes links in the docs to use the HTTPS protocol if possible. All changed links are tested manually. -- assignee: docs@python components: Documentation files: links_https.patch keywords: patch messages: 263197 nosy: alex, christian.h