E&S CVS Commit: PEAK - Made peak.model StructuralFeatures use a uniform API for manipulating

pje at eby-sarna.com pje at eby-sarna.com
Mon Nov 4 21:59:00 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Tue Nov  5 02:58:50 UTC 2002

Modified Files:
	PEAK: TODO.txt
	PEAK/src/peak/binding: components.py interfaces.py
	PEAK/src/peak/config: config_components.py
	PEAK/src/peak/model: api.py
	PEAK/src/peak/storage: SQL.py connections.py
	PEAK/src/peak/storage/tests: __init__.py

Log Message:
Made peak.model StructuralFeatures use a uniform API for manipulating
object attributes, which will make it easier to implement "lazy load"
attributes later, and made it easier to implement _p_change support, which
was also added.  IBindingAPI now includes _getBinding, _setBinding,
_delBinding, and _hasBinding methods, and model.Element sets _p_changed
when a modifier method is called.  Also did some more TODO reprioritizing;
it now reflects the 0.5 priority order much better, even though it still
lumps items together by package.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.52&r2=1.53
http://cvs.eby-sarna.com/PEAK/src/peak/binding/interfaces.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PEAK/src/peak/model/api.py.diff?r1=1.34&r2=1.35
http://cvs.eby-sarna.com/PEAK/src/peak/storage/SQL.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/storage/connections.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/storage/tests/__init__.py.diff?r1=1.5&r2=1.6

To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 PEAK/TODO.txt
cvs rdiff -r1.52 -r1.53 PEAK/src/peak/binding/components.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/binding/interfaces.py
cvs rdiff -r1.15 -r1.16 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.34 -r1.35 PEAK/src/peak/model/api.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/storage/SQL.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/storage/connections.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/storage/tests/__init__.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