Skip to content

Commit

Permalink
Update CHANGES and CONTRIBUTORS for Python 2.6 removal (urllib3#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and sethmlarson committed Aug 24, 2018
1 parent b2e34d2 commit 79ad665
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Expand Up @@ -6,11 +6,13 @@ dev (master)

* Skip DNS names that can't be idna-decoded when using pyOpenSSL (Issue #1405).

* ... [Short description of non-trivial change.] (Issue #)

* Add a server_hostname parameter to HTTPSConnection which allows for
overriding the SNI hostname sent in the handshake. (Pull #1397)

* Drop support for EOL Python 2.6 (Pull #1429 and Pull #1430)

* ... [Short description of non-trivial change.] (Issue #)


1.23 (2018-06-05)
-----------------
Expand Down
13 changes: 8 additions & 5 deletions CONTRIBUTORS.txt
Expand Up @@ -30,7 +30,7 @@ In chronological order:
* kennethreitz <me@kennethreitz.com>
* Bugfixes, suggestions, Requests integration

* georgemarshall <http://github.com/georgemarshall>
* georgemarshall <https://github.com/georgemarshall>
* Bugfixes, Improvements and Test coverage

* Thomas Kluyver <thomas@kluyver.me.uk>
Expand Down Expand Up @@ -67,7 +67,7 @@ In chronological order:
* Boris Figovsky <boris.figovsky@ravellosystems.com>
* Allowed to skip SSL hostname verification

* Cory Benfield <http://lukasa.co.uk/about/>
* Cory Benfield <https://lukasa.co.uk/about/>
* Stream method for Response objects.
* Return native strings in header values.
* Generate 'Host' header when using proxies.
Expand Down Expand Up @@ -96,7 +96,7 @@ In chronological order:
* Nipunn Koorapati <nipunn1313@gmail.com>
* Ignore default ports when comparing hosts for equality

* Danilo @dbrgn <http://dbrgn.ch/>
* Danilo @dbrgn <https://dbrgn.ch/>
* Disabled TLS compression by default on Python 3.2+
* Disabled TLS compression in pyopenssl contrib module
* Configurable cipher suites in pyopenssl contrib module
Expand All @@ -114,7 +114,7 @@ In chronological order:
* Tahia Khan <http://tahia.tk/>
* Added Timeout examples in docs

* Arthur Grunseid <http://grunseid.com>
* Arthur Grunseid <https://grunseid.com>
* source_address support and tests (with https://github.com/bui)

* Ian Cordasco <graffatcolmingov@gmail.com>
Expand Down Expand Up @@ -259,8 +259,11 @@ In chronological order:
* Improve contribution guide
* Add ``HTTPResponse.geturl`` method to provide ``urllib2.urlopen().geturl()`` behavior

* Bruce Merry <http://www.brucemerry.org.za>
* Bruce Merry <https://www.brucemerry.org.za>
* Fix leaking exceptions when system calls are interrupted with zero timeout

* Hugo van Kemenade <https://github.com/hugovk>
* Drop support for EOL Python 2.6

* [Your name or handle] <[email or website]>
* [Brief summary of your changes]

0 comments on commit 79ad665

Please sign in to comment.