E&S CVS Commit: PEAK - By popular demand, added syntax recursion. Added a cheesy and

pje at eby-sarna.com pje at eby-sarna.com
Sat Jun 21 17:40:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat Jun 21 21:47:53 UTC 2003

Modified Files:
	PEAK/src/peak/model/tests: __init__.py
	PEAK/src/peak/naming: URL.py
	PEAK/src/peak/util: fmtparse.py

Log Message:
By popular demand, added syntax recursion.  Added a cheesy and
over-simplified test case for recursion. Also, fixed some subtle bugs in
Repeat().  'peak.util.fmtparse' now depends on 'binding.Once', which it
technically shouldn't since it lives in 'peak.util'.  I'll probably fix
this by moving what's now '_once.pyx' to 'peak.util', as it is not specific
to the rest of the PEAK framework.  But I'll look at that later.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/tests/__init__.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/naming/URL.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/util/fmtparse.py.diff?r1=1.5&r2=1.6

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/model/tests/__init__.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/naming/URL.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/util/fmtparse.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