1. 02 May, 2008 1 commit
    • 's avatar
      - more fixes for Windows · b6b1e0f5
      authored
      This change reduces test failures on my current platform from 48 to 3.
      I hope it doesn't break zc.buildout on any other platform.
      b6b1e0f5
  2. 02 Apr, 2008 2 commits
  3. 31 Mar, 2008 1 commit
  4. 13 Mar, 2008 1 commit
  5. 22 Feb, 2008 3 commits
  6. 21 Feb, 2008 1 commit
  7. 18 Feb, 2008 4 commits
  8. 12 Feb, 2008 3 commits
  9. 07 Feb, 2008 1 commit
  10. 22 Jan, 2008 1 commit
  11. 14 Jan, 2008 3 commits
  12. 13 Jan, 2008 7 commits
  13. 18 Dec, 2007 1 commit
  14. 13 Dec, 2007 2 commits
  15. 02 Dec, 2007 1 commit
  16. 03 Nov, 2007 2 commits
  17. 01 Nov, 2007 3 commits
  18. 31 Oct, 2007 1 commit
    • Jim Fulton's avatar
      Feature Change: · 386395b2
      Jim Fulton authored
      Added a configuration option that causes buildout to error if a
        version is picked. This is a nice safety belt when fixing all
        versions is intented, especially whan creating releases.
      
      (This already-desired feature made it easier to write the test for
        the bug fix below. :)
      
      Bug Fixed:
      
      When installing from source releases, a version specification (via a
        buildout versions section) for setuptools was ignored when deciding
        which setuptools to use to build an egg from the source release.
      386395b2
  19. 30 Oct, 2007 2 commits
    • Ross Patterson's avatar
      · 0373de6c
      Ross Patterson authored
      Oops, forgot CHANGES.txt entry for r81245
      0373de6c
    • Ross Patterson's avatar
      · c2d78274
      Ross Patterson authored
      151820: Add the distribution directory to sys.path when running
      the setup.py script so that the setup.py script can import modules
      from the distribution directory.
      c2d78274