summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/urls.py
Commit message (Expand)AuthorAgeFilesLines
...
* Have update-bundled check for updates to all bundled codeToshio Kuratomi2019-02-061-0/+4
* Guard creating HTTPSClientAuthHandler behind HTTPS checks (#50523)Matt Martz2019-01-101-23/+24
* Sanity fixes in various modules (#50080)Dag Wieers2018-12-181-10/+10
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-7/+7
* introduce `module_utils.urls.fetch_file` as a wrapper to download and save fi...Evgeni Golov2018-10-081-0/+37
* Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628)Felix Fontein2018-09-191-1/+2
* Introduce and use locale-naive rfc2822 date format function (#44868)Matt Martz2018-08-301-1/+18
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* Only assume GET if no data, otherwise POST (#43133)Matt Martz2018-07-231-1/+1
* urls: handle incorrect parsing of https_proxy env (#41472)Abhijeet Kasurde2018-07-161-1/+6
* change OS X to macOS (#41294)Troy Murray2018-06-261-3/+3
* Add requests.Session like class (#37622)Matt Martz2018-06-011-122/+303
* Remove support for SSLv2 in test suite when not defined. (#39183)Yanis Guenane2018-05-251-1/+2
* urls: fix typo in examples section (#39777) (#39778)Kami Gerami2018-05-101-2/+2
* Fix typo in urls.py (#39048)nekottyo2018-04-201-1/+1
* Handle duplicate headers in the uri module (#33792)Matt Martz2018-04-101-1/+26
* Add unit tests for ansible.module_utils.urls (#38059)Matt Martz2018-04-091-1/+1
* Required changes to support redirects on HTTP 307/308 (#36809)Dag Wieers2018-04-061-23/+57
* uri: Add redirect tests for none, safe, urllib2 and all (#37068)Dag Wieers2018-03-291-0/+2
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+4
* Removing temporary files when not proxing inside urls utils (#35583)acrewdson2018-02-011-0/+14
* Temporary (#31677)Brian Coca2018-01-151-0/+3
* Fix some TODOs to use generic_urlparse which allows proper netrc selection. F...Matt Martz2018-01-031-17/+28
* py3 compatibility: convert bytes to str (#33206)nathaniel gentile2017-12-151-1/+1
* Create a short license for PSF and MIT. (#32212)Toshio Kuratomi2017-11-061-68/+4
* Use to_native when validating proxy result (#32596)David Hain2017-11-061-1/+1
* Prefer the stdlib SSLContext over urllib3 contextToshio Kuratomi2017-10-241-3/+9
* module_utils.urls - Encode the proxy connect as binary (#30811)Damian Zaremba2017-09-291-1/+1
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+3
* Remove wildcard imports and get_exception callsToshio Kuratomi2017-08-121-38/+30
* Add cookie parsing to fetch_url/open_urlJames Cammarata2017-07-251-2/+15
* Set default user-agent for module_utils.urls fetch_url (#27095)Andreas Olsson2017-07-201-1/+1
* Add IPv6 support to module_utils.urls TLS validation (#26852)Andreas Olsson2017-07-181-3/+2
* Include found python and version in SSL_CONTEXT warning. (#24252)Adrian Likins2017-07-111-0/+2
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-42/+30
* Update documentation of fetch_url in urls.py (#23892)Abhijeet Kasurde2017-05-011-3/+4
* Urls client cert auth (#18141)Matt Martz2017-04-071-4/+42
* Fallback to old ssl_wrap_socketMatt Martz2017-04-071-7/+26
* Use PyOpenSSLContext instead of deprecated wrap_ssl_context from urllib3.cont...Matt Martz2017-04-071-18/+17
* Handle the case where HTTPError.info() returns an object that aren't (#22894)Toshio Kuratomi2017-03-241-2/+10
* set no_log for url_passwordjjlorenzo2017-02-131-1/+1
* Make sure that we're comparing text all the way through.Toshio Kuratomi2017-02-061-8/+8
* Add additional information to the get_url SSL failure message. (#20025)Jamie Lennox2017-01-101-3/+7
* Transform exception with to_native instead of strToshio Kuratomi2017-01-051-2/+2
* Fix misleading SSL error messageAndrew Grigorev2017-01-051-8/+4
* Fix traceback on Darwin with Python3Toshio Kuratomi2017-01-041-3/+3
* Fixes #16936 - Digest authentication not working in uri module (#18736)bart22016-12-211-0/+2
* Fixes for uri under python3 and local (non-httptester) testingToshio Kuratomi2016-12-131-1/+8
* Fix adding the same trusted certificates multiple times (#18296)Patrick Uiterwijk2016-11-021-7/+28