Files
requests3/requests
Alexander 'Leo' Bergolth a180db963f allow urllib3 Timeout objects as timeout parameter for HTTPAdapter.send()
omit timeout argument when calling urlopen on the connection. this allows setting a default timeout at connection pool level:
adapter.poolmanager.connection_pool_kw['timeout'] = urllib3.Timeout(...)
2017-03-29 16:53:28 +02:00
..
2017-01-24 06:20:44 -06:00
2017-01-24 06:32:12 -06:00
2017-03-22 21:28:38 +01:00
2016-11-15 10:11:58 +00:00
2016-11-02 09:56:56 -06:00
2016-11-02 09:56:56 -06:00
2017-03-22 21:28:38 +01:00
2017-02-07 16:57:17 +01:00
2017-02-27 16:25:10 +00:00