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_util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise NameResolutionError instead of socket.gaierror (#2305)
euri10
2021-06-28
1
-0
/
+14
*
Merge pull request from GHSA-q2q7-5pp4-w6pg
Seth Michael Larson
2021-05-26
1
-0
/
+10
*
Add coverage for all raise branches
Bastian Venthur
2021-05-22
1
-0
/
+8
*
Remove urllib3.util.current_time, use time.monotonic instead
Hasan Ramezani
2021-05-11
1
-10
/
+10
*
Change from str.format() to f-strings
Franek Magiera
2021-05-01
1
-1
/
+1
*
Add test case where idna is not installed
Hasan Ramezani
2021-03-19
1
-1
/
+24
*
Lean on SSLContext to verify hostnames when possible (#2178)
Quentin Pradet
2021-03-16
1
-4
/
+1
*
Always pass server_hostname to wrap_socket()
Quentin Pradet
2021-03-10
1
-5
/
+5
*
Add types to URL parser, remove get_host() and split_first() (#2139)
Seth Michael Larson
2021-02-09
1
-31
/
+15
*
Add defensive test cases for brotlipy
Seth Michael Larson
2021-02-08
1
-5
/
+5
*
Use match parameter in pytest.raises()
Hasan Ramezani
2020-12-29
1
-4
/
+5
*
Remove _const_compare_digest
jianghang
2020-11-26
1
-20
/
+1
*
Remove six (#2078)
Hasan Ramezani
2020-11-23
1
-0
/
+34
*
Remove Python 2 branches, HTTPHeaderDict.from_httplib
Hasan Ramezani
2020-11-18
1
-9
/
+0
*
Remove support for Google App Engine Standard
Hugo van Kemenade
2020-11-15
1
-7
/
+0
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-54
/
+32
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-26
/
+20
*
Raise error on invalid labels in create_connection()
Hasan Ramezani
2020-09-30
1
-0
/
+24
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-1
/
+35
*
Don't log defect warnings on multipart/* responses
Brian Price
2020-09-03
1
-0
/
+14
*
Blacken using black==20.8b1
hodbn
2020-08-26
1
-1
/
+3
*
Don't raise SNI warning on SecureTransport with server_hostname=None
hodbn
2020-08-23
1
-93
/
+117
*
Backslash terminates authority URL section
hodbn
2020-04-08
1
-0
/
+12
*
Allow the CA certificate data to be passed as a string (#1804)
Benno Rice
2020-02-22
1
-2
/
+14
*
Don't percent encode tilde character (#1692)
Seth Michael Larson
2019-09-24
1
-0
/
+4
*
Percent-encode invalid characters within auth section (#1647)
Seth Michael Larson
2019-07-26
1
-5
/
+31
*
Improve implementation of respect_retry_after_header (#1607)
James Meickle
2019-06-04
1
-15
/
+0
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-356
/
+406
*
Percent-encode invalid characters with request target (#1586)
Seth Michael Larson
2019-04-28
1
-2
/
+25
*
Apply lowercasing before IDNA-encoding (#1569)
Seth Michael Larson
2019-04-21
1
-0
/
+4
*
Use rfc3986.validator.Validator for parse_url (#1531)
Seth Michael Larson
2019-04-20
1
-8
/
+63
*
Add support for brotli content encoding via brotlipy package (#1532)
dennis again
2019-01-29
1
-5
/
+21
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-1
/
+1
*
Add additional testcase for split_first() (#1525)
Seth M. Larson
2019-01-11
1
-0
/
+1
*
Ensure types are maintained on URL components (#1509)
Seth M. Larson
2018-12-24
1
-1
/
+36
*
Implement RFC 3986 URL parsing (#1487)
Seth M. Larson
2018-12-07
1
-3
/
+35
*
Early-out ipv6 checks when running on App Engine (#1450)
Thea Flowers
2018-10-05
1
-0
/
+7
*
Fix tests expecting to warn without server_hostname
SethMichaelLarson
2018-04-25
1
-1
/
+2
*
Pick off some easy coverage wins around raise statements
Alex Chan
2017-08-10
1
-0
/
+10
*
Casing
Alex Chan
2017-06-09
1
-7
/
+7
*
Dicts are out, lists are in
Alex Chan
2017-06-09
1
-86
/
+86
*
Rewrite test_utils.py to be pytest-style
Alex Chan
2017-06-09
1
-299
/
+269
*
Okay just patch the warnings module
Alex Chan
2017-06-01
1
-7
/
+8
*
Get the warning to fire every time
Alex Chan
2017-06-01
1
-1
/
+3
*
Don't warn about missing SNI in the tests
Alex Chan
2017-06-01
1
-15
/
+4
*
only normalize http(s) urls
Nate Prewitt
2017-02-12
1
-1
/
+7
*
F999 Dictionary key repeated with different values.
lars4839
2017-01-23
1
-29
/
+29
*
E501 Line too long.
lars4839
2017-01-23
1
-8
/
+19
*
E302 Expected 2 blank lines, found 1
Seth Michael Larson
2017-01-23
1
-0
/
+1
*
F401 Entity imported but unused
Seth Michael Larson
2017-01-23
1
-1
/
+0
[next]