E&S CVS Commit: PEAK - Split 'peak.model.structural' into 'features' and 'elements' modules, and

pje at eby-sarna.com pje at eby-sarna.com
Sat Feb 22 14:24:01 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat Feb 22 19:23:30 UTC 2003

Modified Files:
	PEAK/src/peak/model: api.py datatypes.py enumerations.py
	PEAK/src/peak/model/tests: __init__.py
Added Files:
	PEAK/src/peak/model: elements.py features.py
Removed Files:
	PEAK/src/peak/model: persistent.py structural.py

Log Message:
Split 'peak.model.structural' into 'features' and 'elements' modules, and
merged 'peak.model.persistent' into 'elements'.  Now instead of being the
single largest module in PEAK, it's become the 8th and 15th largest
modules.  :)  Both will probably creep up a bit in size again as I add more
docs in future.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/api.py.diff?r1=1.60&r2=1.61
http://cvs.eby-sarna.com/PEAK/src/peak/model/datatypes.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/model/elements.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/model/enumerations.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/model/tests/__init__.py.diff?r1=1.11&r2=1.12

To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 PEAK/src/peak/model/api.py
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/model/datatypes.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/model/elements.py \
    PEAK/src/peak/model/features.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/model/enumerations.py
cvs rdiff -r1.6 -r0 PEAK/src/peak/model/persistent.py
cvs rdiff -r1.31 -r0 PEAK/src/peak/model/structural.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/model/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