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
/
test_retry.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add backoff jitter to Retry (#2952)
Tom McTiernan
2023-04-24
1
-0
/
+29
*
Avoid distutils deprecation warning by dropping pytest-freezegun
Thomas Grainger
2023-04-12
1
-2
/
+4
*
Update pre-commit repos
Hasan Ramezani
2023-02-01
1
-1
/
+0
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
1
-2
/
+3
*
Make the maximum backoff time configurable
Norbert Biczo
2022-01-02
1
-1
/
+25
*
Bump linter versions
Quentin Pradet
2021-09-24
1
-8
/
+8
*
Add type hints to test.test_exceptions
Hasan Ramezani
2021-08-20
1
-3
/
+1
*
Add type hints to test.test_retry
Hasan Ramezani
2021-08-17
1
-44
/
+53
*
Use match parameter in pytest.raises()
Hasan Ramezani
2020-12-29
1
-16
/
+10
*
Remove deprecated Retry options
Quentin Pradet
2020-11-24
1
-9
/
+1
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-7
/
+5
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-5
/
+6
*
Rename Retry options and defaults
Seth Michael Larson
2020-09-28
1
-6
/
+14
*
Always assume UTC if no timezone in Retry-After
hodbn
2020-08-26
1
-0
/
+10
*
Use tz-aware functions in Retry.parse_retry_after()
Seth Michael Larson
2020-08-23
1
-13
/
+7
*
Add 'other errors' counter to Retry (#1824)
hodbn
2020-04-27
1
-0
/
+16
*
Improve implementation of respect_retry_after_header (#1607)
James Meickle
2019-06-04
1
-0
/
+70
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-71
/
+83
*
Remove Authorization headers regardless of case on cross-origin redirects (#1...
YOSHIDA Katsuhiko
2018-12-29
1
-2
/
+2
*
Switch to Retry.remove_headers_on_redirect
lars4839
2018-03-26
1
-0
/
+10
*
Rewrite test_retry.py to be pytest-style
Alex Chan
2017-06-13
1
-93
/
+78
*
Add 'status' counter for 'status_forcelist'
Tuukka Mustonen
2017-04-15
1
-2
/
+16
*
E501 Line too long.
lars4839
2017-01-23
1
-7
/
+13
*
E231 Missing whitespace after `,`
Seth Michael Larson
2017-01-23
1
-1
/
+1
*
E261 At least two spaces before inline comment
Seth Michael Larson
2017-01-23
1
-3
/
+3
*
Don't check for None as value to method on read error
Alexandre Dias
2016-12-13
1
-26
/
+26
*
Add socket level test for retry with method not in whitelist
Alexandre Dias
2016-12-12
1
-6
/
+1
*
Move retry on TimeoutError with method check to Retry class
Alexandre Dias
2016-12-07
1
-1
/
+11
*
Support retry for 413, 429 and 503 status code
Yi EungJun
2016-09-26
1
-10
/
+10
*
Retry history changed from list to tuple
palaviv
2016-07-02
1
-6
/
+6
*
Merge branch 'master' into retry-history
palaviv
2016-06-29
1
-0
/
+15
|
\
|
*
Add test for string status code and method_whitelist+status_forcelist interac...
Carson Lam
2016-05-02
1
-0
/
+15
*
|
Retry backoff time is calculated only from the last consecutive errors sequence
palaviv
2016-05-14
1
-0
/
+12
*
|
Using RequestHistory objects in Retry history list
palaviv
2016-04-22
1
-6
/
+12
*
|
changed _observed_errors to errors history list
palaviv
2016-04-18
1
-0
/
+10
|
/
*
go hard or go home
Kevin Burke
2014-10-06
1
-2
/
+3
*
Make it a constant member on the class
Kevin Burke
2014-10-06
1
-2
/
+1
*
Use a constant string
Kevin Burke
2014-10-06
1
-3
/
+3
*
change error message'
Kevin Burke
2014-10-04
1
-1
/
+1
*
Add ResponseError exception class
Kevin Burke
2014-10-02
1
-2
/
+6
*
fix syntax error
Kevin Burke
2014-09-30
1
-2
/
+0
*
Add failing test with bad message
Kevin Burke
2014-09-30
1
-0
/
+40
*
Removed count, fixed py3 tests.
Andrey Petrov
2014-07-01
1
-12
/
+4
*
Properly wrap TimeoutError with MaxRetryError.
Andrey Petrov
2014-06-30
1
-6
/
+18
*
s/Retry.is_retryable/Retry.is_forced_retry/
Andrey Petrov
2014-06-30
1
-5
/
+5
*
Huge refactoring, discovered some critical flaws.
Andrey Petrov
2014-06-27
1
-44
/
+72
*
Retry.count
Andrey Petrov
2014-06-26
1
-2
/
+2
*
Retry.redirects -> Retry.redirect
Andrey Petrov
2014-06-26
1
-1
/
+1
*
Py3.
Andrey Petrov
2014-06-26
1
-0
/
+2
*
Tests pass.
Andrey Petrov
2014-06-26
1
-3
/
+5
[next]