COMMITS
/ Lib/test/test_urllib.py January 20, 2026
S
gh-143925: Reject control characters in data: URL mediatypes
Seth Michael Larson committed
July 27, 2025
B
GH-137059: `url2pathname()`: fix support for drive letter in netloc (#137060)
Barney Gale committed
July 21, 2025
B
GH-136874: `url2pathname()`: discard query and fragment components (#136875)
Barney Gale committed
June 18, 2025
H
gh-127146: Emscripten: Skip test_url2pathname_resolve_host (#135634)
Hood Chatham committed
May 12, 2025
S
gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)
Serhiy Storchaka committed
May 5, 2025
B
GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)
Barney Gale committed
April 15, 2025
B
GH-90812: Add test for `urlopen()` of file URI for UNC path (#132489)
Barney Gale 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
April 10, 2025
B
GH-123599: `url2pathname()`: handle authority section in file URL (#126844)
Barney Gale committed
March 18, 2025
B
GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)
Barney Gale committed
January 12, 2025
S
gh-128734: Fix ResourceWarning in urllib tests (GH-128735)
Serhiy Storchaka committed
December 7, 2024
B
GH-127090: Fix `urllib.response.addinfourl.url` value for opened `file:` URIs (#127091)
Barney Gale committed
November 25, 2024
B
GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#127194)
Barney Gale committed
November 24, 2024
S
gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218)
Serhiy Storchaka committed
November 23, 2024
B
GH-125866: Preserve Windows drive letter case in file URIs (#127138)
Barney Gale committed
November 22, 2024
B
GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path (#127132)
Barney Gale committed
B
GH-126766: `url2pathname()`: handle 'localhost' authority (#127129)
Barney Gale committed
B
GH-126601: `pathname2url()`: handle NTFS alternate data streams (#126760)
Barney Gale committed
November 19, 2024
B
GH-85168: Use filesystem encoding when converting to/from `file` URIs (#126852)
Barney Gale committed
B
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
Barney Gale committed
November 14, 2024
B
GH-126766: `url2pathname()`: handle empty authority section. (#126767)
Barney Gale committed
November 12, 2024
B
GH-120423: `pathname2url()`: handle forward slashes in Windows paths (#126593)
Barney Gale committed
November 8, 2024
B
GH-126212: Fix removal of slashes in file URIs on Windows (#126214)
Barney Gale committed
October 30, 2024
B
GH-126205: Fix conversion of UNC paths to file URIs (#126208)
Barney Gale committed
October 29, 2024
B
GH-125866: Improve tests for `pathname2url()` and `url2pathname()` (#125993)
Barney Gale committed
June 6, 2023
V
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner committed
December 11, 2022
G
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith committed
May 23, 2022
C
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes committed
May 8, 2022
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
April 23, 2021
S
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Steve Dower committed
June 30, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi committed
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka committed
March 14, 2020
A
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami committed
January 5, 2020
S
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka committed
October 28, 2019
V
Remove code commented for more than 10 years (GH-16965)
Victor Stinner committed
October 14, 2019
S
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen committed
September 13, 2019
July 2, 2019
V
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner committed
June 12, 2019
V
bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)
Victor Stinner committed
May 22, 2019
V
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474)
Victor Stinner committed
May 21, 2019
B
bpo-36948: Fix test_urlopener_retrieve_file on Windows (GH-13476)
Berker Peksag committed
May 19, 2019
X
May 1, 2019
G
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith committed
G
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith committed
February 22, 2019
S
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel committed
April 2, 2017
S
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran committed
February 25, 2017
R
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath committed
January 9, 2017
X
Issue #29142: Merge 3.5.
Xiang Zhang committed