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_poolmanager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip tests when DNS can't resolve a dotted FQDN
hodbn
2020-03-21
1
-0
/
+2
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-88
/
+84
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-4
/
+1
*
Use FQDN only for DNS and drop trailing dot for other operations
Jesse Shapiro
2017-12-14
1
-0
/
+8
*
Rewrite test_poolmanager.py to be pytest-style
Alex Chan
2017-08-09
1
-123
/
+87
*
Add assert_hostname/assert_fingerprint to list of valid keys for PoolManager
Davanum Srinivas
2017-04-30
1
-0
/
+10
*
Failing test for #1165
Cory Benfield
2017-04-28
1
-0
/
+20
*
The ``connection_from_*`` methods now accept pool_kwargs
Jeremy Cline
2017-03-23
1
-52
/
+80
*
Fix flake errors with unittest2 import
Seth Michael Larson
2017-01-25
1
-4
/
+5
*
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
*
Add cleanup to pools and managers
lars4839
2017-01-21
1
-1
/
+19
*
Add ``source_address`` to the HTTP and HTTPS pool keys
Jeremy Cline
2016-04-19
1
-3
/
+6
*
Update ``key_fn_by_scheme`` functions to use functools.partial
Jeremy Cline
2016-04-18
1
-4
/
+2
*
Rename pool_key_funcs_by_scheme to key_fn_by_scheme
Jeremy Cline
2016-04-17
1
-6
/
+6
*
Pool keys are now case-insensitive for `scheme` and `host`
Jeremy Cline
2016-04-15
1
-5
/
+85
*
Add a test to ensure http pools ignore https pool kwargs
Jeremy Cline
2016-04-04
1
-0
/
+11
*
Add additional tests for the pool keys.
Jeremy Cline
2016-04-04
1
-18
/
+100
*
Create connection pool keys by scheme
Jeremy Cline
2016-04-04
1
-9
/
+5
*
Test that we key connection pools off SSL arguments.
Cory Benfield
2016-04-04
1
-1
/
+59
*
Allow PoolManager and ConnectionPool to be used as a context manager.
Shivan Sornarajah
2015-02-06
1
-0
/
+16
*
Handle blank host with new exception, LocationValueError.
Andrey Petrov
2014-06-24
1
-2
/
+3
*
Raise LocationParseError if host is None
Kevin Burke
2014-03-16
1
-1
/
+7
*
Switch uses of `with self.assertRaises(...)` to standard calls.
John Szakmeister
2012-12-03
1
-4
/
+2
*
More pool-closing tests, 99% coverage.
Andrey Petrov
2012-07-22
1
-1
/
+1
*
More tests, PoolManager.close is now PoolManager.clear.
Andrey Petrov
2012-07-22
1
-0
/
+24
*
More progress porting tests to py3, brutal.
Andrey Petrov
2012-01-22
1
-1
/
+0
*
Refactored dummyserver subpackage to support simpler Socket servers.
Andrey Petrov
2012-01-21
1
-29
/
+0
*
Moved the code to support test threaded socket servers into its own module.
Brandon Rhodes
2012-01-18
1
-2
/
+3
*
Decided to make the missing-port test finicky about the response it gets back.
Brandon Rhodes
2012-01-17
1
-1
/
+3
*
Wrote a fix for github issue #28.
Brandon Rhodes
2012-01-17
1
-2
/
+2
*
Added a failing test case for github issue #28.
Brandon Rhodes
2012-01-17
1
-1
/
+28
*
Cleanup of unused imports.
Andrey Petrov
2011-12-04
1
-2
/
+0
*
Stop sys.path manipulation.
Piotr Dobrogost
2011-12-03
1
-4
/
+0
*
Refactoring: Moved RecentlyUsedContainer out to its own submodule.
Andrey Petrov
2011-09-20
1
-74
/
+2
*
More thorough access testing.
Andrey Petrov
2011-09-19
1
-0
/
+15
*
PoolManager: Replaced heapq with deque.
Andrey Petrov
2011-09-19
1
-4
/
+3
*
PoolManager: More refactoring.
Andrey Petrov
2011-09-19
1
-2
/
+2
*
PoolManager: More thorough testing, mild refactoring and cleanup.
Andrey Petrov
2011-09-19
1
-0
/
+12
*
PoolManager is functional with mostly complete tests. Fixed a bug in HTTPSCon...
Andrey Petrov
2011-09-19
1
-2
/
+51
*
poolmanager: Fixes of various silly errors, added unit test that reveals a kn...
Andrey Petrov
2011-09-19
1
-0
/
+50