1. 13 Nov, 2016 1 commit
  2. 07 Oct, 2016 2 commits
  3. 05 Oct, 2016 1 commit
  4. 01 Oct, 2016 5 commits
  5. 30 Sep, 2016 1 commit
  6. 27 Sep, 2016 11 commits
  7. 26 Sep, 2016 1 commit
  8. 24 Sep, 2016 1 commit
  9. 22 Sep, 2016 3 commits
  10. 21 Sep, 2016 2 commits
  11. 18 Sep, 2016 4 commits
  12. 17 Sep, 2016 3 commits
  13. 16 Sep, 2016 1 commit
  14. 14 Sep, 2016 3 commits
  15. 12 Sep, 2016 1 commit
    • Steve Kowalik's avatar
      Don't duplicate error case in package_index · 1f23f9a2
      Steve Kowalik authored
      easy_install has code to handle parsing a requirement, catching the
      ValueError and then raising a DistUtilsError. This code was entirely
      duplicated in package_index, so I've slightly refactored to remove
      the duplication.
      1f23f9a2