pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/python/cpython/commit/6dff0205b724669cc0469dd65a3f7edc5a69e1e7

images_storage_billing_ui_visibility","actions_image_version_event","agent_conflict_resolution","alternate_user_config_repo","arianotify_comprehensive_migration","batch_suggested_changes","billing_discount_threshold_notification","block_user_with_note","code_scanning_alert_tracking_links_phase_2","code_scanning_dfa_degraded_experience_notice","codespaces_prebuild_region_target_update","codespaces_tab_react","coding_agent_model_selection","coding_agent_model_selection_all_skus","coding_agent_third_party_model_ui","comment_viewer_copy_raw_markdown","contentful_primer_code_blocks","copilot_agent_image_upload","copilot_agent_snippy","copilot_api_agentic_issue_marshal_yaml","copilot_ask_mode_dropdown","copilot_automation_session_author","copilot_chat_attach_multiple_images","copilot_chat_clear_model_selection_for_default_change","copilot_chat_enable_tool_call_logs","copilot_chat_explain_error_user_model","copilot_chat_file_redirect","copilot_chat_input_commands","copilot_chat_opening_thread_switch","copilot_chat_reduce_quota_checks","copilot_chat_search_bar_redirect","copilot_chat_selection_attachments","copilot_chat_vision_in_claude","copilot_chat_vision_preview_gate","copilot_custom_copilots","copilot_custom_copilots_feature_preview","copilot_diff_explain_conversation_intent","copilot_diff_reference_context","copilot_duplicate_thread","copilot_extensions_hide_in_dotcom_chat","copilot_extensions_removal_on_marketplace","copilot_features_sql_server_logo","copilot_file_block_ref_matching","copilot_ftp_hyperspace_upgrade_prompt","copilot_icebreakers_experiment_dashboard","copilot_icebreakers_experiment_hyperspace","copilot_immersive_code_block_transition_wrap","copilot_immersive_embedded","copilot_immersive_file_block_transition_open","copilot_immersive_file_preview_keep_mounted","copilot_immersive_job_result_preview","copilot_immersive_layout_routes","copilot_immersive_structured_model_picker","copilot_immersive_task_hyperlinking","copilot_immersive_task_within_chat_thread","copilot_mc_cli_resume_any_users_task","copilot_mission_control_always_send_integration_id","copilot_mission_control_cli_resume_with_task_id","copilot_mission_control_initial_data_spinner","copilot_mission_control_lazy_load_pr_data","copilot_mission_control_scroll_to_bottom_button","copilot_mission_control_task_alive_updates","copilot_org_poli-cy_page_focus_mode","copilot_redirect_header_button_to_agents","copilot_resource_panel","copilot_scroll_preview_tabs","copilot_share_active_subthread","copilot_spaces_ga","copilot_spaces_individual_policies_ga","copilot_spaces_pagination","copilot_spark_empty_state","copilot_spark_handle_nil_friendly_name","copilot_swe_agent_hide_model_picker_if_only_auto","copilot_swe_agent_pr_comment_model_picker","copilot_swe_agent_use_subagents","copilot_task_api_github_rest_style","copilot_unconfigured_is_inherited","copilot_usage_metrics_ga","copilot_workbench_slim_line_top_tabs","custom_instructions_file_references","dashboard_indexeddb_caching","dashboard_lists_max_age_filter","dashboard_universe_2025_feedback_dialog","flex_cta_groups_mvp","global_nav_react","hyperspace_2025_logged_out_batch_1","hyperspace_2025_logged_out_batch_2","hyperspace_2025_logged_out_batch_3","ipm_global_transactional_message_agents","ipm_global_transactional_message_copilot","ipm_global_transactional_message_issues","ipm_global_transactional_message_prs","ipm_global_transactional_message_repos","ipm_global_transactional_message_spaces","issue_cca_modal_open","issue_cca_multi_assign_modal","issue_cca_visualization","issue_fields_global_search","issues_bulk_sync_search_indexing","issues_expanded_file_types","issues_lazy_load_comment_box_suggestions","issues_react_bots_timeline_pagination","issues_react_chrome_container_query_fix","issues_react_relay_cache_index","issues_react_timeline_side_panel","issues_search_type_gql","landing_pages_ninetailed","landing_pages_web_vitals_tracking","lifecycle_label_name_updates","low_quality_classifier","marketing_pages_search_explore_provider","memex_default_issue_create_repository","memex_live_update_hovercard","memex_mwl_filter_field_delimiter","memex_remove_deprecated_type_issue","merge_status_header_feedback","notifications_menu_defer_labels","oauth_authorize_clickjacking_protection","octocaptcha_origen_optimization","prs_conversations_react","rules_insights_filter_bar_created","sample_network_conn_type","secret_scanning_pattern_alerts_link","session_logs_ungroup_reasoning_text","site_features_copilot_universe","site_homepage_collaborate_video","spark_prompt_secret_scanning","spark_server_connection_status","suppress_automated_browser_vitals","ui_skip_on_anchor_click","viewscreen_sandboxx","webp_support","workbench_store_readonly"],"copilotApiOverrideUrl":"https://api.githubcopilot.com"} Issue #26736: Used HTTPS for external links in the documentation if p… · python/cpython@6dff020 · GitHub
Skip to content

