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
/
test_connectionpool.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary httplib export
hodbn
2020-06-10
1
-1
/
+2
*
Don't insert 'None' into ConnectionPool if it was empty
hodbn
2020-04-28
1
-1
/
+10
*
Unify timeout values in test suite (#1717)
Quentin Pradet
2019-10-31
1
-7
/
+8
*
Update urllib3/requests GitHub URLs (#1719)
Quentin Pradet
2019-10-29
1
-2
/
+2
*
Remove unneeded new lines after with statements (#1702)
Quentin Pradet
2019-10-01
1
-1
/
+0
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-123
/
+166
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-1
/
+2
*
Add test cases for uppercase url + custom protocol
Lukas Slebodnik
2018-04-26
1
-0
/
+38
*
Add test for ConnectionPool.close
Iceflower
2018-01-10
1
-0
/
+17
*
Use FQDN only for DNS and drop trailing dot for other operations
Jesse Shapiro
2017-12-14
1
-0
/
+2
*
Ensured that SSLErrors will be retried
Benjamin Wohlwend
2017-06-07
1
-5
/
+6
*
Rewrite test_connectionpool.py to be pytest-style
Alex Chan
2017-06-05
1
-234
/
+207
*
Fix flake errors with unittest2 import
Seth Michael Larson
2017-01-25
1
-4
/
+5
*
Merge upstream
Seth Michael Larson
2017-01-24
1
-9
/
+7
|
\
|
*
E501 Line too long.
lars4839
2017-01-23
1
-1
/
+2
|
*
E303 Too many blank lines
Seth Michael Larson
2017-01-23
1
-1
/
+0
|
*
E261 At least two spaces before inline comment
Seth Michael Larson
2017-01-23
1
-2
/
+2
|
*
E124 Closing bracket does not match visual indentation
Seth Michael Larson
2017-01-23
1
-6
/
+3
*
|
s/version/version_info/
Seth Michael Larson
2017-01-22
1
-1
/
+1
*
|
Add unittest2 for more testcases
Seth Michael Larson
2017-01-22
1
-1
/
+5
*
|
Merge branch 'master' into fix-test-leaking
Seth M. Larson
2017-01-21
1
-0
/
+13
|
\
\
|
|
/
|
*
Introduce IPv6 zone identifier support in connectionpool
Charles Stephens
2016-10-28
1
-0
/
+13
*
|
Add cleanup to pools and managers
lars4839
2017-01-21
1
-1
/
+18
*
|
tests: make mixed_case_url TC network independant
Étienne Buira
2016-11-28
1
-5
/
+0
*
|
ConnectionPool apply lowercasing to host
lars4839
2016-11-09
1
-0
/
+5
|
/
*
Use HTTPException, LifoQueue, Empty, and Full from six
Ville Skyttä
2016-08-05
1
-7
/
+2
*
Merge branch 'master' into sigmavirus24-feature/accept-context-objs
Andrey Petrov
2016-05-31
1
-0
/
+77
|
\
|
*
Add ResponseCls class attr to HTTPConnectionPool
Jordan Moldow
2016-05-25
1
-1
/
+20
|
*
Improve and simplify release_conn=False tests
Jordan Moldow
2016-05-24
1
-18
/
+7
|
*
Respect `release_conn=False` after retry
Jordan Moldow
2016-05-17
1
-0
/
+69
*
|
Don't use nonexistent TLS paths.
Cory Benfield
2016-04-07
1
-1
/
+3
|
/
*
Do some clarifying.
Cory Benfield
2016-02-29
1
-0
/
+5
*
Add failing test for #805.
Cory Benfield
2016-02-29
1
-0
/
+22
*
Add test coverage for now-uncovered branch.
Cory Benfield
2016-02-18
1
-0
/
+49
*
Set cert_reqs to 'CERT_REQUIRED' by default if ca_certs is passed.
Shivan Sornarajah
2015-06-12
1
-0
/
+5
*
Merge branch 'pr-642'
Andrey Petrov
2015-06-12
1
-0
/
+6
|
\
|
*
remove unnecessary structure
Thomas Weißschuh
2015-06-05
1
-1
/
+1
|
*
full_url -> absolute_url
Thomas Weißschuh
2015-06-04
1
-2
/
+2
|
*
get the full request url on a connection
Thomas Weißschuh
2015-06-04
1
-0
/
+6
*
|
One more test.
Andrey Petrov
2015-06-10
1
-3
/
+0
*
|
Refactored #646
Andrey Petrov
2015-06-10
1
-52
/
+0
*
|
Parameter rename for increased readability. Use HTTPDummyServerTestCase for t...
jimi
2015-06-10
1
-14
/
+27
*
|
Cleanup properly after timeout or connection-based error.
jimi
2015-06-10
1
-0
/
+39
|
/
*
Allow PoolManager and ConnectionPool to be used as a context manager.
Shivan Sornarajah
2015-02-06
1
-0
/
+20
*
Add failing test with bad message
Kevin Burke
2014-09-30
1
-1
/
+1
*
Renamed ConnectionError -> ProtocolError, simplified Retry logic, added tests.
Andrey Petrov
2014-07-01
1
-0
/
+2
*
Huge refactoring, discovered some critical flaws.
Andrey Petrov
2014-06-27
1
-1
/
+1
*
Implement retry logic
Kevin Burke
2014-06-25
1
-1
/
+1
*
Handle blank host with new exception, LocationValueError.
Andrey Petrov
2014-06-24
1
-1
/
+4
*
_tunnel_host compatibility for Python 2.6.(0-2)
Kevin Burke
2014-01-06
1
-2
/
+1
[next]