E&S CVS Commit: PEAK - Standardized file-based URL syntaxes (e.g logfiles and lockfiles) to

pje at eby-sarna.com pje at eby-sarna.com
Sun May 18 12:21:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sun May 18 16:20:35 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/naming/factories: openable.py
	PEAK/src/peak/naming/tests: __init__.py
	PEAK/src/peak/running: lockfiles.py logs.py

Log Message:
Standardized file-based URL syntaxes (e.g logfiles and lockfiles) to
follow RFC 1738/2396, and Python 'urllib'.  This shouldn't affect much
besides the canonical forms of the URLs.  Added 'pkgfile:some.pkg/filepath'
URL syntax for ease of referring to files near modules.  (A convenience
intended mainly for referencing ZConfig schemas.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.40&r2=1.41
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.43&r2=1.44
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/openable.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/naming/tests/__init__.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PEAK/src/peak/running/lockfiles.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/running/logs.py.diff?r1=1.17&r2=1.18

To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 PEAK/CHANGES.txt
cvs rdiff -r1.43 -r1.44 PEAK/src/peak/peak.ini
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/naming/factories/openable.py
cvs rdiff -r1.15 -r1.16 PEAK/src/peak/naming/tests/__init__.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/running/lockfiles.py \
    PEAK/src/peak/running/logs.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