E&S CVS Commit: PEAK - Added automatic URL-unquoting for ParsedURL classes that use a regex

pje at eby-sarna.com pje at eby-sarna.com
Thu Nov 7 18:56:00 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Thu Nov  7 23:55:12 UTC 2002

Modified Files:
	PEAK/src/peak/naming: names.py
	PEAK/src/peak/naming/factories: smtp.py uuid.py
	PEAK/src/peak/naming/tests: __init__.py

Log Message:
Added automatic URL-unquoting for ParsedURL classes that use a regex
pattern for parsing.  It can be overridden for specific regex fields using
a 'dont_unquote' attribute.  Misc. fixes to various name parsers, with new
test cases added to cover the problems found.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.29&r2=1.30
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/smtp.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/uuid.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/naming/tests/__init__.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 PEAK/src/peak/naming/names.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/naming/factories/smtp.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/naming/factories/uuid.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/naming/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