index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
urllib
Commit message (
Expand
)
Author
Age
*
GH-123599: Match `file:` URL hostname against machine hostname in urllib (#13...
Barney Gale
2025-04-15
*
GH-125866: Support complete "file:" URLs in urllib (#132378)
Barney Gale
2025-04-14
*
GH-123599: `url2pathname()`: handle authority section in file URL (#126844)
Barney Gale
2025-04-10
*
GH-125866: Deprecate `nturl2path` module (#131432)
Barney Gale
2025-03-19
*
gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed ...
Seth Michael Larson
2025-01-31
*
Explicitly import `urllib.error` in `urllib.robotparser` (#128737)
Bénédikt Tran
2025-01-13
*
gh-128731: Fix ResourceWarning in robotparser.RobotFileParser.read() (GH-128733)
Serhiy Storchaka
2025-01-12
*
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128...
Calvin Bui
2024-12-28
*
gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth....
Stephen Morton
2024-12-08
*
GH-127090: Fix `urllib.response.addinfourl.url` value for opened `file:` URIs...
Barney Gale
2024-12-07
*
GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#...
Barney Gale
2024-11-25
*
gh-127217: Fix pathname2url() for paths starting with multiple slashes on Pos...
Serhiy Storchaka
2024-11-24
*
gh-126662: harmonize naming for three namedtuple base classes in urllib.parse...
Stephen Morton
2024-11-23
*
GH-126766: `url2pathname()`: handle 'localhost' authority (#127129)
Barney Gale
2024-11-22
*
GH-85168: Use filesystem encoding when converting to/from `file` URIs (#126852)
Barney Gale
2024-11-19
*
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
Barney Gale
2024-11-19
*
GH-126766: `url2pathname()`: handle empty authority section. (#126767)
Barney Gale
2024-11-14
*
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116...
Serhiy Storchaka
2024-11-12
*
gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (...
Serhiy Storchaka
2024-11-07
*
gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-12...
Serhiy Storchaka
2024-08-31
*
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urluns...
Serhiy Storchaka
2024-08-21
*
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Jeremy Hylton
2024-08-20
*
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner
2024-06-13
*
gh-118827: Remove `Quoter` from `urllib.parse` (#118828)
Nikita Sobolev
2024-06-03
*
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with ...
Serhiy Storchaka
2024-05-14
*
gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)
Harmen Stoppels
2024-05-01
*
gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)
Serhiy Storchaka
2024-03-16
*
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
Serhiy Storchaka
2024-03-05
*
gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
Weii Wang
2024-02-28
*
gh-91539: Small performance improvement of urrlib.request.getproxies_environm...
Raphaël Marinier
2024-01-15
*
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim
2023-06-13
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
*
gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are o...
JohnJamesUtley
2023-05-10
*
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)
Gregory P. Smith
2023-05-09
*
gh-81403: Fix for CacheFTPHandler in urllib (#13951)
Dan Hemberger
2023-04-22
*
gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request....
Wheeler Law
2023-04-20
*
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...
Vo Hoang Long
2023-02-22
*
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith
2022-12-10
*
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Dong-hee Na
2022-12-08
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
*
gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...
Ben Kallus
2022-11-13
*
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Ben Kallus
2022-10-20
*
bpo-43564: preserve original exception in args of FTP URLError (#24938)
Carl Meyer
2022-10-09
*
gh-91539: improve performance of get_proxies_environment (#91566)
Pieter Eendebak
2022-10-05
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
*
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
Dennis Sweeney
2022-08-30
*
gh-94172: urllib.request avoids deprecated key_file/cert_file (#94232)
Victor Stinner
2022-06-26
*
gh-94172: urllib.request avoids deprecated check_hostname (#94193)
Victor Stinner
2022-06-24
*
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner
2022-06-13
[next]