E&S CVS Commit: PEAK - It's now possible to declare an attribute as offering a wildcard property;

pje at eby-sarna.com pje at eby-sarna.com
Mon Jul 28 18:07:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Mon Jul 28 22:06:39 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/api: __init__.py
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/config: config_components.py interfaces.py
	PEAK/src/peak/config/tests: __init__.py
	PEAK/src/peak/util: EigenData.py
	PEAK/src/peak/util/tests: EigenData.py
Added Files:
	PEAK/src/peak/config: registries.py

Log Message:
It's now possible to declare an attribute as offering a wildcard property;
such lookups now follow the same rules as other wildcard property lookups.
The 'config.IConfigKey' interface has been changed to cleanly support
implied keys at both registration and lookup time, so you can implement
your own key types that work the way interfaces or property names do for
configuration lookups.

I also moved the 'EigenRegistry' class from 'peak.util.EigenData' to
'peak.config.registries', as it hasn't really been useful outside PEAK for
a while now.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.64&r2=1.65
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.31&r2=1.32
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.122&r2=1.123
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.55&r2=1.56
http://cvs.eby-sarna.com/PEAK/src/peak/config/interfaces.py.diff?r1=1.29&r2=1.30
http://cvs.eby-sarna.com/PEAK/src/peak/config/registries.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/config/tests/__init__.py.diff?r1=1.21&r2=1.22
http://cvs.eby-sarna.com/PEAK/src/peak/util/EigenData.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/util/tests/EigenData.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 PEAK/CHANGES.txt
cvs rdiff -r1.31 -r1.32 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.122 -r1.123 PEAK/src/peak/binding/components.py
cvs rdiff -r1.55 -r1.56 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.29 -r1.30 PEAK/src/peak/config/interfaces.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/config/registries.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/config/tests/__init__.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/util/EigenData.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/util/tests/EigenData.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