cpython/Lib/urllib
Serhiy Storchaka c5cfcdf16a
gh-67041: Allow to distinguish between empty and not defined URI components (GH-123305)
Changes in the urllib.parse module:

* Add option missing_as_none in urlparse(), urlsplit() and urldefrag(). If
  it is true, represent not defined components as None instead of an
  empty string.
* Add option keep_empty in urlunparse() and urlunsplit(). If it is
  true, keep empty non-None components in the resulting string.
2026-01-22 14:29:13 +02:00
..
__init__.py
error.py Improve the comment in URLError (#139874) 2025-10-14 12:31:21 -07:00
parse.py gh-67041: Allow to distinguish between empty and not defined URI components (GH-123305) 2026-01-22 14:29:13 +02:00
request.py gh-143925: Reject control characters in data: URL mediatypes 2026-01-20 20:45:58 +00:00
response.py bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) 2019-09-13 12:40:07 +01:00
robotparser.py gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502) 2025-09-05 18:58:42 +03:00