aboutsummaryrefslogtreecommitdiff
path: root/test/test_http.py
AgeCommit message (Collapse)Author
2016-03-23[utils] Encode hostnames before passing to urllibYen Chi Hsuan
With IDN (Internationalized Domain Name) and a proxy, non-ascii URLs are passed down to urllib/urllib2, causing UnicodeEncodeError Fixes #8890
2016-03-03[test/http] Fix failure in JythonYen Chi Hsuan
make offlinetest passed on the latest Jython hg version with patched lib-python/2.7/urllib2.py pulled from CPython 2.7.11
2015-03-20[test/http] Add test for proxy supportJaime Marquínez Ferrándiz
2015-01-30[test_http] PEP8Philipp Hagemeister
2015-01-30Add a test for --no-check-certificatePhilipp Hagemeister