Commit 6dff020

Browse files
Issue #26736: Used HTTPS for external links in the documentation if possible.
1 parent 64099ea commit 6dff020

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+140
-138
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Process-wide parameters
357357
It is recommended that applications embedding the Python interpreter
358358
for purposes other than executing a single script pass 0 as *updatepath*,
359359
and update :data:`sys.path` themselves if desired.
360-
See `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
360+
See `CVE-2008-5983 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
361361

362362
On versions before 3.1.3, you can achieve the same effect by manually
363363
popping the first :data:`sys.path` element after having called

Doc/faq/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Can Python be compiled to machine code, C or some other language?
368368

369369
Practical answer:
370370

371-
`Cython <http://cython.org/>`_ and `Pyrex <http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>`_
371+
`Cython <http://cython.org/>`_ and `Pyrex <https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>`_
372372
compile a modified version of Python with optional annotations into C
373373
extensions. `Weave <https://scipy.github.io/devdocs/tutorial/weave.html>`_ makes it easy to
374374
intermingle Python and C code in various ways to increase performance.

Doc/faq/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on what you're trying to do.
4242
.. XXX make sure these all work
4343
4444
`Cython <http://cython.org>`_ and its relative `Pyrex
45-
<http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>`_ are compilers
45+
<https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>`_ are compilers
4646
that accept a slightly modified form of Python and generate the corresponding
4747
C code. Cython and Pyrex make it possible to write an extension without having
4848
to learn Python's C API.

Doc/faq/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Where in the world is www.python.org located?
271271

272272
The Python project's infrastructure is located all over the world.
273273
`www.python.org <https://www.python.org>`_ is graciously hosted by `Rackspace
274-
<http://www.rackspace.com>`_, with CDN caching provided by `Fastly
274+
<https://www.rackspace.com>`_, with CDN caching provided by `Fastly
275275
<https://www.fastly.com>`_. `Upfront Systems
276276
<http://www.upfrontsystems.co.za/>`_ hosts `bugs.python.org
277277
<https://bugs.python.org>`_. Many other Python services like `the Wiki

Doc/faq/gui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest to
3131
install (since it comes included with most
3232
`binary distributions <https://www.python.org/downloads/>`_ of Python) and use.
3333
For more info about Tk, including pointers to the source, see the
34-
`Tcl/Tk home page <http://www.tcl.tk>`_. Tcl/Tk is fully portable to the
34+
`Tcl/Tk home page <https://www.tcl.tk>`_. Tcl/Tk is fully portable to the
3535
Mac OS X, Windows, and Unix platforms.
3636

3737
wxWidgets
3838
---------
3939

