- 30 Oct, 2007 3 commits
-
-
Ross Patterson authored
Oops, forgot CHANGES.txt entry for r81245
-
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.
-
Ross Patterson authored
Fix verbose option handling of debug logging message
-
- 29 Oct, 2007 1 commit
-
-
Amos Latteier authored
Now there's a buildout option (use-dependency-links) that allows you to disable setuptool dependency_links metadata.
-
- 28 Oct, 2007 1 commit
-
-
Jim Fulton authored
When using a local find links or index, distributions weren't copied to the download cache.
-
- 27 Oct, 2007 2 commits
-
-
Jim Fulton authored
Improved error message when no arguments are given to the setup command. The setup command no-longer requires a config file.
-
Jim Fulton authored
-
- 05 Oct, 2007 1 commit
-
-
Baiju M authored
ref: https://bugs.launchpad.net/bugs/149352
-
- 20 Aug, 2007 5 commits
-
-
Jim Fulton authored
existing buildouts. Use:: [buildout] prefer-final = true to get the new policy. The new policy will go into effect in buildout 2.
-
Jim Fulton authored
-
-
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.
-
Jim Fulton authored
to work with recent change changes to use expanduser rather than reading $HOME directly.
-
- 10 Aug, 2007 1 commit
-
-
Fred Drake authored
-
- 02 Aug, 2007 1 commit
-
-
Wichert Akkerman authored
-
- 27 Jul, 2007 1 commit
-
-
Jim Fulton authored
-
- 19 Jul, 2007 2 commits
-
-
-
Philipp von Weitershausen authored
-
- 13 Jul, 2007 1 commit
-
-
Fred Drake authored
-
- 05 Jul, 2007 2 commits
-
-
Jim Fulton authored
-
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.
-
- 20 Jun, 2007 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Also rearranged some code to work with emacs python mode. :)
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
deterministic output by outputing all of standard output followed by all of standard error.
-
- 19 Jun, 2007 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Removed a test that was obsoleted by a setuptools improvement in handling failed downloads. Updated to reflect a change in bootstrapping. (I wonder why this wasn't needed sooner.)
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Jun, 2007 1 commit
-
-
Jim Fulton authored
-
- 31 May, 2007 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 30 May, 2007 3 commits
-
-
Jim Fulton authored
-
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.
-
Jim Fulton authored
-
- 12 May, 2007 2 commits
-
-
Jim Fulton authored
an empty configuration file and then bootstraps. - Except when using the new init command, it is now an error to run buildout without a configuration file. - 75607: buildout should not run if it creates an empty buildout.cfg
-
Jim Fulton authored
-