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
/
with_dummyserver
/
test_https.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send "http/1.1" ALPN extension during TLS handshake
hodbn
2020-07-16
1
-0
/
+10
*
Fix testing of SSLKEYLOGFILE on AppVeyor
hodbn
2020-06-24
1
-8
/
+2
*
Feature/support env var sslkeylogfile (#1867)
Bastiaan Bakker
2020-06-11
1
-0
/
+25
*
Regenerate dummyserver/certs with trustme (#1831)
Quentin Pradet
2020-03-30
1
-10
/
+9
*
Skip tests when DNS can't resolve a dotted FQDN
hodbn
2020-03-21
1
-2
/
+2
*
Stop looking at exception values in test_client_no_intermediate (#1811)
Quentin Pradet
2020-03-12
1
-22
/
+1
*
Generate bad CA with trustme (#1794)
Quentin Pradet
2020-01-27
1
-5
/
+9
*
Generate client password-protected cert with trustme (#1793)
Quentin Pradet
2020-01-26
1
-16
/
+58
*
Move IPv6 test skips in server fixtures
Quentin Pradet
2020-01-16
1
-3
/
+0
*
Run IPv6 Tornado server from fixture
Quentin Pradet
2020-01-16
1
-15
/
+14
*
Use trustme to generate IP_SAN cert
Quentin Pradet
2020-01-14
1
-6
/
+6
*
Use fixture to configure NO_SAN test certs
Quentin Pradet
2020-01-13
1
-7
/
+6
*
Fix test failures with latest openssl (#1749)
Felix Yan
2019-11-18
1
-0
/
+1
*
Use shorter name for generated certs dir
Quentin Pradet
2019-11-04
1
-6
/
+6
*
Generate client certs dynamically
Quentin Pradet
2019-11-04
1
-29
/
+27
*
test_ca_dir_verified: cast Pathes back to strings
Quentin Pradet
2019-11-04
1
-3
/
+2
*
Use pytest tmpdir support
Quentin Pradet
2019-11-04
1
-16
/
+14
*
Generate certificate directory at runtime
Quentin Pradet
2019-11-04
1
-10
/
+18
*
Unify timeout values in test suite (#1717)
Quentin Pradet
2019-10-31
1
-5
/
+7
*
Prefer pytest.raises over Testcase.fail (#1712)
Quentin Pradet
2019-10-29
1
-34
/
+25
*
Retry failed dummyserver tests once (#1718)
Quentin Pradet
2019-10-29
1
-0
/
+2
*
Remove unneeded new lines after with statements (#1702)
Quentin Pradet
2019-10-01
1
-22
/
+0
*
Merge strings that fit on a single line (#1700)
Quentin Pradet
2019-09-27
1
-8
/
+8
*
Accept uppercase error message from PyPy (#1699)
Quentin Pradet
2019-09-27
1
-1
/
+2
*
Fix CI for TLSv1.3 (#1671)
Quentin Pradet
2019-09-19
1
-1
/
+7
*
Stop using unittest (#1649)
Quentin Pradet
2019-07-05
1
-5
/
+0
*
Change addCleanup() calls to context managers in tests (#1624)
Ratan Kulshreshtha
2019-06-19
1
-415
/
+412
*
Update assertions to pytest style (#1614)
Ratan Kulshreshtha
2019-05-28
1
-79
/
+69
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-251
/
+332
*
Improve CI stability for timeouts and branch coverage (#1554)
Quentin Pradet
2019-03-22
1
-1
/
+1
*
Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)
Seth Michael Larson
2019-02-27
1
-21
/
+77
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-12
/
+12
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
1
-1
/
+34
*
Use python.org MacPython builds for Travis (#1485)
Quentin Pradet
2018-11-30
1
-0
/
+2
*
Start testing against Python 3.8 (#1475)
Seth M. Larson
2018-11-22
1
-0
/
+2
*
Remove more Python 2.6 code (#1430)
Quentin Pradet
2018-08-24
1
-1
/
+7
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-26
/
+5
*
Fix coverage reports after src/urlib3 move (#1425)
Quentin Pradet
2018-08-16
1
-0
/
+2
*
Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)
Quentin Pradet
2018-08-14
1
-11
/
+7
*
Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)
Quentin Pradet
2018-08-06
1
-1
/
+7
*
Support a servername parameter on HTTPSConnections which overrides the name u...
Ian Haken
2018-07-11
1
-0
/
+17
*
Fix test_client_no_intermediate on macOS 10.13+ (#1412)
Quentin Pradet
2018-07-10
1
-3
/
+4
*
Fix test to not depend on warning order
lars4839
2018-04-25
1
-8
/
+1
*
Perhaps the SecureTransport bugs are worked out?
wbond
2018-04-15
1
-1
/
+0
*
Try to debug Mac Python 2.6 Travis failure
wbond
2018-04-12
1
-2
/
+2
*
Add exception text seen from client cert error with Python 2.6 on Mac
wbond
2018-04-06
1
-1
/
+2
*
Adjust tests to not look for warnings when using SecureTransport
wbond
2018-04-05
1
-5
/
+10
*
Use FQDN only for DNS and drop trailing dot for other operations
Jesse Shapiro
2017-12-14
1
-0
/
+5
*
fix up tests and dummyserver /certificate endpoint
Ryan T. Dean
2017-08-15
1
-5
/
+8
*
test/with_dummyserver/test_https.py: addressing code review
Wolfgang Richter
2017-08-10
1
-8
/
+10
[next]