python-urllib3:release

Last commit made on 2019-04-17
Get this branch:
git clone -b release https://git.launchpad.net/python-urllib3

Branch merges

Branch information

Name:
release
Repository:
lp:python-urllib3

Recent commits

1efadf4... by Seth Michael Larson <email address hidden>

Release 1.24.2 (#1564)

* Don't load system certificates by default when any other ``ca_certs``, ``ca_certs_dir`` or ``ssl_context`` parameters are specified.
* Remove Authorization header regardless of case when redirecting to cross-site. (Issue #1510)
* Add support for IPv6 addresses in subjectAltName section of certificates. (Issue #1269)

a6ec68a... by Thea Flowers <email address hidden>

Merging new release version: 1.24.1

0cedb3b... by "Seth M. Larson" <email address hidden>

Restore context.set_ciphers() to create_urllib3_context() (#1463)

0aeba3b... by "Seth M. Larson" <email address hidden>

Use bytearray to accumulate bytes from gzip (#1468)

f8d1c78... by "Seth M. Larson" <email address hidden>

Uninstall oclint to ensure gcc can be brew upgraded (#1464)

cd7cfa6... by toby cabot

Resolve pytest pluggy version conflict (#1457)

b548abc... by Thea Flowers <email address hidden>

Update changelog for 1.24 release

ef0c745... by Thea Flowers <email address hidden>

Merging new release version: 1.24

a0964d9... by swg0101 <email address hidden>

Add missing key_server_hostname variable (#1449)

Allow key_server_hostname to be specified when initializing a PoolManager to allow custom SNI to be overridden.

34d8298... by "Seth M. Larson" <email address hidden>

Test against Python 3.7 on AppVeyor (#1453)