COMMITS
/ Lib/test/test_urlparse.py February 5, 2026
S
gh-144148: Update the urllib.parse documentation (GH-144497)
Serhiy Storchaka committed
January 22, 2026
S
gh-67041: Allow to distinguish between empty and not defined URI components (GH-123305)
Serhiy Storchaka committed
June 6, 2025
S
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka committed
April 14, 2025
S
gh-71339: Use new assertion methods in the urllib tests (GH-129056)
Serhiy Storchaka committed
January 31, 2025
S
gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (#129418)
Seth Michael Larson committed
November 12, 2024
S
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116903)
Serhiy Storchaka committed
November 7, 2024
S
gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (GH-125989)
Serhiy Storchaka committed
August 31, 2024
S
gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-123273)
Serhiy Storchaka committed
August 21, 2024
S
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179)
Serhiy Storchaka committed
June 3, 2024
N
gh-118827: Remove `Quoter` from `urllib.parse` (#118828)
Nikita Sobolev committed
May 14, 2024
S
Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031)
Serhiy Storchaka committed
March 16, 2024
S
gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)
Serhiy Storchaka committed
March 5, 2024
S
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
Serhiy Storchaka committed
May 17, 2023
I
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii committed
May 10, 2023
May 9, 2023
G
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)
Gregory P. Smith committed
November 13, 2022
October 20, 2022
B
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Ben Kallus committed
September 19, 2022
G
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith committed
July 22, 2021
J
Speed up test_urlsplit_normalization (GH-26688)
Jacob Walls committed
May 12, 2021
G
bpo-44002: Switch to lru_cache in urllib.parse. (GH-25798)
Gregory P. Smith committed
May 5, 2021
S
bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25921)
Senthil Kumaran committed
April 29, 2021
S
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
Senthil Kumaran committed
April 11, 2021
K
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
October 18, 2019
T
bpo-27657: Fix urlparse() with numeric paths (#661)
Tim Graham committed
June 4, 2019
S
bpo-36742: Corrects fix to handle decomposition in usernames (#13812)
Steve Dower committed
May 27, 2019
R
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre committed
April 30, 2019
S
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
Steve Dower committed
March 7, 2019
S
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201)
Steve Dower committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
October 19, 2018
M
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf committed
June 3, 2018
C
bpo-27485: Change urlparse tests to use private methods. (GH-7070)
Cheryl Sabella committed
April 25, 2018
C
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella committed
March 20, 2018
December 21, 2017
К
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)
Коренберг Марк committed
June 20, 2017
P
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters committed
April 5, 2017
S
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran committed
September 16, 2016
B
Issue #25895: Merge from 3.5
Berker Peksag committed
B
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Berker Peksag committed
April 16, 2016
S
issue26775 - Improve test coverage for urllib.parse
Senthil Kumaran committed
August 9, 2015
R
Issue #20059: urllib.parse raises ValueError on all invalid ports.
Robert Collins committed
June 25, 2015
B
May 18, 2015
R
Issue #13866: add *quote_via* argument to urlencode.
R David Murray committed
April 15, 2015
B
Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.
Berker Peksag committed
April 7, 2015
S
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
Serhiy Storchaka committed
March 2, 2015
S
Added more tests for urllib.parse utility functions.
Serhiy Storchaka committed