September 14, 2016
View d86b2ec

Fix issue with proxy setting leaving temp files (#17073)

Jay authored on 2016/09/14 05:15:48
May 13, 2016
View 9121ca2

Use .code instead of .getcode() as py24 does not have .getcode(). Fixes https://github.com/ansible/ansible-modules-core/issues/3608

Matt Martz authored on 2016/05/13 23:44:00
April 27, 2016
View 07e0fce

Some beginning python3 porting for urls.py

Toshio Kuratomi authored on 2016/04/27 23:15:51
View caa8fff

Fix traceback in fetch_urls when status code is in info as well as the error.

Toshio Kuratomi authored on 2016/04/27 22:47:36
April 26, 2016
View 4647e8b

HTTPError can also function as a non-exceptional file-like return value (#14915)

Olivier GROSJEANNE authored on 2016/04/26 02:21:45
April 19, 2016
View ed35e8b

Don't override the http status code when successful in urls.py

James Cammarata authored on 2016/04/19 02:02:57
April 16, 2016
View a985bf6

Don't pass context to urlopen, instead add it to the handlers. Fixes https://github.com/ansible/ansible-modules-core/issues/3437

Matt Martz authored on 2016/04/16 06:10:54
April 7, 2016
View 398218b

More intelligent building of the SSLValidationError message based on capabilities

Matt Martz authored on 2016/04/07 01:04:04
April 6, 2016
View 4b0aa12

Ziploader

Toshio Kuratomi authored on 2016/04/06 03:06:17
April 5, 2016
View 6e9c09d

Utilize urllib3.contrib.pyopenssl functionality for SNI capability in python versions lacking SNI support

Matt Martz authored on 2016/04/05 09:35:47
March 30, 2016
View c09e085

Merge pull request #14735 from jsok/open_url-netrc

Brian Coca authored on 2016/03/30 23:41:56
March 16, 2016
View 696b68f

Check return value of get_distribution()

Daniel Kempkens authored on 2016/03/16 18:49:21
March 8, 2016
View 098333b

Fix redirects for get_url

Matt Martz authored on 2016/03/08 06:35:20
March 3, 2016
View 6ff0b07

Support SSL validation with redirect control for python versions without ssl context

Matt Martz authored on 2016/03/03 07:30:16
March 2, 2016
View 5ec7adc

Lookup netrc for credentials in open_url

Jonathan Sokolowski authored on 2016/03/02 07:26:26