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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix type hint of urllib3.response.BaseHTTPResponse.geturl (#2655)
satoru
2022-06-26
1
-1
/
+1
*
Add support for decoding Zstandard
Mauro Amico
2022-06-23
2
-0
/
+49
*
Explicitly strip zone ID from hostnames before matching certificates
Pierre Bourdon
2022-06-19
2
-10
/
+23
*
Create our own logic for chunked content framing
Seth Michael Larson
2022-06-19
2
-50
/
+161
*
Consistently wrap errors in load_cert_chain
Samuel Freilich
2022-06-10
1
-6
/
+9
*
Improve testing for IPv6 scoped addresses
Pierre Bourdon
2022-06-10
1
-1
/
+4
*
Fix incorrect error message during connection errors to HTTPS websites using ...
Hasan Ramezani
2022-05-27
2
-8
/
+9
*
Fix Sphinx links in documentation (#2604)
Hasan Ramezani
2022-05-17
5
-11
/
+12
*
Update mypy to 0.950
Hasan Ramezani
2022-04-29
1
-1
/
+1
*
Update mypy to 0.941
Hasan Ramezani
2022-03-15
2
-2
/
+3
*
Detect 'unknown protocol' for connecting via HTTPS to an HTTP proxy
Seth Michael Larson
2022-03-05
1
-2
/
+7
*
Reference RequestField.from_tuples in encode_multipart_formdata docstring
Tim Head
2022-03-04
1
-0
/
+1
*
Avoid socket leak if HTTPSConnection.connect() fails
Thomas Grainger
2022-03-02
1
-3
/
+2
*
Disallow pyOpenSSL from using SSLv2 and SSLv3
Seth Michael Larson
2022-02-12
1
-34
/
+24
*
[2.0] Add tests for IPv6 proxy subjectAltNames
Seth Michael Larson
2022-02-08
2
-1
/
+17
*
Update pyupgrade and black. (#2555)
Hasan Ramezani
2022-01-31
2
-15
/
+12
*
Change proxy TLS flow to match destination TLS flow
Seth Michael Larson
2022-01-23
2
-136
/
+159
*
Add server_hostname to SSL_KEYWORDS
Rabi Mishra
2022-01-19
1
-0
/
+1
*
Remove platform-specific pragmas for covered code
Quentin Pradet
2022-01-17
2
-2
/
+2
*
Respect 'SSLContext.hostname_checks_common_name' when available and set
Hasan Ramezani
2022-01-14
4
-28
/
+76
*
Add authority property to the Url class
Nate Prewitt
2022-01-10
1
-1
/
+22
*
Add sentinel type for _FAILEDTELL (#2519)
Anil Khatri
2022-01-05
2
-7
/
+18
*
Enable enforce_content_length=True by default
Nate Prewitt
2022-01-02
1
-1
/
+1
*
Make the maximum backoff time configurable
Norbert Biczo
2022-01-02
1
-4
/
+7
*
Update mypy to 0.930
Hasan Ramezani
2021-12-22
9
-25
/
+27
*
Mention pool size when discarding connections (#2470)
Scott Treadwell
2021-12-07
1
-1
/
+3
*
Update black to 21.12b0
Hasan Ramezani
2021-12-06
1
-1
/
+0
*
Keep full backtrace when raising LocationParseError in parse_url (#2487)
Thomas Dickerson
2021-11-19
1
-2
/
+2
*
Wrap proxy TLS, connection, and timeout errors with ProxyError
Seth Michael Larson
2021-11-15
3
-87
/
+100
*
Remove extra comment in urllib3.util.timeout
Hasan Ramezani
2021-11-05
1
-1
/
+0
*
Add sentinel for default timeouts compatible with Mypy
Hasan Ramezani
2021-11-01
4
-56
/
+52
*
Add missing links in advance usage section (#2446)
Ratan Kulshreshtha
2021-10-20
1
-0
/
+2
*
Add type hints to test.test_response
Hasan Ramezani
2021-10-16
1
-1
/
+1
*
Only use relative imports
Timothy Pansino
2021-10-15
6
-11
/
+10
*
Add type hints to test.test_ssltransport
Hasan Ramezani
2021-10-09
1
-4
/
+5
*
Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...
Quentin Pradet
2021-10-08
2
-4
/
+62
*
Add type hints to test.with_dummyserver.test_socketlevel (#2436)
Hasan Ramezani
2021-10-04
2
-3
/
+3
*
Don't unconditionally wrap proxy connection errors with HTTPSProxyError
Seth Michael Larson
2021-09-26
2
-13
/
+56
*
Bump linter versions
Quentin Pradet
2021-09-24
4
-7
/
+7
*
Fix typos (#2426)
Christian Clauss
2021-09-24
1
-3
/
+3
*
Add type hints to test.with_dummyserver.test_connectionpool
Seth Michael Larson
2021-09-20
2
-4
/
+6
*
Add type hints to test.with_dummyserver.test_proxy_poolmanager
Hasan Ramezani
2021-09-20
2
-3
/
+5
*
Add support for native JSON request and response bodies
P. Sai Vinay
2021-09-17
3
-1
/
+34
*
Strip brackets from IPv6 hosts before certificate hostname matching
Derek Higgins
2021-09-16
2
-3
/
+3
*
Revert urllib3.contrib.socks exception chaining
Quentin Pradet
2021-09-13
1
-1
/
+3
*
Remove the 'urllib3.request' module (#2398)
Seth Michael Larson
2021-08-30
3
-2
/
+2
*
Add blocksize parameter to PoolManager
Anil Khatri
2021-08-29
1
-0
/
+13
*
Add type hints to test.test_poolmanager
Hasan Ramezani
2021-08-24
2
-4
/
+16
*
Add type hints to test.test_exceptions
Hasan Ramezani
2021-08-20
1
-3
/
+2
*
Add type hints to test.test_fields
Hasan Ramezani
2021-08-20
1
-1
/
+3
[prev]
[next]