1. 04 3月, 2019 2 次提交
  2. 02 3月, 2019 1 次提交
    • M
      Fix utils.encoding.auto_decode() LookupError with invalid encodings · d48475d0
      Miro Hrončok 提交于
      utils.encoding.auto_decode() was broken when decoding Big Endian BOM
      byte-strings on Little Endian or vice versa.
      
      The TestEncoding.test_auto_decode_utf_16_le test was failing on Big Endian
      systems, such as Fedora's s390x builders. A similar test, but with BE BOM
      test_auto_decode_utf_16_be was added in order to reproduce this on a Little
      Endian system (which is much easier to come by).
      
      A regression test was added to check that all listed encodings in
      utils.encoding.BOMS are valid.
      
      Fixes https://github.com/pypa/pip/issues/6054
      d48475d0
  3. 22 2月, 2019 2 次提交
  4. 12 2月, 2019 2 次提交
  5. 05 2月, 2019 2 次提交
  6. 03 2月, 2019 1 次提交
  7. 22 11月, 2018 3 次提交
  8. 08 11月, 2018 1 次提交
  9. 30 10月, 2018 2 次提交
  10. 19 10月, 2018 3 次提交
  11. 25 9月, 2018 2 次提交
  12. 26 7月, 2018 1 次提交
  13. 17 5月, 2018 1 次提交
  14. 15 5月, 2018 1 次提交
  15. 27 4月, 2018 1 次提交
  16. 21 1月, 2018 1 次提交
  17. 21 11月, 2017 1 次提交
  18. 12 10月, 2017 1 次提交
  19. 01 9月, 2017 1 次提交
  20. 13 6月, 2017 1 次提交
  21. 02 6月, 2017 1 次提交
  22. 01 6月, 2017 1 次提交
    • P
      TemporaryDirectory abstraction (#4332) · 0bdbee5c
      Pradyun S. Gedam 提交于
      * Rename BuildDirectory to TempDirectory
      
      Because that's what it is.
      
      * Use TempDirectory in more places (take 2)
      
      * Fix indentation...
      
      * 🎨
      
      * Dumb mistake.
      
      * Defer creation of temporary directory
      
      * Misc
      
      * Oops!
      
      * Use better name
      
      * Fix mistakes made in rebasing
      
      * Remove unnecessary wrapping
      
      * 📰
      
      * Misc change to trigger a new CI build
      
      * Make TempDirectory more robust
      
      Update test accordingly
      
      * 🎨 Remove unused import
      
      * 🔧 Fix mistake made during merge
      
      * Move kind to prefix
      
      * Move delete initalization to __init__
      
      * Remove unrelated message
      
      * Improve existing test
      
      * Oops.
      
      * Add a test to verify that readonly files are also deleted
      
      * 🎨
      
      * Increase places where TempDirectory is used
      
      * Remove unused import
      
      * Improve tests, fix bug
      
      * 🎨
      
      * Update test for new behaviour
      
      * Missed no_clean argument
      
      * Make temp_dir private
      
      * Delete the temporary directory based on no_clean
      
      * Give TemporaryDirectory use a unique name
      
      * 🎨
      
      * 📝 Add basic documentation
      0bdbee5c
  23. 16 5月, 2017 1 次提交
  24. 19 3月, 2017 1 次提交
  25. 28 10月, 2016 1 次提交
  26. 10 7月, 2016 1 次提交
  27. 11 6月, 2016 1 次提交
  28. 20 5月, 2016 1 次提交
    • Z
      Use a realpath for the temporary build directory. (#3701) · 4e2c1fa7
      Zvezdan Petkovic 提交于
      Some systems have /tmp symlinked which confuses custom builds, such as
      numpy. This ensures that real path is passed and that such builds
      resolve their paths correctly during build and install.
      
      Added test for the change and also for the previous related fix: #707
      
      ---
      
      *This was migrated from pypa/pip#3079 to reparent it to the ``master``
      branch. Please see original pull request for any previous discussion.*
      4e2c1fa7
  29. 07 3月, 2016 1 次提交
  30. 04 3月, 2016 1 次提交