- 28 Aug, 2009 5 commits
-
-
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 8 commits
-
-
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.
-
Jim Fulton authored
-
Jim Fulton authored
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_}.
-
Jim Fulton authored
(Also removed some extra imports and made formatting changes.)
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Aug, 2009 3 commits
-
-
Sebastian Wehrmann authored
-
Sebastian Wehrmann authored
-
Thomas Lotze authored
does it for easy-install: - require the download cache (but not namespace directories) to be an existing directory in order to catch configuration bugs - made relative download cache paths refer to the buildout directory
-
- 12 Aug, 2009 1 commit
-
-
Thomas Lotze authored
path and a flag indicating whether the downloaded copy is a temporary file - use this flag to clean up temporary files both when downloading extended configuration files and in the tests
-
- 06 Aug, 2009 3 commits
-
-
Fred Drake authored
-
Chris Withers authored
-
Chris Withers authored
-
- 24 Jul, 2009 1 commit
-
-
Godefroid Chapelle authored
-
- 23 Jul, 2009 2 commits
-
-
Thomas Lotze authored
-
Thomas Lotze authored
-
- 22 Jul, 2009 3 commits
-
-
Jim Fulton authored
-
Thomas Lotze authored
-
Thomas Lotze authored
-
- 21 Jul, 2009 1 commit
-
-
Thomas Lotze authored
-
- 20 Jul, 2009 1 commit
-
-
Godefroid Chapelle authored
Conflicts: CHANGES.txt src/zc/buildout/buildout.py
-
- 22 Jun, 2009 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
could be inserted into sys.path if a relative path was used to run the generated script.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 19 Jun, 2009 1 commit
-
-
Jim Fulton authored
Also fixed some spurious failures in the bootstrap test.
-
- 18 Jun, 2009 1 commit
-
-
Andreas Jung authored
-
- 19 May, 2009 1 commit
-
-
Jim Fulton authored
-
- 12 May, 2009 1 commit
-
-
Michael Howitz authored
fixed test, so it does not break when using python 2.6 (previously a deprecation warning was displayed there inside the test output)
-
- 10 May, 2009 2 commits
-
-
Michael Howitz authored
``zc.buildout.testing.buildoutSetUp`` installs a new handler in the python root logging facility. This handler is now removed during tear down as it might disturb other packages reusing buildout's testing infrastructure.
-
Michael Howitz authored
On Mac OS X the path returned by tempfile.mkdtemp is not the real path. This makes the realtive_path test of easy_install.txt failing. Calling os.path.realpath on the base directory fixed this testfailure for python 2.4 - 2.6.
-
- 09 May, 2009 1 commit
-
-
http://www.buildout.orgBaiju M authored
-
- 29 Apr, 2009 1 commit
-
-
Tarek Ziad authored
-