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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pypi.python.org URLs to pypi.org
Jon Dufresne
2018-05-01
1
-4
/
+4
*
Don't normalize hostnames when using custom protocol (#1361)
Seth M. Larson
2018-04-30
1
-0
/
+38
|
\
|
*
Add test cases for uppercase url + custom protocol
Lukas Slebodnik
2018-04-26
1
-0
/
+38
*
|
add unit tests
Chris Wilcox
2018-04-27
1
-1
/
+19
|
/
*
Also import get_subj_alt_name
Seth M. Larson
2018-04-25
1
-1
/
+5
*
Tests should run without PyOpenSSL or SecureTransport
Seth Michael Larson
2018-04-25
1
-5
/
+1
*
Remove create_autospec on sockets
Seth Michael Larson
2018-04-25
1
-3
/
+2
*
Use mock.create_autospec on mocked interfaces
SethMichaelLarson
2018-04-25
1
-4
/
+5
*
Fix tests expecting to warn without server_hostname
SethMichaelLarson
2018-04-25
2
-4
/
+8
*
Move None check outside is_ipadress()
lars4839
2018-04-25
1
-2
/
+2
*
Fix test to not depend on warning order
lars4839
2018-04-25
1
-8
/
+1
*
Add server_hostname=None cases, simplify logic
Seth Michael Larson
2018-04-25
1
-2
/
+6
*
Don't emit SNIMissingWarning when using IP address
Seth Michael Larson
2018-04-25
1
-0
/
+44
*
Detect IP addresses before starting SNI
SethMichaelLarson
2018-04-25
1
-0
/
+22
*
Add noqa to import test
fix-skipped-tests
Seth M. Larson
2018-04-24
1
-1
/
+1
*
Fix whitespace issue in SecureTransport test
Seth M. Larson
2018-04-24
1
-1
/
+1
*
Fix skip logic in SecureTransport tests
Seth M. Larson
2018-04-24
1
-13
/
+20
*
Fix skip logic in PyOpenSSL dependencies test
Seth M. Larson
2018-04-24
1
-6
/
+14
*
Fix skip logic in PyOpenSSL tests
Seth M. Larson
2018-04-24
1
-14
/
+21
*
Add support for SecureTransport for Python 2.6 (#1359)
Seth M. Larson
2018-04-23
1
-5
/
+10
|
\
|
*
Merge branch 'master' into fix-python26-mac
Seth M. Larson
2018-04-22
4
-871
/
+187
|
|
\
|
*
|
Perhaps the SecureTransport bugs are worked out?
wbond
2018-04-15
1
-1
/
+0
|
*
|
Try to debug Mac Python 2.6 Travis failure
wbond
2018-04-12
1
-2
/
+2
|
*
|
Add exception text seen from client cert error with Python 2.6 on Mac
wbond
2018-04-06
1
-1
/
+2
|
*
|
Adjust tests to not look for warnings when using SecureTransport
wbond
2018-04-05
1
-5
/
+10
*
|
|
Make tests for macOS + Python 3.7 required (#1375)
Seth M. Larson
2018-04-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Address #1365. CertificateError str repr is tuple, not str.
Chris Wilcox
2018-04-20
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Just verify that waiting on an invalid socket raises *some* error
Nathaniel J. Smith
2018-04-21
1
-2
/
+3
*
|
|
Add test for wait_for_socket EINTR handling w/ infinite timeout
Nathaniel J. Smith
2018-04-21
1
-0
/
+43
|
/
/
*
|
Remove selectors backport (#1358)
Nathaniel J. Smith
2018-04-20
2
-869
/
+134
*
|
Free cert_array if it is *not* None (#1354)
Paul Kehrer
2018-04-20
1
-2
/
+14
*
|
Allow SOCKSConnection to parse username and password from URL (#1363)
Aleksey
2018-04-18
1
-0
/
+39
|
/
*
x509.UnsupportedExtension is gone in cryptography >= 2.1 (#1342)
Seth M. Larson
2018-03-29
2
-0
/
+42
|
\
|
*
add test which triggers x509.DuplicateExtension
Jeremy Lainé
2018-03-22
2
-0
/
+42
*
|
Closed HTTPResponse.read_chunked() returns no chunks instead of exception (#1...
Seth M. Larson
2018-03-29
2
-0
/
+23
|
\
\
|
*
|
Disable chunked tests on GAE
Seth M. Larson
2018-03-28
1
-0
/
+1
|
*
|
Add test for read_chunked() on a closed response
Seth M. Larson
2018-03-27
1
-0
/
+10
|
*
|
Disable test_read_chunked_short_circuit on GAE
lars4839
2018-03-25
1
-0
/
+1
|
*
|
read_chunked() method on closed Response no longer
SethMichaelLarson
2018-03-25
1
-0
/
+11
*
|
|
Switch to Retry.remove_headers_on_redirect
lars4839
2018-03-26
4
-46
/
+35
*
|
|
Fix AppEngine connection pool tests
SethMichaelLarson
2018-03-25
2
-3
/
+10
*
|
|
Add Authentication strip logic to PoolManager
SethMichaelLarson
2018-03-25
1
-0
/
+29
*
|
|
Add Authentication strip logic to ConnectionPool
SethMichaelLarson
2018-03-25
1
-1
/
+32
|
/
/
*
|
Add tests for _syscall_wrapper on Python <3.5
lars4839
2018-03-22
2
-0
/
+86
|
/
*
Merge remote-tracking branch 'upstream/master'
Shay Erlichmen
2018-02-21
8
-19
/
+127
|
\
|
*
Merge pull request #1289 from isaacto/master
Ian Stapleton Cordasco
2018-02-17
1
-12
/
+48
|
|
\
|
|
*
Handle gzip responses with multiple members
Isaac To
2017-12-19
1
-12
/
+48
|
*
|
Merge pull request #1318 from haikuginger/header-continuation-standardization
Jesse Shapiro
2018-01-30
1
-3
/
+12
|
|
\
\
|
|
*
|
Make header parsing more RFC-7230-compliant
Jesse Shapiro
2018-01-23
1
-3
/
+12
|
|
|
/
|
*
|
Add test for ConnectionPool.close
Iceflower
2018-01-10
1
-0
/
+17
|
|
/
[next]