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
/
request.py
Commit message (
Expand
)
Author
Age
*
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-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-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-99730: urllib.request: Keep HEAD method on redirect (GH-99731)
Harmen Stoppels
2024-05-01
*
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-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
*
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
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
*
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-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
*
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
狂男风
2022-05-11
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Serhiy Storchaka
2022-02-25
*
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Łukasz Langa
2021-10-06
*
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper
2021-10-05
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
Yeting Li
2021-04-07
*
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran
2020-12-29
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Ronald Oussoren
2020-10-19
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Victor Stinner
2020-04-02
*
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Stephen Balousek
2020-02-29
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka
2020-01-05
*
bpo-38686: fix HTTP Digest handling in request.py (#17045)
PypeBros
2019-11-22
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
*
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
Zackery Spytz
2019-09-13
*
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...
Ashwin Ramaswami
2019-09-13
*
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre
2019-05-27
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474)
Victor Stinner
2019-05-22
*
bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389)
Xtreak
2019-05-19
*
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka
2019-03-27
*
closes bpo-35309: cpath should be capath (GH-10699)
Boštjan Mejak
2018-11-25
*
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella
2018-04-25
*
Revert unneccessary changes made in bpo-30296 and apply other improvements. (...
Serhiy Storchaka
2018-02-26
*
urllib.request: Remove unused import (GH-5268)
INADA Naoki
2018-01-22
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
[next]