Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGES and CONTRIBUTORS #1431

Merged
merged 2 commits into from Aug 24, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -11,6 +11,8 @@ dev (master)
* Add a server_hostname parameter to HTTPSConnection which allows for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move the "... " changelist entry to the bottom of the list? I don't know how it crept up there! :)

overriding the SNI hostname sent in the handshake. (Pull #1397)

* Drop support for EOL Python 2.6 (Pull #1429)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to (Pull #1429 and Pull #1430) as @pquentin removed a little more Python 2.6 code as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I've updated these three things.



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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the square braces around your name

* Drop support for EOL Python 2.6

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