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
*
Use pyupgrade, black, isort, and flake8 via pre-commit
Hugo van Kemenade
2021-01-08
1
-2
/
+2
*
Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransport
Seth Michael Larson
2021-01-07
4
-90
/
+38
*
Update RECENT_DATE to 2020-07-01
Seth Michael Larson
2020-12-31
1
-1
/
+1
*
Remove work-around for missing ipaddress module in Python 2
Jon Dufresne
2020-12-26
1
-15
/
+1
*
Remove fallback on commonName in match_hostname()
Hasan Ramezani
2020-12-23
4
-38
/
+2
*
Replace deprecated socket.error with OSError
Aaron Niskode-Dossett
2020-12-23
5
-16
/
+11
*
Attach errno to SocketError when raised from OpenSSL.SSL.SysCallError
Aaron Niskode-Dossett
2020-12-23
1
-3
/
+3
*
Improve message for ProxySchemeUnknown exception
Hasan Ramezani
2020-12-10
1
-1
/
+8
*
Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)
Seth Michael Larson
2020-12-05
2
-2
/
+8
*
Remove remaining mentions of Python 2
Hasan Ramezani
2020-11-28
3
-15
/
+1
*
Change return type of HTTPResponse.getheaders() to match CPython
Seth Michael Larson
2020-11-28
1
-2
/
+2
*
Add BaseHTTPResponse base class
Seth Michael Larson
2020-11-28
3
-132
/
+214
*
Remove backported socket.makefile()
Quentin Pradet
2020-11-27
4
-90
/
+15
*
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
11
-1059
/
+71
*
Change inner container of HTTPHeaderDict to 'dict' (#2080)
Seth Michael Larson
2020-11-20
1
-2
/
+13
*
Remove Python 2 branches, HTTPHeaderDict.from_httplib
Hasan Ramezani
2020-11-18
3
-57
/
+5
*
Use super() from Python 3
Jon Dufresne
2020-11-18
4
-12
/
+11
*
Remove Python 2 related code from src/urllib3/connectionpool.py (#2066)
Hasan Ramezani
2020-11-17
1
-33
/
+5
*
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
[next]