An error occurred fetching the project authors.
- 01 Nov, 2009 2 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 23 Oct, 2009 2 commits
-
-
Tarek Ziad authored
-
Tarek Ziad authored
-
- 09 Oct, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 15 Sep, 2009 1 commit
-
-
Thomas Lotze 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 5 commits
-
-
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.
-
Jim Fulton authored
No commit message
-
- 26 Aug, 2009 4 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
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
-
- 22 Jul, 2009 1 commit
-
-
Jim Fulton 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 1 commit
-
-
Jim Fulton authored
could be inserted into sys.path if a relative path was used to run the generated script.
-
- 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
-
- 10 May, 2009 1 commit
-
-
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.
-
- 29 Apr, 2009 1 commit
-
-
Tarek Ziad authored
-
- 21 Apr, 2009 1 commit
-
-
Michael Howitz authored
-
- 18 Mar, 2009 1 commit
-
-
Jim Fulton authored
-
- 17 Mar, 2009 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 16 Mar, 2009 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 13 Mar, 2009 2 commits
-
-
Andreas Jung authored
isn't really stable (failing tests, hanging test)
-
Andreas Jung authored
-
- 05 Mar, 2009 1 commit
-
-
Tres Seaver authored
o Avoids deprecation warnings in Python 2.6. See: http://docs.python.org/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3
-
- 10 Feb, 2009 1 commit
-
- 11 Nov, 2008 1 commit
-
-
Ignas authored
[buildout] develop = ./local-checkouts/*
-
- 08 Oct, 2008 1 commit
-
-
Sidnei da Silva authored
of md5 module, which is deprecated in Python 2.6.
-
- 27 Aug, 2008 1 commit
-
-
Georgy Berdyshev authored
Signed-off-by:
Georgy Berdyshev - Георгий Бердышев <codingmaster@gmail.com>
-
- 13 Aug, 2008 1 commit
-
-
Sidnei da Silva authored
- Of course, it only makes sense to run this test if os.symlink exists. Also, add an entry to CHANGES.txt
-
- 28 Jul, 2008 1 commit
-
-
Jim Fulton authored
substitutions are used to name standard directories, as in:: [buildout] eggs-directory = ${buildout:directory}/develop-eggs
-