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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Configure filterwarnings=error (#2790)
Thomas Grainger
2022-11-24
1
-1
/
+1
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
4
-11
/
+19
*
[2.0] Add tests for IPv6 proxy subjectAltNames
Seth Michael Larson
2022-02-08
1
-1
/
+2
*
Add type hints to test.contrib.test_securetransport
Hasan Ramezani
2021-10-08
1
-4
/
+4
*
Add type hints to test.contrib.test_pyopenssl
Hasan Ramezani
2021-10-08
1
-7
/
+7
*
Test all host formats in one fixture (#2421)
Seth Michael Larson
2021-09-24
1
-2
/
+1
*
Add type hints to pyOpenSSL, SOCKS, and collections tests
Jon Dufresne
2021-08-29
2
-79
/
+108
*
Reraise error after free in certificate array from PEM loader
Ran Benita
2021-07-26
1
-0
/
+13
*
Add coverage for all raise branches
Bastian Venthur
2021-05-22
1
-0
/
+10
*
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
1
-1
/
+4
*
Use match parameter in pytest.raises()
Hasan Ramezani
2020-12-29
1
-6
/
+5
*
Remove fallback on commonName in match_hostname()
Hasan Ramezani
2020-12-23
1
-2
/
+0
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
4
-33
/
+31
*
Fix test_proxy_rejection even with two localhost entries
Quentin Pradet
2020-11-12
1
-3
/
+31
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
4
-17
/
+17
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-500
/
+0
*
Get SSLTransport tests to 100% coverage
Jorge
2020-09-13
1
-14
/
+44
*
Don't raise SNI warning on SecureTransport with server_hostname=None
hodbn
2020-08-23
2
-0
/
+3
*
Add SSLTransport to support TLS in TLS connections
Jorge
2020-08-19
1
-0
/
+470
*
Fix linting for flake8 v3.8
Quentin Pradet
2020-05-12
2
-4
/
+4
*
Stop skipping SecureTransport tests
Quentin Pradet
2020-03-30
1
-2
/
+0
*
Ensure load_verify_locations raises SSLError for all backends (#1812)
Quentin Pradet
2020-03-16
2
-0
/
+2
*
Run IPv6 Tornado server from fixture
Quentin Pradet
2020-01-16
1
-0
/
+2
*
Unify timeout values in test suite (#1717)
Quentin Pradet
2019-10-31
1
-1
/
+4
*
Prefer pytest.raises over Testcase.fail (#1712)
Quentin Pradet
2019-10-29
1
-10
/
+4
*
Remove TLS 1.3 support in SecureTransport (#1703)
Quentin Pradet
2019-10-04
1
-3
/
+2
*
Remove unneeded new lines after with statements (#1702)
Quentin Pradet
2019-10-01
1
-8
/
+0
*
Fix CI for TLSv1.3 (#1671)
Quentin Pradet
2019-09-19
1
-1
/
+3
*
Stop using unittest (#1649)
Quentin Pradet
2019-07-05
2
-4
/
+2
*
Change addCleanup() calls to context managers in tests (#1624)
Ratan Kulshreshtha
2019-06-19
1
-97
/
+82
*
Update assertions to pytest style (#1614)
Ratan Kulshreshtha
2019-05-28
3
-83
/
+76
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
4
-183
/
+218
*
Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)
Seth Michael Larson
2019-02-27
2
-2
/
+9
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-2
/
+2
*
Fix inject/extract_from_urllib3 in tests (#1480)
Seth M. Larson
2018-11-26
2
-2
/
+11
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
2
-6
/
+6
*
Add noqa to import test
fix-skipped-tests
Seth M. Larson
2018-04-24
1
-1
/
+1
*
Fix whitespace issue in SecureTransport test
Seth M. Larson
2018-04-24
1
-1
/
+1
*
Fix skip logic in SecureTransport tests
Seth M. Larson
2018-04-24
1
-13
/
+20
*
Fix skip logic in PyOpenSSL dependencies test
Seth M. Larson
2018-04-24
1
-6
/
+14
*
Fix skip logic in PyOpenSSL tests
Seth M. Larson
2018-04-24
1
-14
/
+21
*
Free cert_array if it is *not* None (#1354)
Paul Kehrer
2018-04-20
1
-2
/
+14
*
Allow SOCKSConnection to parse username and password from URL (#1363)
Aleksey
2018-04-18
1
-0
/
+39
*
add test which triggers x509.DuplicateExtension
Jeremy Lainé
2018-03-22
2
-0
/
+42
*
Pick off some easy coverage wins around raise statements
Alex Chan
2017-08-10
1
-0
/
+8
*
Correct test assertions around port in test_socks.py
Alex Chan
2017-08-09
1
-10
/
+10
*
Remove all uses of nose from the codebase
Alex Chan
2017-08-09
4
-10
/
+8
*
Merge branch 'master' into gae-to-pytest
gae-to-pytest
Cory Benfield
2017-06-14
1
-0
/
+3
|
\
|
*
And an unclosed socket in test_socks.py
Alex Chan
2017-06-11
1
-0
/
+1
[next]