E&S CVS Commit: PEAK - Added a new function, 'binding.activateClass()', that can be used to

pje at eby-sarna.com pje at eby-sarna.com
Sat Nov 20 20:20:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sun Nov 21 01:19:42 UTC 2004

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/binding: api.py components.py once.py
	PEAK/src/peak/binding/tests: __init__.py
	PEAK/src/peak/naming: names.py
Added Files:
	PEAK/src/peak/binding: attributes.py attributes.txt

Log Message:
Added a new function, 'binding.activateClass()', that can be used to
activate any bindings in the class.  This can now be used in place of
subclassing a PEAK base class or using a PEAK metaclass.  In future, this
will be integrated into PEAK attribute descriptors such that defining a
descriptor within a class' body is sufficient to cause this function to be
invoked.

This is the first part of a refactoring to implement the attribute metadata
framework for PEAK.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.160&r2=1.161
http://cvs.eby-sarna.com/PEAK/src/peak/binding/api.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/binding/attributes.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/binding/attributes.txt?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.139&r2=1.140
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.70&r2=1.71
http://cvs.eby-sarna.com/PEAK/src/peak/binding/tests/__init__.py.diff?r1=1.39&r2=1.40
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.62&r2=1.63

To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 PEAK/CHANGES.txt
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/binding/api.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/binding/attributes.py \
    PEAK/src/peak/binding/attributes.txt
cvs rdiff -r1.139 -r1.140 PEAK/src/peak/binding/components.py
cvs rdiff -r1.70 -r1.71 PEAK/src/peak/binding/once.py
cvs rdiff -r1.39 -r1.40 PEAK/src/peak/binding/tests/__init__.py
cvs rdiff -r1.62 -r1.63 PEAK/src/peak/naming/names.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list