v2.24.0
Don't use pyOpenSSL unless no SNI is detected
adding unicode_is_ascii utility function
Revert "Use urllib for chunked requests"
Merge branch 'master' into master
Updated references to previous requests/requests GitHub path
cleanup certs.py
Remove internal use of unnecessary compat shim for OrderedDict
Use comprehensions whenever possible
Normalize exception docstrings (#5338)
remove final remnants from 2.6
Avoid an unnecessary computation of the length of data for non-stream requests (which determines content-length based upon body content).
Fix requests.packages not having package attributes
Remove what appears to be an un-needed call to self.resolve_redirects when not following redirects as part of creating a request's history.
Fix formatting of status code example