E&S CVS Commit: PyProtocols - Build and execute 'and'/'or' expressions; fold constant expressions to

pje at eby-sarna.com pje at eby-sarna.com
Sun Jul 11 21:45:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Mon Jul 12 01:44:17 UTC 2004

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

Log Message:
Build and execute 'and'/'or' expressions; fold constant expressions to
constants.  Next up: building tests, signatures, and predicates using
the parser.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/predicates.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PyProtocols/src/protocols/predicates.py
cvs rdiff -r1.6 -r1.7 PyProtocols/src/protocols/tests/test_dispatch.py
cvs rdiff -r1.4 -r1.5 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