cpython/Lib/urllib
Berker Peksag e88dd1c32c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
Raise ValueError if algorithm is not MD5 or SHA.

Initial patch by Mathieu Dupuy.
2016-03-06 16:16:40 +02: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 Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases. 2016-01-25 18:53:34 -08:00
request.py Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls 2016-03-06 16:16:40 +02:00
response.py
robotparser.py