An error occurred fetching the project authors.
  1. 03 Sep, 2012 1 commit
  2. 21 Aug, 2012 1 commit
  3. 22 Jul, 2012 1 commit
  4. 11 Jun, 2012 1 commit
  5. 13 May, 2012 1 commit
  6. 28 Apr, 2012 2 commits
  7. 15 Apr, 2012 1 commit
  8. 03 Aug, 2010 1 commit
  9. 11 Nov, 2009 1 commit
  10. 04 Sep, 2009 4 commits
  11. 02 Sep, 2009 1 commit
  12. 28 Aug, 2009 3 commits
    • Jim Fulton's avatar
      Bug fixed: · fc897d37
      Jim Fulton authored
        The standard Python -m option didn't work for custom interpreters.
      fc897d37
    • Jim Fulton's avatar
      Bug fixed: · 125784d9
      Jim Fulton authored
        Scripts run using generated interpreters didn't have __file__ set correctly.
      125784d9
    • Jim Fulton's avatar
      Bug fixed: · 21b6e7a7
      Jim Fulton authored
        Scripts generated with relative-paths eanbled couldn't be
        symbolocally linked to other locations and still work.
      21b6e7a7
  13. 22 Jun, 2009 1 commit
  14. 18 Jun, 2009 1 commit
  15. 18 Mar, 2009 1 commit
  16. 17 Mar, 2009 1 commit
  17. 05 Feb, 2009 1 commit
  18. 14 Aug, 2008 2 commits
  19. 18 Jul, 2008 1 commit
  20. 13 Jan, 2008 1 commit
  21. 02 Dec, 2007 1 commit
  22. 01 Nov, 2007 1 commit
  23. 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
  24. 29 Oct, 2007 1 commit
  25. 20 Aug, 2007 1 commit
    • Jim Fulton's avatar
      - Now, final distributions are prefered over non-final versions. If · 33dcf8ca
      Jim Fulton authored
        both final and non-final versions satisfy a requirement, then the
        final version will be used even if it is older.  The normal way to
        override this for specific packages is to specifically require a
        non-final version, either specifically or via a lower bound.
      
      - There is a buildout prefer-final version that can be used with a
        value of "false"::
      
      prefer-final = false
      
      To prefer newer versions, regardless of whether or not they are
        final, buildout-wide.
      33dcf8ca
  26. 13 Jul, 2007 1 commit
  27. 30 May, 2007 1 commit
    • Jim Fulton's avatar
      Changed the logging format to exclude the logger name for the · aaa161f4
      Jim Fulton authored
      zc.buildout logger.  This reduces noise in the output.  This change
      was so far reaching, I decided to go ahead and clean up lots of log
      messages, adding some missing periods and adding quotes around
      requirement strings and file paths.
      
      in easy_install.py, added logging to show why distributions are added
      in verbose mode and removed recusive code to show requirement chains
      when errors occurred.
      aaa161f4
  28. 06 May, 2007 1 commit
  29. 19 Mar, 2007 2 commits
  30. 18 Mar, 2007 1 commit
  31. 06 Mar, 2007 2 commits