lp://staging/~gary/zc.buildout/python-support-4
Created by
Gary Poster
and last modified
- Get this branch:
- bzr branch lp://staging/~gary/zc.buildout/python-support-4
Only
Gary Poster
can upload to this branch. If you are
Gary Poster
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
- Francis J. Lacoste (community): Approve
-
Diff: 3435 lines (+2506/-195)26 files modifiedCHANGES.txt (+32/-0)
README.txt (+9/-1)
buildout.cfg (+3/-1)
setup.py (+1/-1)
src/zc/buildout/bootstrap.txt (+3/-3)
src/zc/buildout/easy_install.py (+523/-107)
src/zc/buildout/easy_install.txt (+587/-23)
src/zc/buildout/testing.py (+86/-22)
src/zc/buildout/tests.py (+285/-0)
src/zc/buildout/testselectingpython.py (+28/-1)
src/zc/buildout/update.txt (+1/-0)
z3c.recipe.scripts_/CHANGES.txt (+7/-0)
z3c.recipe.scripts_/README.txt (+10/-0)
z3c.recipe.scripts_/setup.py (+76/-0)
z3c.recipe.scripts_/src/z3c/__init__.py (+1/-0)
z3c.recipe.scripts_/src/z3c/recipe/__init__.py (+1/-0)
z3c.recipe.scripts_/src/z3c/recipe/scripts/README.txt (+402/-0)
z3c.recipe.scripts_/src/z3c/recipe/scripts/__init__.py (+1/-0)
z3c.recipe.scripts_/src/z3c/recipe/scripts/scripts.py (+101/-0)
z3c.recipe.scripts_/src/z3c/recipe/scripts/tests.py (+293/-0)
zc.recipe.egg_/setup.py (+2/-2)
zc.recipe.egg_/src/zc/recipe/egg/README.txt (+4/-1)
zc.recipe.egg_/src/zc/recipe/egg/api.txt (+1/-0)
zc.recipe.egg_/src/zc/recipe/egg/custom.txt (+5/-0)
zc.recipe.egg_/src/zc/recipe/egg/egg.py (+42/-28)
zc.recipe.egg_/src/zc/recipe/egg/selecting-python.txt (+2/-5)
Branch information
Recent revisions
- 553. By Gary Poster
-
change the way that we identify namespace packages and better comment the code, per review.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/zc.buildout