E&S CVS Commit: PEAK - Drafted rough equivalents to "var" and "in". Refactored model and

pje at eby-sarna.com pje at eby-sarna.com
Sun Jul 20 10:11:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sun Jul 20 14:10:49 UTC 2003

Modified Files:
	PEAK/src/peak: peak.ini
	PEAK/src/peak/naming: names.py
	PEAK/src/peak/web: publish.py templates.py
Added Files:
	PEAK/src/peak/web: requests.py

Log Message:
Drafted rough equivalents to "var" and "in".  Refactored model and
publishing traverals to use a name class (LocationPath) that knows how to
do traversal.  Moved Zope request subclasses to a separate module, so that
you don't have to have Zope installed just to use templates (important for
testing!).  Made 'peak.naming' name classes (compound/composite and any
derivative thereof) support 'adapt(stringOrUnicode,nameClass)' by parsing.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.58&r2=1.59
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.55&r2=1.56
http://cvs.eby-sarna.com/PEAK/src/peak/web/publish.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/web/requests.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/web/templates.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 PEAK/src/peak/peak.ini
cvs rdiff -r1.55 -r1.56 PEAK/src/peak/naming/names.py
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/web/publish.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/web/requests.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/web/templates.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