v2.27.0
Fix creating non-listening sockets in tests on some platforms (#5890)
fix __init__.py
making module docstrings and coding comments consistent
Defer the trustme import until inside the fixture
remove final remnants from 2.6
Add test for default chunked Host header
Fix requests.packages not having package attributes
Raise InvalidURL if hosts starts with '.' as was reported at #5367.
revert 8e6e47a and c121b98
Revert "Fix for response with UTF-8 BOM #4976"
Move from urlparse to parse_url for prepending schemes