E&S CVS Commit: PEAK - Standardized these characteristics of name and address syntax:

pje at eby-sarna.com pje at eby-sarna.com
Wed Nov 26 15:54:01 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Nov 26 20:53:16 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/net: icb.py sockets.py

Log Message:
Standardized these characteristics of name and address syntax:

* '//' at the beginning of URL bodies is *mandatory* when the URL begins
 with an "authority" as described by RFC 2396.  When the URL is not
 required to contain an authority (e.g. 'peak.storage.SQL.GenericSQL_URL'),
 the '//' is *optional*, and the canonical form of the URL will not include
 it.

* Standardized names for RFC 2396 fields: 'user', 'passwd', 'host', and
 'port'.

In addition, added test cases for all name/address schemes, or documented
why no tests are needed (or possible, in the case of icb).  Also, refactor
'fd:' URL scheme to use 'model.Enumeration' types so that the URLs have
a canonical form (at least within a given platform), and can be properly
formatted as well as parsed.  Finally, added more docs to 'fdURL' class.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.98&r2=1.99
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.90&r2=1.91
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/openable.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PEAK/src/peak/naming/tests/__init__.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PEAK/src/peak/net/icb.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/net/sockets.py.diff?r1=1.8&r2=1.9

To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 PEAK/CHANGES.txt
cvs rdiff -r1.90 -r1.91 PEAK/src/peak/peak.ini
cvs rdiff -r1.18 -r1.19 PEAK/src/peak/naming/factories/openable.py
cvs rdiff -r1.18 -r1.19 PEAK/src/peak/naming/tests/__init__.py
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/net/icb.py PEAK/src/peak/net/sockets.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