An error occurred fetching the project authors.
  1. 29 Oct, 2007 1 commit
  2. 28 Oct, 2007 1 commit
    • Jim Fulton's avatar
      Fixed bug: · 268402c1
      Jim Fulton authored
      When using a local find links or index, distributions weren't copied
       to the download cache.
      268402c1
  3. 27 Oct, 2007 1 commit
  4. 20 Aug, 2007 4 commits
  5. 19 Jul, 2007 1 commit
  6. 05 Jul, 2007 1 commit
    • Jim Fulton's avatar
      Removed untested broken code with an optimization to avoid checking · 8807fcc3
      Jim Fulton authored
      for versions if the given requirement had an upper limit and we
      already had the distribution whos version was the upper limit.
      
      Added simpler tested code that checks for the simpler case that teh
      requirement is for a specific version and we already have that
      version.  In general, specifying upper limits other than a single
      version is kind of dumb, so it's not worth optimizing for that case.
      8807fcc3
  7. 20 Jun, 2007 1 commit
  8. 19 Jun, 2007 1 commit
  9. 31 May, 2007 1 commit
  10. 30 May, 2007 1 commit
  11. 12 May, 2007 4 commits
  12. 09 May, 2007 1 commit
  13. 07 May, 2007 2 commits
  14. 06 May, 2007 1 commit
  15. 19 Mar, 2007 2 commits
  16. 18 Mar, 2007 1 commit
    • Jim Fulton's avatar
      Fixed a bug: · 01ff45c5
      Jim Fulton authored
      It wasn't possible to give options on the command line for sections
      not defined in a configuration file.
      01ff45c5
  17. 15 Mar, 2007 1 commit
  18. 14 Mar, 2007 1 commit
  19. 09 Mar, 2007 3 commits
  20. 06 Mar, 2007 3 commits
    • Jim Fulton's avatar
      Added support for repeatable buildouts by allowing egg versions to · 04cf959d
      Jim Fulton authored
      be specified in a versions section.
      
      Changed the log format for picked versions.
      04cf959d
    • Jim Fulton's avatar
      Added an api to set a default value for the versions option. · ae984452
      Jim Fulton authored
      This will allow a versions feature to be added without updating all
      recipes initially.  Later, recipes that support custom versions will
      be able to override the defaults by passing options.
      ae984452
    • Jim Fulton's avatar
      Features: · 2ba02437
      Jim Fulton authored
      - The easy_install module install and build functions now accept a
        versions argument that supplied to mapping from project name to
        version numbers.  This can be used to fix version numbers for
        required distributions and their depenencies.
      
      When a version isn't fixed, using either a versions option or using
        a fixed version number in a requirement, then a debug log message is
        emitted indicating the version picked.  This is useful for setting
        versions options.
      
      - Added a remove testing helper function that removes files or directories.
      2ba02437
  21. 05 Mar, 2007 1 commit
  22. 08 Feb, 2007 1 commit
  23. 07 Feb, 2007 1 commit
    • Jim Fulton's avatar
      Feature Changes · 5da42b95
      Jim Fulton authored
      ```------------
      - Added a buildout newest option, to control whether the newest
        distributions should be sought to meet requirements.  This might
        also provide a hint to recipes that don't deal with
        distributions. For example, a recipe that manages subversion
        checkouts might not update a checkout if newest is set to "false".
      
      - The recipe-testing support setUp function now adds the name
        *buildout* to the test namespace with a value that is the path to
        the buildout script in the sample buildout.  This allows tests to
        use
      
      >>> print system(buildout),
      
      rather than:
      
      >>> print system(join('bin', 'buildout')),
      
      Bugs Fixed
      ```
      
      -------
      
      - Paths returned from update methods replaced lists of installed files
        rather than augmenting them.
      5da42b95
  24. 24 Jan, 2007 1 commit
    • Jim Fulton's avatar
      Fixed bug: · f752e932
      Jim Fulton authored
      Explicitly specifying a Python executable failed if the output of
      running Python with the -V option included a 2-digit (rather than a
      3-digit) version number.
      f752e932
  25. 22 Jan, 2007 1 commit
    • Jim Fulton's avatar
      Updated release info. · 47748b10
      Jim Fulton authored
      Feature Changes
      ---------------
      
      - By popular demand, added a -o command-line option that is a short
        hand for the assignment buildout:offline=true.
      
      Bugs Fixed
      ----------
      
      - When deciding whether recipe develop eggs had changed, buildout
        incorrectly considered files in .svn and CVS directories.
      47748b10
  26. 17 Jan, 2007 2 commits
  27. 07 Dec, 2006 1 commit