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
*
Merge branch 'master' into gae-to-pytest
gae-to-pytest
Cory Benfield
2017-06-14
6
-555
/
+510
|
\
|
*
Once more, with feeling
Alex Chan
2017-06-14
1
-1
/
+4
|
*
HTTPResponse is only a context manager in Python 3
Alex Chan
2017-06-14
1
-1
/
+4
|
*
Rewrite test_response.py to be pytest-style
Alex Chan
2017-06-14
1
-164
/
+147
|
*
Rewrite test_retry.py to be pytest-style
Alex Chan
2017-06-13
1
-93
/
+78
|
*
And an unclosed socket in test_socks.py
Alex Chan
2017-06-11
1
-0
/
+1
|
*
Clean up the socket and the HTTPResponse
Alex Chan
2017-06-11
1
-0
/
+2
|
*
Two more in test_socks.py
Alex Chan
2017-06-11
1
-0
/
+2
|
*
Clean up a few more leaked FDs in tests
Alex Chan
2017-06-11
3
-2
/
+8
|
*
Casing
Alex Chan
2017-06-09
1
-7
/
+7
|
*
Dicts are out, lists are in
Alex Chan
2017-06-09
1
-86
/
+86
|
*
Rewrite test_utils.py to be pytest-style
Alex Chan
2017-06-09
1
-299
/
+269
*
|
Address review comments
Jon Wayne Parrott
2017-06-08
2
-6
/
+14
*
|
Move app engine tests over to pytest
Jon Wayne Parrott
2017-06-07
7
-164
/
+138
|
/
*
Merge branch 'master' into pytest-exceptions
Cory Benfield
2017-06-07
4
-35
/
+103
|
\
|
*
added test for retrying SSLError on the socket level
Benjamin Wohlwend
2017-06-07
2
-6
/
+52
|
*
Ensured that SSLErrors will be retried
Benjamin Wohlwend
2017-06-07
4
-36
/
+58
*
|
Merge branch 'master' into pytest-exceptions
Cory Benfield
2017-06-05
1
-49
/
+41
|
\
\
|
|
/
|
*
Merge branch 'master' into pytest-filepost
Cory Benfield
2017-06-05
1
-21
/
+21
|
|
\
|
*
|
Rewrite test_filepost.py to be pytest-style
Alex Chan
2017-06-05
1
-49
/
+41
*
|
|
Merge branch 'master' into pytest-exceptions
Cory Benfield
2017-06-05
1
-21
/
+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
A bit more parameterisation
Alex Chan
2017-06-05
1
-4
/
+7
|
*
|
Rewrite test_fields.py to be pytest-style
Alex Chan
2017-06-05
1
-20
/
+17
|
|
/
*
|
Make the check in test_exceptions.py a little stronger
Alex Chan
2017-06-05
1
-1
/
+2
*
|
Rewrite test_exceptions.py to be pytest-style
Alex Chan
2017-06-05
1
-38
/
+22
|
/
*
Merge branch 'master' into pytest-compatibility
Cory Benfield
2017-06-05
1
-234
/
+207
|
\
|
*
Rewrite test_connectionpool.py to be pytest-style
Alex Chan
2017-06-05
1
-234
/
+207
*
|
Rewrite test_compatibility.py to be pytest-style
Alex Chan
2017-06-05
1
-4
/
+5
|
/
*
Merge branch 'master' into pytest-connection
Cory Benfield
2017-06-03
1
-39
/
+29
|
\
|
*
Merge branch 'master' into pytest-proxymanager
Ian Cordasco
2017-06-02
1
-172
/
+176
|
|
\
|
*
|
Rewrite test_proxymanager.py to be pytest-style
Alex Chan
2017-06-02
1
-39
/
+29
*
|
|
Rewrite test_connection.py to be pytest-style
Alex Chan
2017-06-03
1
-16
/
+10
|
|
/
|
/
|
*
|
Rewrite test_collections.py to be pytest-style
Alex Chan
2017-06-02
1
-172
/
+176
|
/
*
Okay just patch the warnings module
Alex Chan
2017-06-01
1
-7
/
+8
*
Get the warning to fire every time
Alex Chan
2017-06-01
1
-1
/
+3
*
Don't warn about missing SNI in the tests
Alex Chan
2017-06-01
1
-15
/
+4
*
Remove dead test code -- the test only runs on >=2.7.9
Alex Chan
2017-06-01
1
-8
/
+1
*
Add cleanup code to the dummyserver tests
Alex Chan
2017-05-30
3
-0
/
+28
*
Fix GAE build
Jon Wayne Parrott
2017-05-28
1
-1
/
+1
*
Add assert_hostname/assert_fingerprint to list of valid keys for PoolManager
Davanum Srinivas
2017-04-30
1
-0
/
+10
*
Failing test for #1165
Cory Benfield
2017-04-28
1
-0
/
+20
*
Merge branch 'master' into secure-transport
Cory Benfield
2017-04-21
8
-97
/
+255
|
\
|
*
Add 'status' counter for 'status_forcelist'
Tuukka Mustonen
2017-04-15
1
-2
/
+16
|
*
Add comment about try-catch strategy
Seth M. Larson
2017-04-03
1
-1
/
+7
|
*
except NameError:
Seth M. Larson
2017-04-03
1
-2
/
+2
|
*
Also skip timing for selector testing on AppVeyor.
Seth M. Larson
2017-04-01
1
-3
/
+4
|
*
Skip TLS test on Windows py26, fix lint issues
Seth Michael Larson
2017-04-01
4
-3
/
+19
|
*
socket.error is not a subclass of OSError in Python 2
Seth M. Larson
2017-04-01
1
-1
/
+4
|
*
WinError isn't a subclass of OSError <3.3
Seth M. Larson
2017-03-31
1
-1
/
+1
|
*
Actually use _CONNECT_ERROR
Seth M. Larson
2017-03-31
1
-1
/
+1
[next]