cpython/Lib/urllib
Serhiy Storchaka bdba8ef42b
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
urllib.parse functions parse_qs() and parse_qsl() now support bytes
arguments containing raw and percent-encoded non-ASCII data.
2024-03-05 17:49:50 +02:00
..
__init__.py
error.py gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) 2023-02-22 00:14:41 +09:00
parse.py gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) 2024-03-05 17:49:50 +02:00
request.py gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) 2024-02-28 12:15:52 -08:00
response.py
robotparser.py