Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | [utils] Encode hostnames before passing to urllib | Yen 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 Jython | Yen 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 support | Jaime Marquínez Ferrándiz | |
2015-01-30 | [test_http] PEP8 | Philipp Hagemeister | |
2015-01-30 | Add a test for --no-check-certificate | Philipp Hagemeister | |