1. 25 Dec, 2020 3 commits
  2. 20 Dec, 2020 1 commit
  3. 16 Dec, 2020 1 commit
  4. 11 Dec, 2020 1 commit
  5. 10 Dec, 2020 2 commits
  6. 08 Dec, 2020 1 commit
  7. 13 Oct, 2020 2 commits
  8. 06 Oct, 2020 2 commits
  9. 28 Sep, 2020 2 commits
  10. 24 Sep, 2020 2 commits
  11. 23 Sep, 2020 1 commit
  12. 17 Sep, 2020 2 commits
  13. 05 Sep, 2020 2 commits
  14. 02 Sep, 2020 1 commit
  15. 29 Aug, 2020 2 commits
  16. 27 Aug, 2020 4 commits
  17. 26 Aug, 2020 1 commit
  18. 24 Aug, 2020 1 commit
  19. 23 Aug, 2020 6 commits
  20. 22 Aug, 2020 2 commits
  21. 21 Aug, 2020 1 commit
    • Matthew Brett's avatar
      Merge pull request #347 from radarhere/repair_wheelhouse_rm · 712c61a0
      Matthew Brett authored
      MRG: Only remove original wheel if new wheel is created
      
      We were getting errors when pip downloads a binary wheel, we attempt repair giving a wheel with the same filename, and then delete the original (and therefore, new) wheel on the basis that we have created a new one.
      
      Back off to logic that, if repair generates a wheel with the same filename, we copy the original and discard the repaired version.
      712c61a0