E&S CVS Commit: PyProtocols - Finish out the parse/build test suite, along with implementing 'in' and

pje at eby-sarna.com pje at eby-sarna.com
Tue Jul 13 17:32:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Tue Jul 13 21:31:43 UTC 2004

Modified Files:
	PyProtocols/src/protocols: dispatch.py predicates.py
	PyProtocols/src/protocols/tests: test_parsing.py

Log Message:
Finish out the parse/build test suite, along with implementing 'in' and
'is'-style tests.  The dispatch language has landed!  Of course, ordering
constraints are still important, as is a decorator API, C speedups, etc...


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/dispatch.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PyProtocols/src/protocols/predicates.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.8&r2=1.9

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 PyProtocols/src/protocols/dispatch.py
cvs rdiff -r1.8 -r1.9 PyProtocols/src/protocols/predicates.py
cvs rdiff -r1.8 -r1.9 PyProtocols/src/protocols/tests/test_parsing.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