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
/
urllib3
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix io_refs bug with pyopenssl.WrappedSocket and securetransport.WrappedSocke...
Thomas Grainger
2023-04-22
2
-28
/
+32
*
Require pyOpenSSL 17.1.0+ to support cryptography 39+
Quentin Pradet
2022-11-23
1
-9
/
+1
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
5
-96
/
+100
*
Change deprecation warnings to explicitly mention v2.1.0 for removals
Seth Michael Larson
2022-11-15
2
-2
/
+2
*
Fix type annotation in contrib/pyopenssl
Alex Gaynor
2022-09-18
1
-2
/
+2
*
Drop support for OpenSSL <1.1.1 (#2705)
Seth Michael Larson
2022-08-22
2
-27
/
+0
*
Add deprecation warnings for pyOpenSSL and the [secure] extra
ivanllt
2022-08-12
1
-0
/
+9
*
Added deprecation warning for urllib3.contrib.securetransport module
ivanllt
2022-08-04
1
-0
/
+9
*
Fix type annotation for pyopenssl.WrappedSocket.getpeercert (#2688)
Nikita Sobolev
2022-07-25
1
-1
/
+1
*
Consistently wrap errors in load_cert_chain
Samuel Freilich
2022-06-10
1
-6
/
+9
*
Update mypy to 0.950
Hasan Ramezani
2022-04-29
1
-1
/
+1
*
Disallow pyOpenSSL from using SSLv2 and SSLv3
Seth Michael Larson
2022-02-12
1
-34
/
+24
*
Update mypy to 0.930
Hasan Ramezani
2021-12-22
2
-8
/
+8
*
Update black to 21.12b0
Hasan Ramezani
2021-12-06
1
-1
/
+0
*
Add type hints to test.with_dummyserver.test_socketlevel (#2436)
Hasan Ramezani
2021-10-04
1
-1
/
+1
*
Revert urllib3.contrib.socks exception chaining
Quentin Pradet
2021-09-13
1
-1
/
+3
*
Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'
Seth Michael Larson
2021-08-17
2
-4
/
+99
*
Explicitly chain or don't chain exceptions (#2340)
Ran Benita
2021-08-15
5
-24
/
+28
*
Remove leftover type stubs
Quentin Pradet
2021-08-12
1
-0
/
+0
*
Specify the error code for mypy type ignores
Hasan Ramezani
2021-08-10
4
-45
/
+48
*
Remove the deprecated urllib3.contrib.ntlmpool module
Ran Benita
2021-07-26
1
-122
/
+0
*
Reraise error after free in certificate array from PEM loader
Ran Benita
2021-07-26
1
-0
/
+1
*
Upgrade mypy to 0.910 and fix IncompleteRead exception types
Hasan Ramezani
2021-07-08
1
-4
/
+4
*
Add type hints to urllib3.contrib.pyopenssl
Hasan Ramezani
2021-07-03
1
-61
/
+87
*
Add type hints to urllib3.contrib.securetransport
Hasan Ramezani
2021-06-29
3
-130
/
+171
*
Add type hints to urllib3.contrib._securetransport.low_level
Hasan Ramezani
2021-06-21
1
-20
/
+36
*
Make all type aliases private and the same format
Vishwas B Sharma
2021-06-21
1
-2
/
+2
*
Ignore type checks for urllib3.contrib._securetransport.bindings
Hasan Ramezani
2021-06-21
1
-1
/
+5
*
Add type hints to urllib3.contrib.ntlmpool
Hasan Ramezani
2021-06-19
1
-14
/
+18
*
Add type hints to urllib3.contrib.socks
Hasan Ramezani
2021-06-18
1
-12
/
+30
*
Fix ssl deprecation warnings in Python 3.10
Seth Michael Larson
2021-06-07
2
-4
/
+8
*
Change from str.format() to f-strings
Franek Magiera
2021-05-01
1
-3
/
+1
*
Lean on SSLContext to verify hostnames when possible (#2178)
Quentin Pradet
2021-03-16
2
-4
/
+7
*
Many minor code quality and readability improvements
Shubhendra Singh Chauhan
2021-03-14
1
-1
/
+1
*
Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransport
Seth Michael Larson
2021-01-07
3
-88
/
+12
*
Replace deprecated socket.error with OSError
Aaron Niskode-Dossett
2020-12-23
2
-6
/
+4
*
Attach errno to SocketError when raised from OpenSSL.SSL.SysCallError
Aaron Niskode-Dossett
2020-12-23
1
-3
/
+3
*
Remove backported socket.makefile()
Quentin Pradet
2020-11-27
2
-40
/
+15
*
Remove six (#2078)
Hasan Ramezani
2020-11-23
2
-5
/
+2
*
Remove Python 2 branches, HTTPHeaderDict.from_httplib
Hasan Ramezani
2020-11-18
1
-21
/
+5
*
Remove Python 2 support from SecureTransport makefile function (#2063)
Hasan Ramezani
2020-11-16
1
-20
/
+6
*
Remove unnecessary parens around except
Quentin Pradet
2020-11-15
2
-3
/
+3
*
Remove support for Google App Engine Standard
Hugo van Kemenade
2020-11-15
2
-349
/
+0
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
7
-74
/
+55
*
Terminate connection when custom verification fails (SecureTransport) (#1977)
hodbn
2020-11-01
2
-9
/
+53
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
7
-24
/
+28
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-197
/
+0
*
Include filepost.pyi and util/url.pyi (#1955)
Ezzeri Esa
2020-09-15
1
-0
/
+0
*
Overhaul and re-theme documentation
Seth Michael Larson
2020-09-08
3
-16
/
+26
*
Blacken using black==20.8b1
hodbn
2020-08-26
1
-1
/
+3
[next]