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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add InvalidChunkLength error
hodbn
2020-06-09
2
-2
/
+25
*
Fix linting for flake8 v3.8
Quentin Pradet
2020-05-12
1
-2
/
+2
*
Don't insert 'None' into ConnectionPool if it was empty
hodbn
2020-04-28
1
-3
/
+5
*
Add 'other errors' counter to Retry (#1824)
hodbn
2020-04-27
1
-3
/
+31
*
doco: Fix small typos (#1860)
Tim Gates
2020-04-20
2
-2
/
+2
*
Add CODEOWNERS restricting access to files related to deployment (#1857)
Seth Michael Larson
2020-04-19
2
-1
/
+4
*
Avoid hasattr in BrotliDecoder.decompress()
David Vo
2020-04-19
1
-4
/
+3
*
Backslash terminates authority URL section
hodbn
2020-04-08
1
-1
/
+1
*
Unwrap ProxyError when evaluating retries (#1830)
hodbn
2020-04-03
2
-1
/
+7
*
Drain connection after PoolManager redirect (#1817)
Chris
2020-04-03
3
-27
/
+20
*
Stop skipping SecureTransport tests
Quentin Pradet
2020-03-30
1
-0
/
+5
*
Test that ConnectionPool preserves path dot segments
hodbn
2020-03-25
1
-0
/
+5
*
Ensure load_verify_locations raises SSLError for all backends (#1812)
Quentin Pradet
2020-03-16
1
-3
/
+6
*
Add support for HTTPS connections to proxies. (#1679)
Jorge
2020-03-12
4
-21
/
+89
*
Rename VerifiedHTTPSConnection to HTTPSConnection (#1805)
kobayashi
2020-02-28
1
-20
/
+10
*
Allow the CA certificate data to be passed as a string (#1804)
Benno Rice
2020-02-22
2
-3
/
+15
*
Raise ValueError if method contains control characters (#1800)
Seth Michael Larson
2020-02-17
1
-0
/
+14
*
Add __repr__ to Timeout (#1795)
John Vandenberg
2020-02-04
1
-1
/
+4
*
Release 1.25.8 (#1788)
1.25.8
Seth Michael Larson
2020-01-21
1
-1
/
+1
*
Optimize _encode_invalid_chars (#1787)
Quentin Pradet
2020-01-21
1
-9
/
+6
*
Empty responses should have no lines.
Benjamin Peterson
2020-01-14
1
-1
/
+1
*
Document actual default value for resolve_cert_reqs() (#1767)
Dominique Martinet
2019-12-03
1
-1
/
+1
*
Revert behavior to is_appengine=False in testbed (#1760)
Zev Goldstein
2019-11-27
1
-7
/
+7
*
Add hostname to insecure connection warning. (#1691)
Steltek
2019-11-22
1
-2
/
+2
*
Remove unused HTTPSConnection.connect()
Quentin Pradet
2019-11-21
1
-34
/
+0
*
Assume that _encode_target urls start with slash
Quentin Pradet
2019-11-21
1
-3
/
+0
*
Release 1.25.7 (#1745)
1.25.7
Seth Michael Larson
2019-11-11
1
-1
/
+1
*
Preserve chunked parameter on broken connections and redirects (#1734)
Quentin Pradet
2019-11-07
1
-0
/
+2
*
Don't encode fragment into target (#1732)
Seth Michael Larson
2019-11-04
1
-5
/
+2
*
Update urllib3/requests GitHub URLs (#1719)
Quentin Pradet
2019-10-29
3
-3
/
+3
*
Preserve chunked argument in urlopen() retry (#1715)
lmvlmv
2019-10-29
1
-0
/
+1
*
Don't rely on SERVER_SOFTWARE being set for AppEngine (#1704)
Zev Goldstein
2019-10-18
2
-17
/
+14
*
Remove TLS 1.3 support in SecureTransport (#1703)
Quentin Pradet
2019-10-04
2
-15
/
+5
*
Merge strings that fit on a single line (#1700)
Quentin Pradet
2019-09-27
7
-18
/
+11
*
Release 1.25.6 (#1693)
1.25.6
Seth Michael Larson
2019-09-24
1
-1
/
+1
*
Don't percent encode tilde character (#1692)
Seth Michael Larson
2019-09-24
1
-6
/
+7
*
Release 1.25.5 (#1685)
1.25.5
Seth Michael Larson
2019-09-19
2
-3
/
+8
*
Release 1.25.4 (#1681)
1.25.4
Seth Michael Larson
2019-09-19
1
-1
/
+1
*
Percent-encode targets and URLs in ConnectionPool (#1673)
Seth Michael Larson
2019-09-19
2
-1
/
+30
*
Fix for Python 4 (#1669)
Hugo van Kemenade
2019-08-25
4
-5
/
+5
*
Enable TLS 1.3 post-handshake authentication (#1635)
Christian Heimes
2019-08-16
1
-0
/
+7
[next]