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_poolmanager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop retrying tests with flaky
Thomas Grainger
2023-01-11
1
-3
/
+0
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
1
-0
/
+2
*
Add support for configuring header combining with HTTPHeaderDict
Raphael Gaschignard
2022-07-15
1
-0
/
+40
*
Create our own logic for chunked content framing
Seth Michael Larson
2022-06-19
1
-11
/
+35
*
Add server_hostname to SSL_KEYWORDS
Rabi Mishra
2022-01-19
1
-0
/
+5
*
Add missed type hints for test.with_dummyserver.test_poolmanager
Hasan Ramezani
2021-09-19
1
-4
/
+4
*
Add type hints to test.with_dummyserver.test_poolmanager
Hasan Ramezani
2021-09-18
1
-31
/
+35
*
Add support for native JSON request and response bodies
P. Sai Vinay
2021-09-17
1
-14
/
+55
*
Add 'decode_content' argument to the top level request method
Anil Khatri
2021-07-27
1
-0
/
+21
*
Make parameters after method and url keyword-only for urllib3.request()
Frederico Lima
2021-06-20
1
-0
/
+5
*
Fix remove_headers_on_redirect feature modifying passed-in headers in-place (...
Ran Benita
2021-06-19
1
-1
/
+5
*
Add a test for using HTTPHeaderDict with PoolManager(headers) (#2274)
Ran Benita
2021-06-19
1
-1
/
+30
*
Added `preload_content`, `retries`, `redirect` and `timeout` arguments to url...
ubdussamad
2021-06-16
1
-1
/
+56
*
Added body parameter to top-level request() and RequestMethods.request()
Bastian Venthur
2021-05-19
1
-0
/
+10
*
Add top-level request() method
Franek Magiera
2021-02-08
1
-0
/
+6
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-60
/
+52
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-3
/
+2
*
Raise a meaningful error for an unknown scheme (#1872)
hodbn
2020-06-30
1
-1
/
+24
*
Drain connection after PoolManager redirect (#1817)
Chris
2020-04-03
1
-0
/
+17
*
Don't encode fragment into target (#1732)
Seth Michael Larson
2019-11-04
1
-0
/
+19
*
Unify timeout values in test suite (#1717)
Quentin Pradet
2019-10-31
1
-2
/
+4
*
Prefer pytest.raises over Testcase.fail (#1712)
Quentin Pradet
2019-10-29
1
-33
/
+7
*
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
-13
/
+0
*
Switch from 'self' to 'cls' in classmethods (#1701)
Quentin Pradet
2019-09-30
1
-7
/
+7
*
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
-252
/
+246
*
Update assertions to pytest style (#1614)
Ratan Kulshreshtha
2019-05-28
1
-38
/
+38
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-122
/
+181
*
Remove Authorization headers regardless of case on cross-origin redirects (#1...
YOSHIDA Katsuhiko
2018-12-29
1
-0
/
+25
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-2
/
+2
*
Switch to Retry.remove_headers_on_redirect
lars4839
2018-03-26
1
-7
/
+24
*
Add Authentication strip logic to PoolManager
SethMichaelLarson
2018-03-25
1
-0
/
+29
*
Remove all uses of nose from the codebase
Alex Chan
2017-08-09
1
-3
/
+6
*
Clean up a few more leaked FDs in tests
Alex Chan
2017-06-11
1
-0
/
+1
*
Merge upstream
Seth Michael Larson
2017-01-24
1
-10
/
+19
|
\
|
*
E501 Line too long.
lars4839
2017-01-23
1
-6
/
+14
|
*
E251 Unexpected spaces around keyword parameter equals
Seth Michael Larson
2017-01-23
1
-3
/
+3
|
*
E305 Expected 2 blank lines after class/func, found 1
Seth Michael Larson
2017-01-23
1
-0
/
+1
|
*
F401 Entity imported but unused
Seth Michael Larson
2017-01-23
1
-1
/
+1
*
|
Add cleanup to pools and managers
lars4839
2017-01-21
1
-0
/
+11
|
/
*
implemented 'raise_on_status' option (similar to 'raise_on_redirect')
WGH
2016-01-14
1
-0
/
+28
*
Add ca_cert_dir to SSL_KEYWORDS
Cory Benfield
2015-12-03
1
-0
/
+6
*
Avoid spurious failures due to tiny timeouts.
Cory Benfield
2015-11-26
1
-3
/
+3
*
Test request with default PoolManager headers
Disassem
2015-06-25
1
-0
/
+8
*
Issue #610 -- Tests fallback to IPv4 if IPv6 fails
David D. Riddle
2015-05-11
1
-0
/
+5
*
Add test to demonstrate failure to raise max retry error in pool manager.
William Trevor Olson
2015-02-22
1
-0
/
+29
*
Screw it, removing the silly broken test.
Andrey Petrov
2013-10-20
1
-5
/
+0
*
Py26 test fixen.
Andrey Petrov
2013-10-20
1
-2
/
+1
*
Another test, even though it doesnt fix our coverage.
Andrey Petrov
2013-10-18
1
-1
/
+7
[next]