lp://staging/~barry/lazr.delegates/lp1096513
Created by
Barry Warsaw
and last modified
- Get this branch:
- bzr branch lp://staging/~barry/lazr.delegates/lp1096513
Only
Barry Warsaw
can upload to this branch. If you are
Barry Warsaw
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Gavin Panella: Approve
- Curtis Hovey: Pending requested
- Gary Poster: Pending requested
-
Diff: 2350 lines (+1248/-848)28 files modified.bzrignore (+2/-0)
HACKING.rst (+16/-2)
MANIFEST.in (+3/-4)
_bootstrap/COPYRIGHT.txt (+0/-9)
_bootstrap/LICENSE.txt (+0/-54)
_bootstrap/bootstrap.py (+0/-77)
buildout.cfg (+0/-31)
distribute_setup.py (+546/-0)
ez_setup.py (+0/-241)
lazr/__init__.py (+12/-8)
lazr/delegates/NEWS.rst (+6/-0)
lazr/delegates/__init__.py (+15/-6)
lazr/delegates/_delegates.py (+9/-37)
lazr/delegates/_passthrough.py (+55/-0)
lazr/delegates/_python2.py (+38/-0)
lazr/delegates/_python3.py (+38/-0)
lazr/delegates/docs/fixture.py (+34/-0)
lazr/delegates/docs/usage.rst (+136/-0)
lazr/delegates/docs/usage_fixture.py (+27/-0)
lazr/delegates/tests/__init__.py (+0/-16)
lazr/delegates/tests/test_api.py (+35/-0)
lazr/delegates/tests/test_passthrough.py (+85/-0)
lazr/delegates/tests/test_python2.py (+166/-0)
lazr/delegates/version.txt (+1/-1)
setup.cfg (+9/-0)
setup.py (+15/-19)
src/lazr/delegates/README.txt (+0/-292)
src/lazr/delegates/tests/test_docs.py (+0/-51)
Related bugs
Related blueprints
Branch information
Recent revisions
- 20. By Barry Warsaw
-
Fixes based on Gavin Panella's review:
* delgate_to(): Check the length of *interfaces in the wrapper instead of in
the embedded decorator.
* Fix typos.
* Use self.fail() instead of raising an AssertionError. - 14. By Barry Warsaw
-
Reorganization for Python 2/3 compatibilty so that the Python 3 compatible API
is only imported/exposed in Python 3, and the legacy API is only exposed in
Python 2.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lazr.delegates