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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pyupgrade, black, isort, and flake8 via pre-commit
Hugo van Kemenade
2021-01-08
1
-2
/
+0
*
Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransport
Seth Michael Larson
2021-01-07
2
-159
/
+185
*
Use match parameter in pytest.raises()
Hasan Ramezani
2020-12-29
8
-55
/
+42
*
Remove work-around for missing ipaddress module in Python 2
Jon Dufresne
2020-12-26
1
-10
/
+0
*
Remove fallback on commonName in match_hostname()
Hasan Ramezani
2020-12-23
4
-45
/
+24
*
Update find_unused_port to Python 3.9 version (#2102)
Quentin Pradet
2020-12-11
1
-10
/
+17
*
Improve message for ProxySchemeUnknown exception
Hasan Ramezani
2020-12-10
1
-0
/
+22
*
Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)
Seth Michael Larson
2020-12-05
1
-1
/
+4
*
Change return type of HTTPResponse.getheaders() to match CPython
Seth Michael Larson
2020-11-28
1
-1
/
+1
*
Remove _const_compare_digest
jianghang
2020-11-26
1
-20
/
+1
*
Remove deprecated Retry options
Quentin Pradet
2020-11-24
3
-489
/
+12
*
Remove six (#2078)
Hasan Ramezani
2020-11-23
5
-22
/
+49
*
Remove Python 2 branches, HTTPHeaderDict.from_httplib
Hasan Ramezani
2020-11-18
2
-11
/
+1
*
Remove strict parameter (#2064)
Hasan Ramezani
2020-11-16
2
-43
/
+12
*
Remove support for Google App Engine Standard
Hugo van Kemenade
2020-11-15
5
-328
/
+0
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
36
-812
/
+436
*
Fix test_proxy_rejection even with two localhost entries
Quentin Pradet
2020-11-12
1
-3
/
+31
*
Don't send 'User-Agent' twice if header is binary
Seth Michael Larson
2020-11-11
1
-0
/
+23
*
Fix constructor parameter order in SSLTransport.
Jorge Lopez Silva
2020-11-07
1
-0
/
+17
*
Skip TLS versions if disabled by OpenSSL config
Seth Michael Larson
2020-11-05
3
-36
/
+72
*
Terminate connection when custom verification fails (SecureTransport) (#1977)
hodbn
2020-11-01
2
-12
/
+57
*
Add SKIP_HEADER for skipping automatically added headers
Seth Michael Larson
2020-10-27
2
-8
/
+142
*
Deprecate negotiating TLSv1 and TLSv1.1 by default
Seth Michael Larson
2020-10-06
1
-20
/
+100
*
Don't set keylog_filename for empty values
Seth Michael Larson
2020-10-04
1
-0
/
+12
*
Fix flaky test by avoiding refused connection with short timeout (#2008)
Quentin Pradet
2020-10-02
1
-2
/
+2
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
37
-237
/
+212
*
Raise error on invalid labels in create_connection()
Hasan Ramezani
2020-09-30
1
-0
/
+24
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
6
-13
/
+169
*
Rename Retry options and defaults
Seth Michael Larson
2020-09-28
2
-6
/
+484
*
Consume connections better in socket-level tests (#1958)
hodbn
2020-09-18
1
-23
/
+26
*
Use LONG_TIMEOUT on test with disabled retries
Quentin Pradet
2020-09-18
1
-1
/
+1
*
Get SSLTransport tests to 100% coverage
Jorge
2020-09-13
1
-14
/
+44
*
Swallow BrokenPipeError when writing request body
Rober Morales-Chaparro
2020-09-11
2
-1
/
+46
*
Use LONG_TIMEOUT on another timeout-based test
Quentin Pradet
2020-09-09
1
-1
/
+1
*
Use LONG_TIMEOUT for read with retries=0
Quentin Pradet
2020-09-08
1
-2
/
+1
*
Skip two tests that are flaky on Windows
Quentin Pradet
2020-09-08
2
-0
/
+16
*
Don't log defect warnings on multipart/* responses
Brian Price
2020-09-03
2
-0
/
+51
*
Wrap BaseSSLError into SSLError during response reads
Seth Michael Larson
2020-08-31
1
-0
/
+27
*
Coerce values to str in HTTPHeaderDict.__getitem__
Hasan Ramezani
2020-08-30
1
-0
/
+8
*
Always assume UTC if no timezone in Retry-After
hodbn
2020-08-26
3
-0
/
+60
*
Blacken using black==20.8b1
hodbn
2020-08-26
3
-5
/
+11
*
Don't raise SNI warning on SecureTransport with server_hostname=None
hodbn
2020-08-23
3
-93
/
+120
*
Use tz-aware functions in Retry.parse_retry_after()
Seth Michael Larson
2020-08-23
1
-13
/
+7
*
Add SSLTransport to support TLS in TLS connections
Jorge
2020-08-19
1
-0
/
+470
*
Send "http/1.1" ALPN extension during TLS handshake
hodbn
2020-07-16
3
-2
/
+55
*
Add default user agent header (#1750)
DonaCthulhuote
2020-06-30
3
-66
/
+131
*
Raise a meaningful error for an unknown scheme (#1872)
hodbn
2020-06-30
1
-1
/
+24
*
Fix testing of SSLKEYLOGFILE on AppVeyor
hodbn
2020-06-24
2
-10
/
+5
*
Feature/support env var sslkeylogfile (#1867)
Bastiaan Bakker
2020-06-11
1
-0
/
+25
*
Remove unnecessary httplib export
hodbn
2020-06-10
2
-2
/
+3
[next]