- 19 Sep, 2006 1 commit
-
-
Jim Fulton authored
API. This allowed the tests to be simplified somewhat.
-
- 15 Sep, 2006 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
https://launchpad.net/products/zc.buildout/+bug/60582 Don't use extensions when bootstrapping.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 14 Sep, 2006 3 commits
-
-
Jim Fulton authored
This makes things go a little faster, makes errors a little easier to handle, and allows extensions (like the sftp extension) to influence more of the process.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 11 Sep, 2006 3 commits
-
-
Jim Fulton authored
adding sftp support to buildouts that need it.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 07 Sep, 2006 6 commits
-
-
Jim Fulton authored
-
Fred Drake authored
-
Fred Drake authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Updated doc.
-
- 06 Sep, 2006 3 commits
-
-
Jürgen kartnaller authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Sep, 2006 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Cleaned up the implementation to make greater use of and duplicate less code from zc.buildout.easy_install.
-
Jim Fulton authored
Added ability to supply entry points directly. This is useful for packages that don't declare their entry points. No longer generate "py-" scripts implicitly. Added a new option, interpreter, to request such scripts and specifu their names.
-
Jim Fulton authored
No longer generate "py-" scripts implicitly. We no longer create one for zc.buildout when bootstrapping. Added an error-reporting API for use by recipes. Added a help command-line option. Fixed a bug in the way that recipe eggs were loaded.
-
Jim Fulton authored
Added an environment variable hack to cause the buildout to use a local empty index when running tests. This allows most of the tests to be run when offline and doesn't slam pypi at other times.
-
Jim Fulton authored
-
Jim Fulton authored
zope.testing.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Added an option to supply entry points directly. This is useful for packages that don't declare their entry points. No longer generate "py-" scripts implicitly. Added a new option, interpreter, to request such scripts and specifu their names. Increased default buildout logging.
-
- 01 Sep, 2006 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 31 Aug, 2006 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
invoking easy install. This should make things go faster in practice. Stop giving setuptools special treatment when downloading. Unfortunately, this means tests take a lot longer to run and probably that they can only be run when connected. :( Maybe I should figure out a way to get stuptools to use a different default index when running tests. :/
-