1. 24 Jan, 2016 1 commit
  2. 23 Jan, 2016 5 commits
  3. 19 Jan, 2016 1 commit
  4. 18 Jan, 2016 1 commit
  5. 16 Jan, 2016 20 commits
  6. 06 Jan, 2016 2 commits
    • Erik Bray's avatar
      Sort __path__ entries for namespace packages according to their order · ebc54982
      Erik Bray authored
      in sys.path.  This ensures that lookups in __path__ will be the same
      as sys.path resolution.
      
      This also adds a replace argument to Distribution.insert_on meant
      to be used with the replace argumen to WorkingSet.add.  This ensures
      that new sys.path entries added via WorkingSet.add are inserted at
      the beginning, rather than appended to the end.  This is necessary
      for consistency with the above change, and kind of makes more sense
      anyways.  This means that if a Distribution is added to a WorkingSet,
      that replaces a different version of that Distribution, the new version
      of that Distribution will have its location first on sys.path.
      ebc54982
    • Jason R. Coombs's avatar
      Update changelog · a1a4a1f1
      Jason R. Coombs authored
      a1a4a1f1
  7. 05 Jan, 2016 4 commits
  8. 02 Jan, 2016 6 commits