1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Bartek Ogryczak 62a695c4b9 More HTTP status codes to retry on (#4473)
* Add `--retry-status <HTTP code>` to allow specifying custom HTTP staus codes to retry on.
This is useful for AWS S3 or Cloudflare, which at times return codes other than 503 for
itermitent failures.

* stripping option related code, hardcoding the statuses

* Reword the news file

* changing ndash to regular ascii dash
2017-10-24 10:55:42 +02:00
..
commands Address issue #1139: make --force-reinstall not require --upgrade (#4432) 2017-10-24 00:03:20 +02:00
models Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
operations Remove Circular dependency between Resolver and Preparer (#4636) 2017-10-22 22:34:14 +05:30
req Fix install warning message about mismatched versions 2017-10-08 00:18:52 +02:00
utils Use correct executable name for completion command (#4755) 2017-10-12 10:59:53 +05:30
vcs Fix test after rebasing another time. 2017-10-05 13:35:14 -07:00
__init__.py Autocomplete installed dists in pip show .... (#4749) 2017-10-02 22:56:17 +02:00
basecommand.py isort all imports 2017-09-02 17:02:48 +05:30
baseparser.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
cache.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
cmdoptions.py isort all imports 2017-09-02 17:02:48 +05:30
compat.py Merge branch 'master' into mypy/infrastructure 2017-09-02 16:06:48 +05:30
configuration.py Merge branch 'master' into mypy/infrastructure 2017-09-02 16:06:48 +05:30
download.py More HTTP status codes to retry on (#4473) 2017-10-24 10:55:42 +02:00
exceptions.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
index.py Python 3.6 invalid escape sequence deprecation fixes 2017-09-15 23:35:45 +03:00
locations.py isort all imports 2017-09-02 17:02:48 +05:30
pep425tags.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
resolve.py Address issue #1139: make --force-reinstall not require --upgrade (#4432) 2017-10-24 00:03:20 +02:00
status_codes.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
wheel.py Warn user when installing scripts outside PATH (#4553) 2017-10-02 17:54:37 +01:00