- 07 Feb, 2008 1 commit
-
-
Baiju M authored
with PyPI URLs (the old ones no more working)
-
- 22 Jan, 2008 1 commit
-
-
Jim Fulton authored
version #. Grrrr.
-
- 14 Jan, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
selecting Python tests without Python 2.3 available, since I've lost Python 2.3 in my upgrade to Mac OS X 2.5. :(
-
- 13 Jan, 2008 7 commits
-
-
Jim Fulton authored
extra uses.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
easier to test multiple versions at once.
-
Jim Fulton authored
1.0 coming soon. :)
-
Jim Fulton authored
zc.sourcedistribution.
-
Jim Fulton authored
leading to test failures. The change also caused buildout to fail with Python 2.3, which lacks a set builtin.
-
- 18 Dec, 2007 1 commit
-
-
Fred Drake authored
-
- 13 Dec, 2007 2 commits
-
-
Christophe Combelles authored
(just replaced the code-block with block, and added a Contents)
-
Christophe Combelles authored
-
- 02 Dec, 2007 1 commit
-
-
Florian Schulze authored
The list of eggs in generated scripts is sorted and duplicates removed. This prevents problems in WingIDE and makes it easier for humans to look at and use the list of eggs.
-
- 03 Nov, 2007 2 commits
-
-
Stephan Richter authored
-
Stephan Richter authored
-
- 01 Nov, 2007 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 31 Oct, 2007 1 commit
-
-
Jim Fulton authored
Added a configuration option that causes buildout to error if a version is picked. This is a nice safety belt when fixing all versions is intented, especially whan creating releases. (This already-desired feature made it easier to write the test for the bug fix below. :) Bug Fixed: When installing from source releases, a version specification (via a buildout versions section) for setuptools was ignored when deciding which setuptools to use to build an egg from the source release.
-
- 30 Oct, 2007 3 commits
-
-
Ross Patterson authored
Oops, forgot CHANGES.txt entry for r81245
-
Ross Patterson authored
151820: Add the distribution directory to sys.path when running the setup.py script so that the setup.py script can import modules from the distribution directory.
-
Ross Patterson authored
Fix verbose option handling of debug logging message
-
- 29 Oct, 2007 1 commit
-
-
Amos Latteier authored
Now there's a buildout option (use-dependency-links) that allows you to disable setuptool dependency_links metadata.
-
- 28 Oct, 2007 1 commit
-
-
Jim Fulton authored
When using a local find links or index, distributions weren't copied to the download cache.
-
- 27 Oct, 2007 2 commits
-
-
Jim Fulton authored
Improved error message when no arguments are given to the setup command. The setup command no-longer requires a config file.
-
Jim Fulton authored
-
- 05 Oct, 2007 1 commit
-
-
Baiju M authored
ref: https://bugs.launchpad.net/bugs/149352
-
- 20 Aug, 2007 5 commits
-
-
Jim Fulton authored
existing buildouts. Use:: [buildout] prefer-final = true to get the new policy. The new policy will go into effect in buildout 2.
-
Jim Fulton authored
-
-
Jim Fulton authored
both final and non-final versions satisfy a requirement, then the final version will be used even if it is older. The normal way to override this for specific packages is to specifically require a non-final version, either specifically or via a lower bound. - There is a buildout prefer-final version that can be used with a value of "false":: prefer-final = false To prefer newer versions, regardless of whether or not they are final, buildout-wide.
-
Jim Fulton authored
to work with recent change changes to use expanduser rather than reading $HOME directly.
-
- 10 Aug, 2007 1 commit
-
-
Fred Drake authored
-
- 02 Aug, 2007 1 commit
-
-
Wichert Akkerman authored
-
- 27 Jul, 2007 1 commit
-
-
Jim Fulton authored
-
- 19 Jul, 2007 2 commits
-
-
-
Philipp von Weitershausen authored
-