COMMITS
/ Doc/library/urllib.request.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
August 3, 2025
S
gh-137341: Remove more word duplications (GH-137342)
Serhiy Storchaka committed
July 21, 2025
B
GH-136874: `url2pathname()`: discard query and fragment components (#136875)
Barney Gale committed
July 19, 2025
V
gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (#136797)
Valerio Gianella committed
May 12, 2025
P
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 5, 2025
B
GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)
Barney Gale committed
April 15, 2025
B
GH-123599: Match `file:` URL hostname against machine hostname in urllib (#132523)
Barney Gale committed
April 14, 2025
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 23, 2025
K
gh-130283: update deprecated links and examples in `urllib.request` docs (#130284)
Kanishk Pachauri committed
March 18, 2025
B
GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)
Barney Gale committed
K
gh-130132: properly free resources in `urrlib.urlopen` examples (#130280)
Kanishk Pachauri committed
December 28, 2024
C
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)
Calvin Bui committed
November 25, 2024
B
GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#127194)
Barney Gale committed
November 24, 2024
B
Improve `pathname2url()` and `url2pathname()` docs (#127125)
Barney Gale committed
November 23, 2024
B
GH-125866: Preserve Windows drive letter case in file URIs (#127138)
Barney Gale committed
November 22, 2024
B
GH-126601: `pathname2url()`: handle NTFS alternate data streams (#126760)
Barney Gale committed
November 19, 2024
B
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
Barney Gale committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 12, 2024
H
Fix version directive indents (#117719)
Hugo van Kemenade committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
January 14, 2024
H
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (#114060)
Hugo van Kemenade committed
December 14, 2023
R
gh-105912: document gotcha with using os.fork on macOS (#112871)
Ronald Oussoren committed
December 13, 2023
H
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
June 6, 2023
V
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner committed
April 26, 2023
M
gh-48241: Clarify URL needs to be encoded when provided to urlopen and Request (#103855)
Michael Blahay committed
February 10, 2023
H
Docs: Fix getstatus() -> getcode() typos (#101296)
Hugo van Kemenade committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 2, 2022
M
bpo-46586: Fix more erroneous doc links to builtins (#31429)
Meer Suri committed
April 27, 2022
A
Add note that headers added via urllib.request.add_header are added to redirected requests (#30708)
Ashwin Ramaswami committed
April 14, 2022
A
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme committed
October 6, 2021
Ł
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Łukasz Langa committed
J
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper committed
September 22, 2021
S
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
November 13, 2020
C
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes committed
August 13, 2020
V
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner committed
May 23, 2020
S
[doc] Add missing space in urllib.request.rst (GH-19860)
Sardorbek Imomaliev committed
October 31, 2019
S
Update the URL for the requests package (GH-17006)
Simon Legner committed
September 13, 2019