An error occurred fetching the project authors.
- 15 Dec, 2010 1 commit
-
-
Thomas Lotze authored
-
- 14 Dec, 2010 1 commit
-
-
Thomas Lotze authored
in the download module, fixed the handling of directories that are pointed to by file-system paths and URLs
-
- 03 Aug, 2010 1 commit
-
-
Gary Poster authored
-
- 23 Oct, 2009 2 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 10 Mar, 2009 1 commit
-
-
Jim Fulton authored
setuptools in site-packages. For now, the tests should pass whether or not setuptools is in site-packages. A better fix would be to control site-packages in the tests, or, better yet, to change buildout to ignore site-packages.
-
- 17 Jul, 2008 1 commit
-
-
Jim Fulton authored
-
- 13 Jun, 2008 2 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 13 Jan, 2008 1 commit
-
-
Jim Fulton authored
easier to test multiple versions at once.
-
- 30 May, 2007 1 commit
-
-
Jim Fulton authored
-
- 05 Mar, 2007 1 commit
-
-
Jim Fulton authored
-
- 24 Jan, 2007 1 commit
-
-
Jim Fulton authored
-
- 05 Dec, 2006 1 commit
-
-
Jim Fulton authored
on windows.
-
- 01 Oct, 2006 1 commit
-
-
Jim Fulton authored
-
- 05 Sep, 2006 1 commit
-
-
Jim Fulton authored
zope.testing.
-
- 29 Aug, 2006 2 commits
-
-
Jim Fulton authored
It would have broken old bootstrap scripts. Now my problem is that if I update buildout in a way that recipes depend on, people will have to update their buildouts by running the bootstrap script. This isn't ideal.
-
Jim Fulton authored
-
- 29 Jun, 2006 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Renamed distribution option to eggs and filled out README.txt.
-
- 25 Jun, 2006 1 commit
-
-
Jim Fulton authored
distributions available. This required working around issues with easy_install's --upgrade option: - Upgrade is not recursive. Upgrading a distro doesn't update it's dependencies. - Upgrade doesn't try very hard to avoid searching. If we require a specific version of a distribution, and we already have that distribution, there's no point in looking for a newer one. - easy_install has kind of odd rules for deciding when to look at an index. Now that we use upgrade all the time, easy_install always wants to look at an index. - We get warnings when connecting to index servers, like PyPI that return text/plain not found messages. We now have much greater control over how dependencies are managed. We've essentially taken this over from easy_install. Because we now always talk to an index server and because we want to control anything we do in a test, many of the tests actually run their own web servers. Anyway: - Now handle upgrades correctly, I think. - The egg recipe can now install multiple distributions. - We have the beginnings of offline mode. - The internal architeture is much cleaner. - We've merged the easy_install and egglinker modules, tossing some superfluois apis in the egglinker module.
-
- 09 Jun, 2006 1 commit
-
-
Jim Fulton authored
option. The values are setuptools requirements and can have spaces in them.
-
- 08 Jun, 2006 1 commit
-
-
Jim Fulton authored
-
- 05 Jun, 2006 1 commit
-
-
Jim Fulton authored
-