Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-poetry/poetry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.1
Choose a base ref
...
head repository: python-poetry/poetry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.2
Choose a head ref
  • 9 commits
  • 11 files changed
  • 4 contributors

Commits on Feb 27, 2024

  1. non-package-mode: fix poetry add (#9046)

    (cherry picked from commit f66f8ab)
    radoering committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    304c54a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. harden lazy wheel wheel error handling

    This change attempts to provide a catch-all safety net for circumstances
    where an index server is behaving badly when ranged requests are made.
    
    Additionally, this change also helps guard against  missing
    "Content-Range" headers in specific scenarios.
    
    (cherry picked from commit b7bc5ce)
    abn committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f2bfacb View commit details
    Browse the repository at this point in the history
  2. repo/http: add debug log for lazy wheel error

    (cherry picked from commit 120f289)
    abn committed Feb 28, 2024
    1 Configuration menu
    Copy the full SHA
    3e43146 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. lazy-wheel: be more robust with regard to Artifactory's incorrect han…

    …dling of range requests with negative offsets
    
    see #9056 (comment)
    
    (cherry picked from commit a70330b)
    radoering authored and abn committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d8afecb View commit details
    Browse the repository at this point in the history
  2. lazy-wheel: improve handling of servers that tell us that they suppor…

    …t range requests but do not respect them
    
    (cherry picked from commit fd8489e)
    radoering authored and abn committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    58995de View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. lazy-wheel: allow redirects for HEAD request

    Resolves: #9039
    (cherry picked from commit 7bf0ee7)
    thatch authored and radoering committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    33b7618 View commit details
    Browse the repository at this point in the history
  2. Hash metadata as bytes (#9049)

    Because warehouse doesn't send a charset, this can get decoded as something
    other than utf-8, which doesn't encode (as utf-8) back to the same bytes. For
    hash purposes especially, just look at the original bytes.
    
    (cherry picked from commit 28d5c00)
    thatch authored and radoering committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    03f3232 View commit details
    Browse the repository at this point in the history
  3. Improve error message when installing non-package in package-mode

    (cherry picked from commit 0266156)
    Andy Clegg authored and abn committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    70d4f58 View commit details
    Browse the repository at this point in the history
  4. release: bump version to 1.8.2

    radoering authored and abn committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c3e22d6 View commit details
    Browse the repository at this point in the history
Loading