E&S CVS Commit: PEAK - PEAK-Zope namegeddon, phase 1. Routed all imports of Interface and

pje at eby-sarna.com pje at eby-sarna.com
Thu Apr 10 15:32:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Apr 10 19:30:58 UTC 2003

Modified Files:
	PEAK/src/peak/binding: interfaces.py
	PEAK/src/peak/config: config_components.py interfaces.py
	PEAK/src/peak/config/tests: __init__.py
	PEAK/src/peak/model: elements.py interfaces.py
	PEAK/src/peak/naming: interfaces.py
	PEAK/src/peak/running: lockfiles.py logs.py
	PEAK/src/peak/storage: data_managers.py interfaces.py xmi.py
	PEAK/src/peak/storage/tests: transactions.py
	PEAK/src/peak/util: EigenData.py SOX.py
Added Files:
	PEAK/src/peak: interface.py persistence.py

Log Message:
PEAK-Zope namegeddon, phase 1.  Routed all imports of Interface and
Persistence through 'peak.interface' and 'peak.persistence'.  Future phases
will replace the bundled Interface and Persistence packages with the latest
and greatest from Zope X3, updating the plugpoint modules appropriately.
Also, this arrangement will let us experiment with a PEP 246 implementation
as part of 'peak.interface', and prepare for the coming "interface
declarations" of Zope X3.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/interface.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/persistence.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/binding/interfaces.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.30&r2=1.31
http://cvs.eby-sarna.com/PEAK/src/peak/config/interfaces.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/config/tests/__init__.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PEAK/src/peak/model/elements.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/model/interfaces.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/naming/interfaces.py.diff?r1=1.30&r2=1.31
http://cvs.eby-sarna.com/PEAK/src/peak/running/lockfiles.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/running/logs.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/storage/data_managers.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/storage/interfaces.py.diff?r1=1.23&r2=1.24
http://cvs.eby-sarna.com/PEAK/src/peak/storage/xmi.py.diff?r1=1.26&r2=1.27
http://cvs.eby-sarna.com/PEAK/src/peak/storage/tests/transactions.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/util/EigenData.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/util/SOX.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 PEAK/src/peak/interface.py PEAK/src/peak/persistence.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/binding/interfaces.py
cvs rdiff -r1.30 -r1.31 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/config/interfaces.py
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/config/tests/__init__.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/model/elements.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/model/interfaces.py
cvs rdiff -r1.30 -r1.31 PEAK/src/peak/naming/interfaces.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/running/lockfiles.py
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/running/logs.py
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/storage/data_managers.py
cvs rdiff -r1.23 -r1.24 PEAK/src/peak/storage/interfaces.py
cvs rdiff -r1.26 -r1.27 PEAK/src/peak/storage/xmi.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/storage/tests/transactions.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/util/EigenData.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/util/SOX.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