The Wayback Machine - https://web.archive.org/web/20230312033541/https://github.com/python/cpython/pull/26307/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-42627: Fix wrong parsing of Windows registry proxy settings #26307

Merged
merged 24 commits into from May 11, 2022
Merged

bpo-42627: Fix wrong parsing of Windows registry proxy settings #26307

merged 24 commits into from May 11, 2022

Commits on May 22, 2021

Commits on May 28, 2021

  1. Remove support for multi proxy per one protocol

    Keep backward compatibility
    CrazyBoyFeng committed May 28, 2021

Commits on May 29, 2021

Commits on Jun 8, 2021

  1. Use SOCKS proxy for HTTP(S) protocols

    To compat with customary formats from software such as `requests[socks]`
    CrazyBoyFeng committed Jun 8, 2021
  2. Fix ValueError

    CrazyBoyFeng committed Jun 8, 2021

Commits on Aug 19, 2021

Commits on Sep 8, 2021

  1. Fix ValueError

    CrazyBoyFeng committed Sep 8, 2021

Commits on Sep 28, 2021

Commits on Oct 17, 2021

Commits on Oct 24, 2021

Commits on Nov 19, 2021

Commits on Dec 14, 2021

Commits on Apr 28, 2022

Commits on May 11, 2022

  1. Update 2021-05-22-07-58-59.bpo-42627.EejtD0.rst

    Add a `CRLF` at the end of file
    CrazyBoyFeng committed May 11, 2022
  2. Update 2021-05-22-07-58-59.bpo-42627.EejtD0.rst

    Use LF for line separator
    CrazyBoyFeng committed May 11, 2022