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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request from GHSA-q2q7-5pp4-w6pg
Seth Michael Larson
2021-05-26
1
-3
/
+5
*
Add documentation guidelines to contributing docs, apply to guides
ubdussamad
2021-05-21
4
-31
/
+61
*
Add type hints to urllib3.util.retry
Hasan Ramezani
2021-05-14
1
-53
/
+72
*
Add type hints to urllib3.util.timeout
Hasan Ramezani
2021-05-11
1
-18
/
+29
*
Remove urllib3.util.current_time, use time.monotonic instead
Hasan Ramezani
2021-05-11
2
-8
/
+3
*
Add type hints to urllib3.util.request
Hasan Ramezani
2021-05-07
1
-12
/
+15
*
Add type hints to urllib3.util.util
Hasan Ramezani
2021-05-06
1
-2
/
+2
*
Fix handling of conn without sock in is_connection_dropped()
Christian Neumüller
2021-04-27
1
-1
/
+1
*
Move ssl_match_hostname to urllib3.utils
Hasan Ramezani
2021-04-21
1
-0
/
+126
*
Add type hints for proxy, ssl_, ssltransport and wait modules
Franek Magiera
2021-04-20
4
-63
/
+223
*
Add type hints to connection modules
Franek Magiera
2021-04-12
4
-32
/
+55
*
Update accept_encoding=True documentation for Brotli
Дилян Палаузов
2021-03-29
1
-1
/
+2
*
Use queue.LifoQueue instead of our own implementation
Dulmandakh
2021-03-18
1
-16
/
+0
*
Lean on SSLContext to verify hostnames when possible (#2178)
Quentin Pradet
2021-03-16
1
-16
/
+7
*
Many minor code quality and readability improvements
Shubhendra Singh Chauhan
2021-03-14
2
-4
/
+3
*
Always pass server_hostname to wrap_socket()
Quentin Pradet
2021-03-10
1
-11
/
+4
*
Add type hints to collections and exceptions modules
Jess Shapiro
2021-03-08
1
-37
/
+35
*
Bring coverage back to 100%
Quentin Pradet
2021-03-08
1
-2
/
+0
*
Add types to util.reraise()
Hasan Ramezani
2021-02-16
1
-2
/
+7
*
Remove hasattr for 'check_hostname' as should always exist in Python 3.6+
Quentin Pradet
2021-02-12
1
-6
/
+3
*
Add types to URL parser, remove get_host() and split_first() (#2139)
Seth Michael Larson
2021-02-09
4
-160
/
+136
*
Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransport
Seth Michael Larson
2021-01-07
1
-2
/
+26
*
Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)
Seth Michael Larson
2020-12-05
1
-1
/
+4
*
Remove remaining mentions of Python 2
Hasan Ramezani
2020-11-28
1
-1
/
+1
*
Remove _const_compare_digest
jianghang
2020-11-26
1
-16
/
+1
*
Remove deprecated Retry options
Quentin Pradet
2020-11-24
1
-115
/
+5
*
Remove six (#2078)
Hasan Ramezani
2020-11-23
4
-24
/
+60
*
Remove Python 2 branches, HTTPHeaderDict.from_httplib
Hasan Ramezani
2020-11-18
1
-6
/
+0
*
Remove backported SSLContext and careful ssl imports
Quentin Pradet
2020-11-15
1
-93
/
+16
*
Remove remaining mentions of Google App Engine
Quentin Pradet
2020-11-15
2
-4
/
+0
*
Remove support for Google App Engine Standard
Hugo van Kemenade
2020-11-15
3
-31
/
+5
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
11
-141
/
+52
*
Import features from ssl module with more granularity
Seth Michael Larson
2020-11-12
1
-1
/
+9
*
Upgrade to Ubuntu 20.04, PyPy 3.6 and CPython 3.9 final
Quentin Pradet
2020-11-12
1
-1
/
+1
*
Improve readability on return handling logic.
Jorge Lopez Silva
2020-11-07
1
-4
/
+3
*
Fix constructor parameter order in SSLTransport.
Jorge Lopez Silva
2020-11-07
1
-1
/
+1
*
Add SKIP_HEADER for skipping automatically added headers
Seth Michael Larson
2020-10-27
2
-6
/
+10
*
Don't set keylog_filename for empty values
Seth Michael Larson
2020-10-04
1
-2
/
+4
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
12
-37
/
+37
*
Raise error on invalid labels in create_connection()
Hasan Ramezani
2020-09-30
1
-0
/
+11
*
Enforce flake8-2020
Quentin Pradet
2020-09-28
1
-2
/
+2
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
3
-3
/
+314
*
Rename Retry options and defaults
Seth Michael Larson
2020-09-28
1
-14
/
+127
*
Disable the use of session tickets on TLSv1.2 by default
PleasantMachine9
2020-09-25
1
-1
/
+12
*
Fix autodoc and intersphinx links in documentation (#1966)
Seth Michael Larson
2020-09-18
3
-18
/
+24
*
Include filepost.pyi and util/url.pyi (#1955)
Ezzeri Esa
2020-09-15
1
-0
/
+32
*
Remove duplicate dict key and except block
hodbn
2020-09-09
1
-8
/
+1
*
Include exceptions.pyi and fields.pyi
Ezzeri Esa
2020-09-03
1
-0
/
+0
*
Don't log defect warnings on multipart/* responses
Brian Price
2020-09-03
1
-0
/
+20
*
Always assume UTC if no timezone in Retry-After
hodbn
2020-08-26
1
-0
/
+7
[next]