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
*
Remove Python 2 support from SecureTransport makefile function (#2063)
Hasan Ramezani
2020-11-16
1
-20
/
+6
*
Remove strict parameter (#2064)
Hasan Ramezani
2020-11-16
4
-26
/
+1
*
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
4
-16
/
+5
*
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
5
-380
/
+5
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
33
-453
/
+244
*
Import features from ssl module with more granularity
Seth Michael Larson
2020-11-12
1
-1
/
+9
*
Mark master branch as 2.0.0 development branch
Seth Michael Larson
2020-11-12
1
-1
/
+1
*
Upgrade to Ubuntu 20.04, PyPy 3.6 and CPython 3.9 final
Quentin Pradet
2020-11-12
1
-1
/
+1
*
Don't send 'User-Agent' twice if header is binary
Seth Michael Larson
2020-11-11
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
*
Terminate connection when custom verification fails (SecureTransport) (#1977)
hodbn
2020-11-01
2
-9
/
+53
*
Add SKIP_HEADER for skipping automatically added headers
Seth Michael Larson
2020-10-27
4
-20
/
+34
*
Document url and body parameters for ConnectionPool.urlopen()
matthewhughes934
2020-10-19
1
-3
/
+5
*
Deprecate negotiating TLSv1 and TLSv1.1 by default
Seth Michael Larson
2020-10-06
1
-0
/
+17
*
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
32
-133
/
+130
*
Raise error on invalid labels in create_connection()
Hasan Ramezani
2020-09-30
1
-0
/
+11
*
Enforce flake8-2020
Quentin Pradet
2020-09-28
4
-12
/
+12
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
6
-53
/
+236
*
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
10
-86
/
+113
*
Include filepost.pyi and util/url.pyi (#1955)
Ezzeri Esa
2020-09-15
3
-0
/
+48
*
Mark master branch as 1.26.0.dev0 for RTD
Seth Michael Larson
2020-09-11
1
-1
/
+1
*
Swallow BrokenPipeError when writing request body
Rober Morales-Chaparro
2020-09-11
2
-4
/
+32
*
Remove duplicate dict key and except block
hodbn
2020-09-09
2
-9
/
+1
*
Overhaul and re-theme documentation
Seth Michael Larson
2020-09-08
7
-42
/
+54
*
Include exceptions.pyi and fields.pyi
Ezzeri Esa
2020-09-03
5
-0
/
+83
*
Don't log defect warnings on multipart/* responses
Brian Price
2020-09-03
1
-0
/
+20
*
Remove 'Defensive' from non-timeout SSLError branch
Seth Michael Larson
2020-08-31
1
-1
/
+1
*
Wrap BaseSSLError into SSLError during response reads
Seth Michael Larson
2020-08-31
1
-3
/
+3
*
Coerce values to str in HTTPHeaderDict.__getitem__
Hasan Ramezani
2020-08-30
1
-2
/
+2
*
Always assume UTC if no timezone in Retry-After
hodbn
2020-08-26
1
-0
/
+7
*
Blacken using black==20.8b1
hodbn
2020-08-26
7
-22
/
+24
*
Don't raise SNI warning on SecureTransport with server_hostname=None
hodbn
2020-08-23
1
-9
/
+12
*
Use tz-aware functions in Retry.parse_retry_after()
Seth Michael Larson
2020-08-23
1
-2
/
+2
*
Include mypy in noxfile and add ssl_match_hostname stubs
Ezzeri Esa
2020-08-21
3
-2
/
+17
*
Add SSLTransport to support TLS in TLS connections
Jorge
2020-08-19
1
-0
/
+197
*
Document how to customize SNI and Host headers when connecting via IP
Stephen Rosen
2020-08-10
1
-0
/
+5
*
Add hardcoded paths to macOS frameworks for Big Sur compatibility. (#1905)
Shea Craig
2020-07-19
1
-11
/
+28
*
Collapse request chunked data and framing into one send() call (#1906)
Seth Michael Larson
2020-07-16
1
-4
/
+5
*
Send "http/1.1" ALPN extension during TLS handshake
hodbn
2020-07-16
6
-0
/
+96
*
Add default user agent header (#1750)
DonaCthulhuote
2020-06-30
3
-2
/
+24
*
Raise a meaningful error for an unknown scheme (#1872)
hodbn
2020-06-30
2
-2
/
+15
*
Feature/support env var sslkeylogfile (#1867)
Bastiaan Bakker
2020-06-11
1
-0
/
+7
*
Remove unnecessary httplib export
hodbn
2020-06-10
1
-1
/
+0
*
Fix coverage, InvalidChunkLength is chunked and has no expected length
hodbn
2020-06-09
1
-6
/
+1
[next]