- 28 Feb, 2010 2 commits
-
-
Jim Fulton authored
fail. The change had to do with the way setuptools was installed. This seems to explain the changed test output, which is incidental to what's tested. This test *was* only run for Python 2.5. I've changed the test to run whenever Python 2.4 isn't used and updated the test to reflect the new output.
-
Jim Fulton authored
svn+ssh://svn.zope.org/repos/main/zc.buildout/branches/gary-1 Lots of good cleanup changes, including making windows tests a bit more robust.
-
- 12 Feb, 2010 1 commit
-
-
- 08 Jan, 2010 1 commit
-
-
Baiju M authored
-
- 10 Dec, 2009 2 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 27 Nov, 2009 2 commits
-
-
Reinout van Rees authored
adjusted testselectingpython.py the same way as easyinstall.txt earlier: there's no call to _get_dist() for setuptools anymore as we already have it
-
Reinout van Rees authored
Adjusted the test so that it also works when you're testing with an older setuptools version and there's a new one on pypi. In that case, the _call_easy_install call will really try to install setuptools first and execute other code paths than the test cares for. A cleaner way does not seem possible as the easy_install code is really intertwined.
-
- 11 Nov, 2009 1 commit
-
-
Reinout van Rees authored
Merged -r105475:105584 svn+ssh://reinout@svn.zope.org/repos/main/zc.buildout/branches/reinout_distribute_upgrade_check This is the fix for an infinite recursion when updating Distribute. Solved by using the available setuptools/distribute for easy_installing the Distribute tgz instead of searching for it, which tries to install, which searches...
-
- 06 Nov, 2009 1 commit
-
-
Jim Fulton authored
-
- 04 Nov, 2009 1 commit
-
-
Reinout van Rees authored
-
- 03 Nov, 2009 1 commit
-
-
Tarek Ziad authored
-
- 01 Nov, 2009 3 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 23 Oct, 2009 5 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
Tarek Ziad authored
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 09 Oct, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 08 Oct, 2009 1 commit
-
-
Tarek Ziad authored
-
- 05 Oct, 2009 1 commit
-
-
Martijn Faassen authored
-
- 15 Sep, 2009 1 commit
-
-
Thomas Lotze authored
-
- 08 Sep, 2009 1 commit
-
-
Chris Withers authored
Revert to old style path.
-
- 02 Sep, 2009 1 commit
-
-
Reinout van Rees authored
-
- 01 Sep, 2009 1 commit
-
-
Reinout van Rees authored
-
- 29 Aug, 2009 1 commit
-
-
Jim Fulton authored
- Incrementing didn't work properly when extending multiple files. https://bugs.launchpad.net/zc.buildout/+bug/421022
-
- 28 Aug, 2009 11 commits
-
-
Jim Fulton authored
windows, urllib raises an invalid ioerror.
-
Jim Fulton authored
windows, urllib raises an invalid ioerror.
-
Jim Fulton authored
-
Jim Fulton authored
The standard Python -m option didn't work for custom interpreters.
-
Jim Fulton authored
Scripts run using generated interpreters didn't have __file__ set correctly.
-
Jim Fulton authored
Scripts generated with relative-paths eanbled couldn't be symbolocally linked to other locations and still work.
-
Jim Fulton authored
Option incrementing and decrementing didn't work for options specified on the command line.
-
Baiju M authored
-
Baiju M authored
-
Jim Fulton authored
No commit message
-
Jim Fulton authored
(Also stop writing doc.txt. --long-description is better. And rearranged setup.py a little.)
-
- 26 Aug, 2009 1 commit
-
-
Jim Fulton authored
- When doing variable substitutions, you can omit the section name to refer to a variable in the same section (e.g. ${:foo}). - When doing variable substitution, you can use the special option, ``_buildout_section_name_`` to get the section name. This is most handy for getting the current section name (e.g. ${:_buildout_section_name_}). - A new special option, ``<`` allows sections to be used as macros.
-