1. 21 11月, 2017 1 次提交
  2. 18 11月, 2017 1 次提交
  3. 16 11月, 2017 1 次提交
  4. 15 11月, 2017 1 次提交
  5. 14 11月, 2017 1 次提交
  6. 13 11月, 2017 1 次提交
  7. 12 11月, 2017 1 次提交
  8. 10 11月, 2017 1 次提交
  9. 09 11月, 2017 1 次提交
    • P
      Minor README updates (#4849) · 8dc824af
      Pradyun Gedam 提交于
      * misc: switch docs badge to latest
      
      * misc: Minor cleanups in README
      
      Move all the links to the botton, rewrap lines.
      8dc824af
  10. 08 11月, 2017 2 次提交
  11. 07 11月, 2017 2 次提交
  12. 06 11月, 2017 2 次提交
  13. 05 11月, 2017 7 次提交
  14. 04 11月, 2017 4 次提交
  15. 03 11月, 2017 3 次提交
  16. 31 10月, 2017 1 次提交
  17. 28 10月, 2017 3 次提交
  18. 27 10月, 2017 2 次提交
    • H
      Correct a typo in NEWS (#4818) · 7ec7162b
      Hari Charan 提交于
      7ec7162b
    • M
      Record installed files in a deterministic order · 62875be0
      Mathieu Bridon 提交于
      Installed files are recorded by Pip in the order the underlying tool
      (Distutils, Setuptools, ...) recorded them.
      
      Unfortunately, at least Setuptools doesn't record them in a
      deterministic order in the case of a directory being installed, as it
      uses os.walk to find the list of files.
      
      We could fix all those underlying tools to record their files in a
      deterministic order in all situations. But fixing it once here in Pip
      for all tools is certainly simpler and more future-proof.
      
      This makes the installation more reproducible, and therefore more
      verifiable.
      62875be0
  19. 24 10月, 2017 2 次提交
    • B
      More HTTP status codes to retry on (#4473) · 62a695c4
      Bartek Ogryczak 提交于
      * 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
      62a695c4
    • C
      Address issue #1139: make --force-reinstall not require --upgrade (#4432) · b1122920
      Chris Jerdonek 提交于
      * Add failing tests for issue #1139 re: --force-reinstall.
      
      * Address issue #1139: make --force-reinstall not require --upgrade.
      
      * Address review comments.
      
      * Address @xavfernandez's review comments.
      
      This makes the new tests not require network access.
      b1122920
  20. 23 10月, 2017 2 次提交
  21. 20 10月, 2017 1 次提交