2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Actuallly, buildout is pretty stable at this point. :)
jim
More... about 17 years ago
We now have support for making distributions via zc.sourcedistribution.
jim
More... about 17 years ago
Reverted 82078, which made script path order non-deterministic, leading to test failures. The change also caused buildout to fail with Python 2.3, which lacks a set builtin.
jim
More... about 17 years ago
fix two typos in one line (!) More... about 17 years ago
added a french translation of the buildout tutorial (just replaced the code-block with block, and added a Contents) More... about 17 years ago
fixed typos found during translation More... about 17 years ago
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. More... about 17 years ago
vb. More... about 17 years ago
Get ready for final release. More... about 17 years ago
Prep for next release.
jim
More... over 17 years ago
Doh -- Forgot date :(
jim
More... over 17 years ago
fixed rst bug.
jim
More... over 17 years ago
Feature Change:
jim
More... over 17 years ago
Oops, forgot CHANGES.txt entry for r81245 More... over 17 years ago
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. More... over 17 years ago
Fix verbose option handling of debug logging message More... over 17 years ago
Merged amos-dependency-links branch to trunk (r80906:81181). More... over 17 years ago
Fixed bug:
jim
More... over 17 years ago
Added missing doctest for setup command.
jim
More... over 17 years ago
Ignore more.
jim
More... over 17 years ago
Fix #149352 : setup sub-command without any argument error ref: https://bugs.launchpad.net/bugs/149352 More... over 17 years ago
Changed the default policy back to what it was to avoid breakage in existing buildouts. Use::
jim
More... over 17 years ago
Added missing date.
jim
More... over 17 years ago
Changed the default index to http://cheeseshop.python.org/simple.
jim
More... over 17 years ago
- Now, final distributions are prefered over non-final versions. If 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.
jim
More... over 17 years ago
Changed the way the test setup avoids reading ~/.buildout/default.cfg to work with recent change changes to use expanduser rather than reading $HOME directly.
jim
More... over 17 years ago
fix typo reported by Jeff Shell More... over 17 years ago
Fix typo More... over 17 years ago
Switch URL to PyPI from svn.zope.org.
jim
More... over 17 years ago
Fix https://bugs.launchpad.net/zc.buildout/+bug/126441. More... over 17 years ago