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_proxy_poolmanager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change sub-class of NameResolutionError to NewConnectionError
Quentin Pradet
2021-07-08
1
-2
/
+2
*
Raise NameResolutionError instead of socket.gaierror (#2305)
euri10
2021-06-28
1
-2
/
+2
*
Lean on SSLContext to verify hostnames when possible (#2178)
Quentin Pradet
2021-03-16
1
-1
/
+3
*
Add exception wrapper for HTTPS proxy connection failure (#2133)
Jorge
2021-02-09
1
-0
/
+14
*
Use match parameter in pytest.raises()
Hasan Ramezani
2020-12-29
1
-8
/
+7
*
Improve message for ProxySchemeUnknown exception
Hasan Ramezani
2020-12-10
1
-0
/
+22
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-137
/
+85
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-17
/
+14
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-11
/
+90
*
Blacken using black==20.8b1
hodbn
2020-08-26
1
-1
/
+4
*
Add support for HTTPS connections to proxies. (#1679)
Jorge
2020-03-12
1
-1
/
+66
*
Generate bad CA with trustme (#1794)
Quentin Pradet
2020-01-27
1
-7
/
+19
*
Skip IPv6 test class when IPv6 is not available (#1762)
Quentin Pradet
2019-12-02
1
-1
/
+7
*
Remove unneeded test timeouts (#1763)
Quentin Pradet
2019-12-02
1
-4
/
+0
*
Unify timeout values in test suite (#1717)
Quentin Pradet
2019-10-31
1
-7
/
+9
*
Prefer pytest.raises over Testcase.fail (#1712)
Quentin Pradet
2019-10-29
1
-34
/
+16
*
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
-10
/
+0
*
Switch from 'self' to 'cls' in classmethods (#1701)
Quentin Pradet
2019-09-30
1
-13
/
+13
*
Merge strings that fit on a single line (#1700)
Quentin Pradet
2019-09-27
1
-1
/
+1
*
Stop using unittest (#1649)
Quentin Pradet
2019-07-05
1
-7
/
+6
*
Change addCleanup() calls to context managers in tests (#1624)
Ratan Kulshreshtha
2019-06-19
1
-277
/
+275
*
Update assertions to pytest style (#1614)
Ratan Kulshreshtha
2019-05-28
1
-81
/
+85
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-151
/
+188
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-14
/
+8
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-12
/
+12
*
Remove all uses of nose from the codebase
Alex Chan
2017-08-09
1
-3
/
+3
*
Ensured that SSLErrors will be retried
Benjamin Wohlwend
2017-06-07
1
-7
/
+9
*
Add cleanup code to the dummyserver tests
Alex Chan
2017-05-30
1
-0
/
+1
*
Merge upstream
Seth Michael Larson
2017-01-24
1
-25
/
+24
|
\
|
*
E228 Missing whitespace around `%` operator
Seth Michael Larson
2017-01-23
1
-9
/
+9
|
*
F841 Local variable assigned to but never used.
Seth Michael Larson
2017-01-23
1
-4
/
+4
|
*
E305 Expected 2 blank lines after class/func, found 1
Seth Michael Larson
2017-01-23
1
-0
/
+1
|
*
E111 Indentation is not a multiple of four
Seth Michael Larson
2017-01-23
1
-1
/
+1
|
*
E128 Continuation line under-indented for visual indent
Seth Michael Larson
2017-01-23
1
-12
/
+12
|
*
E231 Missing whitespace after `,`
Seth Michael Larson
2017-01-23
1
-18
/
+18
|
*
E303 Too many blank lines
Seth Michael Larson
2017-01-23
1
-2
/
+0
*
|
Add cleanup to pools and managers
lars4839
2017-01-21
1
-1
/
+18
|
/
*
tests: Use @requires_network where appropriate
Étienne Buira
2016-11-28
1
-1
/
+3
*
Tests for case-insensitivity in the scheme and host
Jeremy Cline
2016-07-01
1
-0
/
+10
*
Avoid spurious failures due to tiny timeouts.
Cory Benfield
2015-11-26
1
-4
/
+4
*
tests: Ported sleep to event-based; added NewConnectionError exception.
Andrey Petrov
2015-09-04
1
-2
/
+2
*
Merge pull request #679 from sigmavirus24/httpheaderdict-requests
Andrey Petrov
2015-07-21
1
-1
/
+18
|
\
|
*
Update tests for new HTTPHeaderDict behaviour
Ian Cordasco
2015-07-18
1
-2
/
+2
|
*
Tests for HTTPHeaderDict in requests (re: #632)
httpheaderdict-requests
Andrey Petrov
2015-05-28
1
-1
/
+18
*
|
Fix IPv6 HTTPS proxy
Christian Pedersen
2015-07-06
1
-1
/
+22
|
/
*
Add extra test. Make some changes
Kevin Burke
2014-11-13
1
-1
/
+11
*
Set connect timeout for proxies via HTTPS
Kevin Burke
2014-11-13
1
-2
/
+16
*
Tests pass, need to fix coverage.
Andrey Petrov
2014-06-30
1
-3
/
+9
*
Speed up failed connection detection on Windows.
schlamar
2014-01-23
1
-8
/
+4
[next]