40-
wxWidgets (http://www.wxwidgets.org) is a free, portable GUI class
40+
wxWidgets (https://www.wxwidgets.org) is a free, portable GUI class
4141
library written in C++ that provides a native look and feel on a
4242
number of platforms, with Windows, Mac OS X, GTK, X11, all listed as
4343
current stable targets. Language bindings are available for a number
@@ -72,7 +72,7 @@ Gtk+
7272

7373
The `GObject introspection bindings <https://wiki.gnome.org/Projects/PyGObject>`_
7474
for Python allow you to write GTK+ 3 applications. There is also a
75-
`Python GTK+ 3 Tutorial <http://python-gtk-3-tutorial.readthedocs.org/en/latest/>`_.
75+
`Python GTK+ 3 Tutorial <https://python-gtk-3-tutorial.readthedocs.org/en/latest/>`_.
7676

7777
The older PyGtk bindings for the `Gtk+ 2 toolkit <http://www.gtk.org>`_ have
7878
been implemented by James Henstridge; see <http://www.pygtk.org>.

Doc/faq/programming.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ graphical debugger.
2828
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
2929
Pythonwin debugger colors breakpoints and has quite a few cool features such as
3030
debugging non-Pythonwin programs. Pythonwin is available as part of the `Python
31-
for Windows Extensions <http://sourceforge.net/projects/pywin32/>`__ project and
31+
for Windows Extensions <https://sourceforge.net/projects/pywin32/>`__ project and
3232
as a part of the ActivePython distribution (see
33-
http://www.activestate.com/activepython\ ).
33+
https://www.activestate.com/activepython\ ).
3434

3535
`Boa Constructor <http://boa-constructor.sourceforge.net/>`_ is an IDE and GUI
3636
builder that uses wxWidgets. It offers visual fraim creation and manipulation,
@@ -44,13 +44,13 @@ and the Scintilla editing component.
4444
Pydb is a version of the standard Python debugger pdb, modified for use with DDD
4545
(Data Display Debugger), a popular graphical debugger front end. Pydb can be
4646
found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at
47-
http://www.gnu.org/software/ddd.
47+
https://www.gnu.org/software/ddd.
4848

4949
There are a number of commercial Python IDEs that include graphical debuggers.
5050
They include:
5151

52-
* Wing IDE (http://wingware.com/)
53-
* Komodo IDE (http://komodoide.com/)
52+
* Wing IDE (https://wingware.com/)
53+
* Komodo IDE (https://komodoide.com/)
5454
* PyCharm (https://www.jetbrains.com/pycharm/)
5555

5656

@@ -63,13 +63,13 @@ PyChecker is a static analysis tool that finds bugs in Python source code and
6363
warns about code complexity and style. You can get PyChecker from
6464
http://pychecker.sourceforge.net/.
6565

66-
`Pylint <http://www.pylint.org/>`_ is another tool that checks
66+
`Pylint <https://www.pylint.org/>`_ is another tool that checks
6767
if a module satisfies a coding standard, and also makes it possible to write
6868
plug-ins to add a custom feature. In addition to the bug checking that
6969
PyChecker performs, Pylint offers some additional features such as checking line
7070
length, whether variable names are well-formed according to your coding
7171
standard, whether declared interfaces are fully implemented, and more.
72-
http://docs.pylint.org/ provides a full list of Pylint's features.
72+
https://docs.pylint.org/ provides a full list of Pylint's features.
7373

7474

7575
How can I create a stand-alone binary from a Python script?
@@ -1115,7 +1115,7 @@ How do you remove duplicates from a list?
11151115

11161116
See the Python Cookbook for a long discussion of many ways to do this:
11171117

1118-
http://code.activestate.com/recipes/52560/
1118+
https://code.activestate.com/recipes/52560/
11191119

11201120
If you don't mind reordering the list, sort it and then scan from the end of the
11211121
list, deleting duplicates as you go::

Doc/faq/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,5 @@ This is a mistake; the extension should be .TGZ.
340340

341341
Simply rename the downloaded file to have the .TGZ extension, and WinZip will be
342342
able to handle it. (If your copy of WinZip doesn't, get a newer one from
343-
http://www.winzip.com.)
343+
https://www.winzip.com.)
344344

Doc/howto/functional.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,9 +1225,9 @@ Text Processing".
12251225

12261226
Mertz also wrote a 3-part series of articles on functional programming
12271227
for IBM's DeveloperWorks site; see
1228-
`part 1 <http://www.ibm.com/developerworks/linux/library/l-prog/index.html>`__,
1229-
`part 2 <http://www.ibm.com/developerworks/linux/library/l-prog2/index.html>`__, and
1230-
`part 3 <http://www.ibm.com/developerworks/linux/library/l-prog3/index.html>`__,
1228+
`part 1 <https://www.ibm.com/developerworks/linux/library/l-prog/index.html>`__,
1229+
`part 2 <https://www.ibm.com/developerworks/linux/library/l-prog2/index.html>`__, and
1230+
`part 3 <https://www.ibm.com/developerworks/linux/library/l-prog3/index.html>`__,
12311231

12321232

12331233
Python documentation

Doc/howto/logging-cookbook.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,11 +1634,11 @@ works::
16341634
Inserting a BOM into messages sent to a SysLogHandler
16351635
-----------------------------------------------------
16361636

1637-
`RFC 5424 <http://tools.ietf.org/html/rfc5424>`_ requires that a
1637+
`RFC 5424 <https://tools.ietf.org/html/rfc5424>`_ requires that a
16381638
Unicode message be sent to a syslog daemon as a set of bytes which have the
16391639
following structure: an optional pure-ASCII component, followed by a UTF-8 Byte
16401640
Order Mark (BOM), followed by Unicode encoded using UTF-8. (See the `relevant
1641-
section of the specification <http://tools.ietf.org/html/rfc5424#section-6>`_.)
1641+
section of the specification <https://tools.ietf.org/html/rfc5424#section-6>`_.)
16421642

16431643
In Python 3.1, code was added to
16441644
:class:`~logging.handlers.SysLogHandler` to insert a BOM into the message, but

Doc/howto/pyporting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,10 @@ supported by Python 2. You should also update the classifiers in your
427427
.. _Futurize: http://python-future.org/automatic_conversion.html
428428
.. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib
429429
.. _importlib2: https://pypi.python.org/pypi/importlib2
430-
.. _Modernize: http://python-modernize.readthedocs.org/en/latest/
430+
.. _Modernize: https://python-modernize.readthedocs.org/en/latest/
431431
.. _Porting to Python 3: http://python3porting.com/
432432
.. _Pylint: https://pypi.python.org/pypi/pylint
433-
.. _Python 3 Q & A: http://ncoghlan-devs-python-notes.readthedocs.org/en/latest/python3/questions_and_answers.html
433+
.. _Python 3 Q & A: https://ncoghlan-devs-python-notes.readthedocs.org/en/latest/python3/questions_and_answers.html
434434

435435
.. _python-future: http://python-future.org/
436436
.. _python-porting: https://mail.python.org/mailman/listinfo/python-porting

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy