COMMITS
/ Lib/test/test_urllib2.py December 18, 2025
April 16, 2025
S
gh-127591: Fix altering environment in test_urllib2 (unsetting no_proxy) (GH-132584)
Serhiy Storchaka committed
April 14, 2025
S
gh-71339: Use new assertion methods in the urllib tests (GH-129056)
Serhiy Storchaka committed
B
GH-125866: Support complete "file:" URLs in urllib (#132378)
Barney Gale committed
March 19, 2025
B
GH-125866: Deprecate `nturl2path` module (#131432)
Barney Gale committed
January 12, 2025
S
gh-128734: Fix ResourceWarning in urllib tests (GH-128735)
Serhiy Storchaka committed
December 29, 2024
G
gh-128192: mark new tests with skips based on hashlib algorithm availability (gh-128324)
Gregory P. Smith committed
December 28, 2024
C
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)
Calvin Bui committed
December 7, 2024
B
GH-127090: Fix `urllib.response.addinfourl.url` value for opened `file:` URIs (#127091)
Barney Gale committed
November 19, 2024
B
GH-85168: Use filesystem encoding when converting to/from `file` URIs (#126852)
Barney Gale committed
October 16, 2024
M
August 20, 2024
J
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Jeremy Hylton committed
May 1, 2024
H
gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)
Harmen Stoppels committed
March 26, 2024
S
gh-66543: Fix mimetype.guess_type() (GH-117217)
Serhiy Storchaka committed
February 28, 2024
W
gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
Weii Wang committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
April 26, 2023
S
gh-99352: Ensure HTTPSConnection is available before exercising https tests. (#103828)
Senthil Kumaran committed
April 21, 2023
February 21, 2023
V
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
Vo Hoang Long committed
December 8, 2022
D
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Dong-hee Na committed
August 4, 2022
S
Fix links to old SF bugs (#95648)
Serhiy Storchaka committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
February 25, 2022
S
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Serhiy Storchaka committed
February 7, 2022
N
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
Nikita Sobolev committed
February 6, 2022
V
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
Victor Stinner committed
October 6, 2021
Ł
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Łukasz Langa committed
December 29, 2020
S
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran committed
October 19, 2020
R
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762)
Ronald Oussoren committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi committed
April 29, 2020
S
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka committed
April 2, 2020
V
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Victor Stinner committed
October 12, 2019
September 13, 2019
Z
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
Zackery Spytz committed
September 5, 2019
D
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522)
Dong-hee Na committed
August 8, 2019
S
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Serhiy Storchaka committed
July 2, 2019
V
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner committed
March 5, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka committed
April 7, 2017
S
Remove Invalid comment in test_urllib2.py (#1020)
Senthil Kumaran committed
April 1, 2017
S
Add helpful explaination to test_password_manager tests. (#936)
Senthil Kumaran committed
March 31, 2017
S
Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918)
Senthil Kumaran committed
March 30, 2017
S
Remove an unrequired TODO in test_urllib2. (#897)
Senthil Kumaran committed
August 27, 2016
M
Issue #12319: Always send file request bodies using chunked encoding
Martin Panter committed
August 24, 2016
M
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter committed
May 16, 2016
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
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Senthil Kumaran committed
March 6, 2016
B
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
Berker Peksag committed
April 22, 2015
F
Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
Facundo Batista committed
April 16, 2015
R
#7159: generalize urllib prior auth support.
R David Murray committed