Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce resumable downloads with --resume-retries #12991

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    0617d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a091ca1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Add support for --resume-retries option

    - Added —resume-retries option to allow resuming incomplete downloads
    - Setting —resume-retries=N allows pip to make N attempts to resume downloading, in case of dropped or timed out connections
    - Each resume attempt uses the values specified for —retries and —timeout internally
    
    Signed-off-by: gmargaritis <[email protected]>
    gmargaritis committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dbc6a64 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    7e9ea50 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    889ac6b View commit details
    Browse the repository at this point in the history