1. 04 Dec, 2019 1 commit
    • Julien Muchembled's avatar
      Revert "Updated to work with the latest setuptools." partially · 46b8343b
      Julien Muchembled authored
      One big issue in commit e129e187 is that the
      initial value of buildout_and_setuptools_path can cause buildout to use a lot
      of CPU at startup. The following change would help:
      
          def buildout_and_setuptools_path():
              r = [get_python_lib(standard_lib=1)]
              for d in pkg_resources.working_set:
                  d = d.location
                  if d not in r:
                      r.append(d)
              return r[1:]
          buildout_and_setuptools_path = buildout_and_setuptools_path()
      
      but initializing buildout_and_setuptools_dists also takes time to compute,
      and it's only used for bootstrap.
      
      Because the commit is not required anymore since setuptools 36, it's easier
      for us to revert partially, so we can keep applying our patches.
      46b8343b
  2. 26 Nov, 2019 3 commits
  3. 31 Jan, 2017 6 commits
  4. 30 Jan, 2017 5 commits
  5. 29 Jan, 2017 12 commits
  6. 28 Jan, 2017 4 commits
  7. 05 Sep, 2016 6 commits
  8. 03 Sep, 2016 1 commit
  9. 24 Aug, 2016 1 commit
  10. 18 Aug, 2016 1 commit