1. 22 Sep, 2016 2 commits
    • Tim Heap's avatar
      Update changelog · 75a78dc2
      Tim Heap authored
      75a78dc2
    • Tim Heap's avatar
      Do not search excluded directories for packages · aac208c1
      Tim Heap authored
      Previously, PackageFinder.find would search the whole directory tree
      looking for packages, then remove excluded packages from this list. This
      made building a package very slow under some circumstances where the
      file tree was large.
      
      This change stops PackageFinder.find from descending in to directories
      that will never be included.
      aac208c1
  2. 21 Sep, 2016 2 commits
  3. 18 Sep, 2016 4 commits
  4. 17 Sep, 2016 3 commits
  5. 16 Sep, 2016 1 commit
  6. 14 Sep, 2016 3 commits
  7. 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
  8. 09 Sep, 2016 23 commits
  9. 08 Sep, 2016 1 commit