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
*
Update __init__.py
dev-version
Seth Michael Larson
2019-04-22
1
-1
/
+1
*
Release 1.25 (#1568)
1.25
Seth Michael Larson
2019-04-22
1
-1
/
+1
*
Apply lowercasing before IDNA-encoding (#1569)
Seth Michael Larson
2019-04-21
1
-1
/
+1
*
Use rfc3986.validator.Validator for parse_url (#1531)
Seth Michael Larson
2019-04-20
12
-405
/
+778
*
Update urllib3.contrib.socks documentation (#1567)
Seth Michael Larson
2019-04-19
1
-10
/
+23
*
Apply changes from 1.24.2 release to master (#1566)
Seth Michael Larson
2019-04-19
1
-1
/
+2
*
Encode field names using HTML5 by default instead of RFC 2231 (#1492)
Robb
2019-03-22
1
-23
/
+117
*
Improve CI stability for timeouts and branch coverage (#1554)
Quentin Pradet
2019-03-22
4
-9
/
+14
*
Remove unreachable line within to_input_type() (#1551)
Quentin Pradet
2019-03-18
1
-2
/
+0
*
Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)
Seth Michael Larson
2019-02-27
5
-44
/
+118
*
Add support for brotli content encoding via brotlipy package (#1532)
dennis again
2019-01-29
2
-4
/
+39
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
3
-12
/
+7
*
Handle Google App Engine not setting _tunnel_host (#1527)
Jonathan Pevarnek
2019-01-24
1
-2
/
+4
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
5
-11
/
+45
*
Inject into urllib3.util.SSLContext (#1521)
Seth M. Larson
2019-01-11
2
-0
/
+4
*
Remove Authorization headers regardless of case on cross-origin redirects (#1...
YOSHIDA Katsuhiko
2018-12-29
2
-3
/
+7
*
Ensure types are maintained on URL components (#1509)
Seth M. Larson
2018-12-24
1
-9
/
+15
*
Implement RFC 3986 URL parsing (#1487)
Seth M. Larson
2018-12-07
13
-102
/
+2421
*
Create a more efficient HTTPResponse.__iter__() method (#1484)
Seth M. Larson
2018-11-28
1
-0
/
+17
*
Restore Flake8 CI checks (#1477)
Quentin Pradet
2018-11-19
7
-9
/
+9
*
Restore context.set_ciphers() to create_urllib3_context() (#1463)
Seth M. Larson
2018-11-01
1
-0
/
+2
*
Use bytearray to accumulate bytes from gzip (#1468)
Seth M. Larson
2018-11-01
1
-4
/
+4
*
Add missing key_server_hostname variable (#1449)
swg0101
2018-10-12
1
-0
/
+1
*
Early-out ipv6 checks when running on App Engine (#1450)
Thea Flowers
2018-10-05
3
-23
/
+45
*
Remove unused Python 2.6 variable (#1448)
Quentin Pradet
2018-10-04
1
-2
/
+0
*
Fix for parsing Content-Type: message/* Responses without warnings (#1439)
Tim Bell
2018-09-18
1
-2
/
+8
*
Handle multiple Content-Encodings (#1442)
Justin Bramley
2018-09-17
1
-2
/
+31
*
Remove unnecessary use of six.binary_type and six.b (#1440)
Jon Dufresne
2018-09-14
3
-8
/
+8
*
Change ambiguous description of backoff_factor (#1436)
Mattwmaster58
2018-09-09
1
-1
/
+1
*
Prefer io.BytesIO over six; available on all supported Pythons (#1435)
Jon Dufresne
2018-09-09
1
-3
/
+3
*
Remove more Python 2.6 code (#1430)
Quentin Pradet
2018-08-24
3
-11
/
+4
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
9
-321
/
+16
*
Support a servername parameter on HTTPSConnections which overrides the name u...
Ian Haken
2018-07-11
1
-3
/
+9
*
Move urllib3 to src/urllib3
Quentin Pradet
2018-07-03
36
-0
/
+9542