COMMITS
/ Lib/urllib/request.py July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
April 7, 2021
Y
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
Yeting Li committed
December 29, 2020
S
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran committed
November 13, 2020
C
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes committed
October 19, 2020
R
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762)
Ronald Oussoren committed
April 2, 2020
V
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Victor Stinner committed
February 29, 2020
S
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Stephen Balousek committed
January 5, 2020
S
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka committed
November 22, 2019
P
bpo-38686: fix HTTP Digest handling in request.py (#17045)
PypeBros committed
November 19, 2019
September 13, 2019
May 27, 2019
R
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 22, 2019
V
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474)
Victor Stinner committed
May 19, 2019
X
March 27, 2019
S
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka committed
November 25, 2018
B
closes bpo-35309: cpath should be capath (GH-10699)
Boštjan Mejak committed
April 25, 2018
C
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella committed
February 26, 2018
S
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
Serhiy Storchaka committed
January 22, 2018
I
urllib.request: Remove unused import (GH-5268)
INADA Naoki committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
April 10, 2017
S
Remove OSError related comment in urllib.request. (#1070)
Senthil Kumaran committed
April 9, 2017
S
Remove invalid comment in urllib.request. (#1054)
Senthil Kumaran committed
January 9, 2017
X
Issue #29142: Merge 3.6.
Xiang Zhang committed
X
Issue #29142: Merge 3.5.
Xiang Zhang committed
X
Issue #29142: Fix suffixes in no_proxy handling in urllib.
Xiang Zhang committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
September 9, 2016
R
Issue #22450: Use "Accept: */*" in the default headers for urllib.request
Raymond Hettinger committed
August 24, 2016
M
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter committed
July 31, 2016
S
[merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran committed
S
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran committed
S
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran committed
S
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran committed
June 4, 2016
M
Issue #22797: Synchronize urlopen() doc string with RST documentation
Martin Panter committed
M
More typo fixes for 3.6
Martin Panter committed
R
Clean up urlopen doc string.
R David Murray committed
May 16, 2016
M
Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5
Martin Panter committed
M
Issue #17214: Percent-encode non-ASCII bytes in redirect targets
Martin Panter committed
M
Issue #14132: Fix redirect handling when target is just a query string
Martin Panter committed
May 13, 2016
S
merge from 3.5
Senthil Kumaran committed
S
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Senthil Kumaran committed
April 30, 2016
M
Issue #26864: Merge no_proxy fixes from 3.5
Martin Panter committed
M
Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
Martin Panter committed
April 25, 2016
S
Issue #26804: urllib.request will prefer lower_case proxy environment variables
Senthil Kumaran committed
March 6, 2016
B
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
Berker Peksag committed
B
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
Berker Peksag committed