cpython/Lib/urllib
Xiang Zhang 959ff7f1c6 Issue #29142: Fix suffixes in no_proxy handling in urllib.
In urllib.request, suffixes in no_proxy environment variable with
leading dots could match related hostnames again (e.g. .b.c matches a.b.c).
Patch by Milan Oberkirch.
2017-01-09 11:47:55 +08:00
..
__init__.py
error.py Issue #23887: urllib.error.HTTPError now has a proper repr() representation. 2015-04-22 18:35:54 -03:00
parse.py Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin 2016-09-16 14:43:58 +03:00
request.py Issue #29142: Fix suffixes in no_proxy handling in urllib. 2017-01-09 11:47:55 +08:00
response.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:41 +03:00
robotparser.py Fix typos in comments, documentation and test method names 2016-05-08 13:48:10 +00:00