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
/
dummyserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Encode field names using HTML5 by default instead of RFC 2231 (#1492)
Robb
2019-03-22
1
-50
/
+10
*
Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)
Seth Michael Larson
2019-02-27
2
-0
/
+21
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
3
-0
/
+38
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-6
/
+1
*
Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)
Quentin Pradet
2018-08-14
3
-63
/
+56
*
Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)
Quentin Pradet
2018-08-06
3
-30
/
+18
*
Support using tornado-5 for tests (#1414)
Michał Górny
2018-07-24
2
-6
/
+7
*
Fix test_client_no_intermediate on macOS 10.13+ (#1412)
Quentin Pradet
2018-07-10
3
-18
/
+30
*
Use FQDN only for DNS and drop trailing dot for other operations
Jesse Shapiro
2017-12-14
1
-0
/
+17
*
Do not use bare except
Alex Gaynor
2017-11-21
1
-1
/
+1
*
Skip this too without IPV6
Alex Gaynor
2017-11-20
1
-0
/
+1
*
Removed unused import
Alex Gaynor
2017-11-20
1
-1
/
+0
*
Don't try to run IPv6 tests if IPv6 is disabled at runtime
Alex Gaynor
2017-11-20
1
-2
/
+3
*
Fix dummyserver decode errors when defaults are used with Python 3
Justin Patrin
2017-09-10
1
-4
/
+4
*
dummyserver/server.py: simlify import ssl strategy
Ryan T. Dean
2017-08-16
1
-6
/
+2
*
fix up tests and dummyserver /certificate endpoint
Ryan T. Dean
2017-08-15
2
-6
/
+9
*
test/with_dummyserver/test_https.py: addressing code review
Wolfgang Richter
2017-08-10
1
-0
/
+4
*
test/with_dummyserver/test_https.py: adding intermediate CA client certificat...
Wolfgang Richter
2017-08-10
2
-0
/
+21
*
dummyserver/certs/client[_|_no_]intermediate.[key|pem]: adding client certifi...
Wolfgang Richter
2017-08-10
3
-0
/
+71
*
dummyserver/certs/intermediate.[crt|pem]: adding a testing intermediate CA
Wolfgang Richter
2017-08-10
2
-0
/
+33
*
Remove all uses of nose from the codebase
Alex Chan
2017-08-09
1
-15
/
+4
*
Fix compatibility with tornado 4.3+
Felix Yan
2017-07-21
1
-1
/
+1
*
Add tests for connection leaks on retry/redirect
Matt Billenstein
2017-06-08
1
-0
/
+3
*
Merge branch 'master' into secure-transport
Cory Benfield
2017-04-25
1
-1
/
+3
|
\
|
*
Resolve Windows + Py36 bug
Cory Benfield
2017-04-24
1
-1
/
+3
*
|
Add support for SecureTransport TLS backend
Cory Benfield
2017-03-06
3
-11
/
+48
|
/
*
Merge remote-tracking branch 'origin/master'
Tom White
2017-01-17
3
-2
/
+9
|
\
|
*
dummyserver: raise syn backlog
Étienne Buira
2016-11-25
1
-1
/
+1
|
*
expanding rewind_body exception handling, updating tests
Nate Prewitt
2016-11-21
1
-1
/
+5
|
*
Fix flake8 E305 errors
lars4839
2016-11-14
3
-0
/
+3
*
|
Use unittest2 if Pyhon version < 2.7
Tom White
2016-11-15
1
-1
/
+6
|
/
*
Support retry for 413, 429 and 503 status code
Yi EungJun
2016-09-26
1
-1
/
+2
*
Respect Retry-After header for redirection
Yi EungJun
2016-09-26
1
-0
/
+13
*
Respect Retry-After header
Yi EungJun
2016-09-26
2
-0
/
+15
*
Merge branch 'master' into iPAddress-SAN
Cory Benfield
2016-09-08
1
-9
/
+5
|
\
|
*
Merge branch 'close' of https://github.com/scop/urllib3 into scop-close
Cory Benfield
2016-09-05
1
-3
/
+3
|
|
\
|
|
*
Use "with" to close more files eagerly and also on error
Ville Skyttä
2016-07-26
1
-3
/
+3
|
*
|
Import more from six
Ville Skyttä
2016-08-15
1
-6
/
+2
|
|
/
*
|
Add a cert with IP SAN and test for it.
Cory Benfield
2016-07-11
2
-0
/
+25
|
/
*
CR fixes
palaviv
2016-06-30
1
-3
/
+2
*
Merge branch 'master' into retry-history
palaviv
2016-06-29
3
-3
/
+67
|
\
|
*
Removing symlinks from dummyserver certs to fix test suite on Windows
Jesse Shapiro
2016-06-13
3
-3
/
+67
*
|
Added test multi redirect history
palaviv
2016-05-10
1
-0
/
+14
|
/
*
Mint server certificate with localhost in SAN
Cory Benfield
2016-01-26
1
-16
/
+15
*
implemented 'raise_on_status' option (similar to 'raise_on_redirect')
WGH
2016-01-14
1
-0
/
+5
*
Merge pull request #762 from Lukasa/lukasa/socks
Andrey Petrov
2015-12-19
2
-1
/
+18
|
\
|
*
Remove extra blank line
Cory Benfield
2015-12-16
1
-1
/
+0
|
*
Add support for IPv4-only tests.
Cory Benfield
2015-12-16
2
-1
/
+19
*
|
Add tests case using IPv6 addr certs.
Cory Benfield
2015-12-15
2
-0
/
+16
*
|
Add certs with IPv6 address in CN
Cory Benfield
2015-12-15
2
-0
/
+43
|
/
[next]