1. 18 1月, 2021 2 次提交
  2. 17 1月, 2021 3 次提交
  3. 16 1月, 2021 3 次提交
  4. 13 1月, 2021 2 次提交
  5. 12 1月, 2021 1 次提交
  6. 10 1月, 2021 2 次提交
  7. 09 1月, 2021 2 次提交
  8. 07 1月, 2021 2 次提交
  9. 06 1月, 2021 2 次提交
    • T
      Avoid downloading candidates of a same version · 79cbe6b9
      Tzu-ping Chung 提交于
      Since 41a30089, Candidate objects prepare their underlying
      distribution eagerly on creation, so the error can be caught
      deterministically to trigger backtracking.
      
      This however has a negative side-effect. Since dist preparation involves
      metadata validation, a remote distribution must be downloaded on
      Candidate creation. This means that an sdist will be downloaded,
      validated, and discarded (since its version is known to be incompatible)
      during backtracking.
      
      This commit moves version deduplication of candidates from indexes to
      before the Candidate object is created, to avoid unneeded preparation.
      
      Note that we still need another round of deduplication in FoundCandidates
      to remove duplicated candidates when a distribution is already installed.
      79cbe6b9
    • P
      Merge pull request #9320 from uranusjr/wheel-check-valid · c7419b2a
      Pradyun Gedam 提交于
      Verify built wheel contains valid metadata
      c7419b2a
  10. 03 1月, 2021 2 次提交
  11. 02 1月, 2021 10 次提交
  12. 01 1月, 2021 1 次提交
  13. 31 12月, 2020 3 次提交
  14. 30 12月, 2020 2 次提交
  15. 29 12月, 2020 3 次提交