summaryrefslogtreecommitdiffstats
path: root/test/test_http.py
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Encode hostnames before passing to urllibYen Chi Hsuan2016-03-231-0/+10
| | | | | | | With IDN (Internationalized Domain Name) and a proxy, non-ascii URLs are passed down to urllib/urllib2, causing UnicodeEncodeError Fixes #8890
* [test/http] Fix failure in JythonYen Chi Hsuan2016-03-031-1/+6
| | | | | make offlinetest passed on the latest Jython hg version with patched lib-python/2.7/urllib2.py pulled from CPython 2.7.11
* [test/http] Add test for proxy supportJaime Marquínez Ferrándiz2015-03-201-1/+48
|
* [test_http] PEP8Philipp Hagemeister2015-01-301-0/+1
|
* Add a test for --no-check-certificatePhilipp Hagemeister2015-01-301-0/+71