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_socketlevel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send "http/1.1" ALPN extension during TLS handshake
hodbn
2020-07-16
1
-2
/
+31
*
Add default user agent header (#1750)
DonaCthulhuote
2020-06-30
1
-58
/
+39
*
Fix testing of SSLKEYLOGFILE on AppVeyor
hodbn
2020-06-24
1
-2
/
+3
*
Remove unnecessary httplib export
hodbn
2020-06-10
1
-1
/
+1
*
Fix flaky test by setting longer connect timeout
Quentin Pradet
2020-04-08
1
-1
/
+1
*
Stop skipping SecureTransport tests
Quentin Pradet
2020-03-30
1
-1
/
+3
*
Skip tests when DNS can't resolve a dotted FQDN
hodbn
2020-03-21
1
-2
/
+2
*
Ensure test host resolves to IPv6 in tests (#1819)
Hod Bin Noon
2020-03-20
1
-1
/
+2
*
Ensure load_verify_locations raises SSLError for all backends (#1812)
Quentin Pradet
2020-03-16
1
-0
/
+9
*
Generate client password-protected cert with trustme (#1793)
Quentin Pradet
2020-01-26
1
-16
/
+7
*
Generate client certs dynamically using trustme (#1791)
Quentin Pradet
2020-01-25
1
-22
/
+54
*
Fix test_delayed_body_read_timeout flaky test (#1751)
Quentin Pradet
2019-11-17
1
-1
/
+1
*
Remove extra notPyPy2 import to fix linter (#1733)
Quentin Pradet
2019-11-05
1
-1
/
+0
*
Use decorators to mark tests as xfail in PyPy2
Quentin Pradet
2019-11-04
1
-0
/
+1
*
Use decorators to mark tests as xfail in PyPy2
Quentin Pradet
2019-11-04
1
-7
/
+2
*
Unify timeout values in test suite (#1717)
Quentin Pradet
2019-10-31
1
-45
/
+36
*
Update urllib3/requests GitHub URLs (#1719)
Quentin Pradet
2019-10-29
1
-2
/
+2
*
Prefer pytest.raises over Testcase.fail (#1712)
Quentin Pradet
2019-10-29
1
-10
/
+3
*
Retry failed dummyserver tests once (#1718)
Quentin Pradet
2019-10-29
1
-0
/
+3
*
Remove unneeded new lines after with statements (#1702)
Quentin Pradet
2019-10-01
1
-24
/
+0
*
Merge strings that fit on a single line (#1700)
Quentin Pradet
2019-09-27
1
-11
/
+9
*
Fix PyPy tests (#1694)
Quentin Pradet
2019-09-25
1
-0
/
+6
*
Change addCleanup() calls to context managers in tests (#1624)
Ratan Kulshreshtha
2019-06-19
1
-321
/
+286
*
Update assertions to pytest style (#1614)
Ratan Kulshreshtha
2019-05-28
1
-99
/
+95
*
Merge branch 'master' into blacken
Ratan Kulshreshtha
2019-05-25
1
-0
/
+88
|
\
|
*
Load system CA certificates by default on empty HTTPSConnection (#1608)
Seth Michael Larson
2019-05-23
1
-0
/
+78
*
|
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-519
/
+672
|
/
*
Improve CI stability for timeouts and branch coverage (#1554)
Quentin Pradet
2019-03-22
1
-11
/
+11
*
Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)
Seth Michael Larson
2019-02-27
1
-1
/
+1
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-6
/
+5
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
1
-2
/
+79
*
Start testing against Python 3.8 (#1475)
Seth M. Larson
2018-11-22
1
-0
/
+3
*
Fix for parsing Content-Type: message/* Responses without warnings (#1439)
Tim Bell
2018-09-18
1
-8
/
+34
*
Remove more Python 2.6 code (#1430)
Quentin Pradet
2018-08-24
1
-9
/
+1
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-7
/
+8
*
Merge branch 'master' into fix-deprecation-warning
Jesse Shapiro
2017-12-15
1
-0
/
+31
|
\
|
*
Use FQDN only for DNS and drop trailing dot for other operations
Jesse Shapiro
2017-12-14
1
-0
/
+31
*
|
Change use of deprecated assertEquals to pytest style assert
Jon Dufresne
2017-12-12
1
-1
/
+1
|
/
*
Remove all uses of nose from the codebase
Alex Chan
2017-08-09
1
-9
/
+7
*
Merge branch 'master' into patch-1
Serey Ty
2017-06-22
1
-0
/
+33
|
\
|
*
xrange -> range
Matt Billenstein
2017-06-21
1
-1
/
+1
|
*
Make sure tests run for only run retry/redirect
Matt Billenstein
2017-06-21
1
-2
/
+2
|
*
flake8
Matt Billenstein
2017-06-21
1
-2
/
+8
|
*
Move TestRetryPoolSizeDrainFail to test_socketlevel.py
Matt Billenstein
2017-06-21
1
-0
/
+27
*
|
IPv6 bracket missing when IPv6 proxy is used
Serey Ty
2017-06-22
1
-0
/
+45
|
/
*
added test for retrying SSLError on the socket level
Benjamin Wohlwend
2017-06-07
1
-0
/
+45
*
Ensured that SSLErrors will be retried
Benjamin Wohlwend
2017-06-07
1
-6
/
+11
*
Cleanup error message
Cory Benfield
2017-03-10
1
-1
/
+4
*
Add support for SecureTransport TLS backend
Cory Benfield
2017-03-06
1
-1
/
+142
*
Merge upstream
Seth Michael Larson
2017-01-24
1
-51
/
+57
|
\
[next]