COMMITS
/ Doc/library/urllib.parse.rst February 11, 2026
H
Python 3.15.0a6
Hugo van Kemenade committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
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
November 15, 2024
November 12, 2024
S
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116903)
Serhiy Storchaka committed
July 21, 2024
R
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee committed
July 16, 2024
June 30, 2024
R
gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (#120984)
Russell Keith-Magee committed
June 23, 2024
N
gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (#120898)
Nice Zombies committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 6, 2024
K
GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632)
Kerim Kabirov committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
September 23, 2023
S
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka committed
June 13, 2023
Z
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim committed
May 17, 2023
I
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii committed
October 7, 2022
S
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
Stanley committed
December 2, 2021
C
docs: Improve example for urlparse() (GH-29816)
Christian Clauss committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
April 29, 2021
S
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
Senthil Kumaran committed
February 15, 2021
K
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin committed
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner committed
July 16, 2020
C
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Christopher Yeh committed
December 31, 2019
Б
Minor doc fixes in urllib.parse (GH-17745)
Борис Верховский committed
November 18, 2019
Р
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
Роман Донченко committed
October 14, 2019
S
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen committed
May 27, 2019
R
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre committed
March 24, 2019
March 7, 2019
S
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201)
Steve Dower committed
October 30, 2018
M
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247)
matthewbelisle-wf committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
May 16, 2017
H
bpo-29651 - Cover edge case of square brackets in urllib docs (#1128)
Howie Benefiel committed
April 27, 2017
M
bpo-27200: Fix several doctests (GH-604)
Marco Buttu committed
February 25, 2017
R
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath committed
October 19, 2016
S
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka committed
S
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka 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
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 28, 2016
M
Issue #26553: Merge capitalization from 3.5
Martin Panter committed
M
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter committed
November 24, 2015
M
Issue #25576: Merge www-form-urlencoded doc from 3.5
Martin Panter committed
M
Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5
Martin Panter committed
M
Issue #25576: Remove application/x-www-form-urlencoded charset advice
Martin Panter 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