cpython/Lib/urllib
2020-02-16 21:17:58 +02:00
..
__init__.py
error.py
parse.py bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458) 2020-02-16 21:17:58 +02:00
request.py bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) 2020-01-05 14:14:31 +02: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