index
:
delta/python-packages/urllib3.git
1.18-series
1.19-series
1.24-series
1.25-series
1.26.x
2016-api-revamp
SethMichaelLarson-patch-1
SethMichaelLarson-patch-2
add-code-of-conduct-1
appveyor-py37
backport-pr-2141
bug/907
cache-pip-gha
cert-log-warning
choose-boundary
cleanup
conditional-uninstall-oclint
cov-nox
delete-makefile
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
dev-version
factorout-connectioncls
filepost-stream
fix-644
fix-gae
fix-skipped-tests
funding-add-gitcoin
funding-yml
gae-to-pytest
github-actions-ubuntu
hackathon
haikuginger-fix-travis-macos-2.7
haikuginger/inline-typing-collections-exceptions
httpheaderdict-requests
ipvfuture
macos-github-actions
main
master
new-connections
no-default-preload
org-links
pquentin-maintainer
pquentin-patch-1
pyopenssl-pin-python-2.6
python-3.10.0b4
readme-maintainers
release
release-1.24.3
release-1.26.8
remove-extra-dependencies
req-bump
request-body
retries
revert-634-no_assert
sanever
security-nagging
self-to-cls
sessionmanager
sethmlarson-patch-1
sethmlarson-patch-2
sigmavirus24-patch-1
skip-3.8-dev
socks-proxy
ssl_sni
tag-deploy
target-passthrough
test-pyopenssl-coverage
tornado-4
transport-security-manager
travis-integration-tests
travis-master-only
travis-pypy
travis-python-nightly
unpin-minor-pyenv
upload-coverage-report
urllib4
v2
github.com: shazow/urllib3.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix autodoc and intersphinx links in documentation (#1966)
Seth Michael Larson
2020-09-18
10
-86
/
+113
*
Include filepost.pyi and util/url.pyi (#1955)
Ezzeri Esa
2020-09-15
3
-0
/
+48
*
Mark master branch as 1.26.0.dev0 for RTD
Seth Michael Larson
2020-09-11
1
-1
/
+1
*
Swallow BrokenPipeError when writing request body
Rober Morales-Chaparro
2020-09-11
2
-4
/
+32
*
Remove duplicate dict key and except block
hodbn
2020-09-09
2
-9
/
+1
*
Overhaul and re-theme documentation
Seth Michael Larson
2020-09-08
7
-42
/
+54
*
Include exceptions.pyi and fields.pyi
Ezzeri Esa
2020-09-03
5
-0
/
+83
*
Don't log defect warnings on multipart/* responses
Brian Price
2020-09-03
1
-0
/
+20
*
Remove 'Defensive' from non-timeout SSLError branch
Seth Michael Larson
2020-08-31
1
-1
/
+1
*
Wrap BaseSSLError into SSLError during response reads
Seth Michael Larson
2020-08-31
1
-3
/
+3
*
Coerce values to str in HTTPHeaderDict.__getitem__
Hasan Ramezani
2020-08-30
1
-2
/
+2
*
Always assume UTC if no timezone in Retry-After
hodbn
2020-08-26
1
-0
/
+7
*
Blacken using black==20.8b1
hodbn
2020-08-26
7
-22
/
+24
*
Don't raise SNI warning on SecureTransport with server_hostname=None
hodbn
2020-08-23
1
-9
/
+12
*
Use tz-aware functions in Retry.parse_retry_after()
Seth Michael Larson
2020-08-23
1
-2
/
+2
*
Include mypy in noxfile and add ssl_match_hostname stubs
Ezzeri Esa
2020-08-21
3
-2
/
+17
*
Add SSLTransport to support TLS in TLS connections
Jorge
2020-08-19
1
-0
/
+197
*
Document how to customize SNI and Host headers when connecting via IP
Stephen Rosen
2020-08-10
1
-0
/
+5
*
Add hardcoded paths to macOS frameworks for Big Sur compatibility. (#1905)
Shea Craig
2020-07-19
1
-11
/
+28
*
Collapse request chunked data and framing into one send() call (#1906)
Seth Michael Larson
2020-07-16
1
-4
/
+5
*
Send "http/1.1" ALPN extension during TLS handshake
hodbn
2020-07-16
6
-0
/
+96
*
Add default user agent header (#1750)
DonaCthulhuote
2020-06-30
3
-2
/
+24
*
Raise a meaningful error for an unknown scheme (#1872)
hodbn
2020-06-30
2
-2
/
+15
*
Feature/support env var sslkeylogfile (#1867)
Bastiaan Bakker
2020-06-11
1
-0
/
+7
*
Remove unnecessary httplib export
hodbn
2020-06-10
1
-1
/
+0
*
Fix coverage, InvalidChunkLength is chunked and has no expected length
hodbn
2020-06-09
1
-6
/
+1
*
Add InvalidChunkLength error
hodbn
2020-06-09
2
-2
/
+25
*
Fix linting for flake8 v3.8
Quentin Pradet
2020-05-12
1
-2
/
+2
*
Don't insert 'None' into ConnectionPool if it was empty
hodbn
2020-04-28
1
-3
/
+5
*
Add 'other errors' counter to Retry (#1824)
hodbn
2020-04-27
1
-3
/
+31
*
doco: Fix small typos (#1860)
Tim Gates
2020-04-20
2
-2
/
+2
*
Add CODEOWNERS restricting access to files related to deployment (#1857)
Seth Michael Larson
2020-04-19
2
-1
/
+4
*
Avoid hasattr in BrotliDecoder.decompress()
David Vo
2020-04-19
1
-4
/
+3
*
Backslash terminates authority URL section
hodbn
2020-04-08
1
-1
/
+1
*
Unwrap ProxyError when evaluating retries (#1830)
hodbn
2020-04-03
2
-1
/
+7
*
Drain connection after PoolManager redirect (#1817)
Chris
2020-04-03
3
-27
/
+20
*
Stop skipping SecureTransport tests
Quentin Pradet
2020-03-30
1
-0
/
+5
*
Test that ConnectionPool preserves path dot segments
hodbn
2020-03-25
1
-0
/
+5
*
Ensure load_verify_locations raises SSLError for all backends (#1812)
Quentin Pradet
2020-03-16
1
-3
/
+6
*
Add support for HTTPS connections to proxies. (#1679)
Jorge
2020-03-12
4
-21
/
+89
*
Rename VerifiedHTTPSConnection to HTTPSConnection (#1805)
kobayashi
2020-02-28
1
-20
/
+10
*
Allow the CA certificate data to be passed as a string (#1804)
Benno Rice
2020-02-22
2
-3
/
+15
*
Raise ValueError if method contains control characters (#1800)
Seth Michael Larson
2020-02-17
1
-0
/
+14
*
Add __repr__ to Timeout (#1795)
John Vandenberg
2020-02-04
1
-1
/
+4
*
Release 1.25.8 (#1788)
1.25.8
Seth Michael Larson
2020-01-21
1
-1
/
+1
*
Optimize _encode_invalid_chars (#1787)
Quentin Pradet
2020-01-21
1
-9
/
+6
*
Empty responses should have no lines.
Benjamin Peterson
2020-01-14
1
-1
/
+1
*
Document actual default value for resolve_cert_reqs() (#1767)
Dominique Martinet
2019-12-03
1
-1
/
+1
*
Revert behavior to is_appengine=False in testbed (#1760)
Zev Goldstein
2019-11-27
1
-7
/
+7
*
Add hostname to insecure connection warning. (#1691)
Steltek
2019-11-22
1
-2
/
+2
[next]