E&S CVS Commit: PyProtocols - Reorganized modules to minimize the 'dispatch' package's startup footprint.
pje at eby-sarna.com
pje at eby-sarna.com
Sun Nov 7 02:30:00 EST 2004
Module Name: PyProtocols
Committed By: pje
Date: Sun Nov 7 07:29:54 UTC 2004
Modified Files:
PyProtocols/src/dispatch: __init__.py functions.py predicates.py
strategy.py
PyProtocols/src/protocols: advice.py
PyProtocols/src/protocols/tests: test_advice.py test_dispatch.py
test_parsing.py
Log Message:
Reorganized modules to minimize the 'dispatch' package's startup footprint.
Also, made the 'as()' function available as 'dispatch.as()'.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/__init__.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/predicates.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/src/protocols/advice.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_advice.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.11&r2=1.12
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PyProtocols/src/dispatch/__init__.py \
PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.1 -r1.2 PyProtocols/src/dispatch/predicates.py
cvs rdiff -r1.2 -r1.3 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.13 -r1.14 PyProtocols/src/protocols/advice.py
cvs rdiff -r1.9 -r1.10 PyProtocols/src/protocols/tests/test_advice.py
cvs rdiff -r1.13 -r1.14 PyProtocols/src/protocols/tests/test_dispatch.py
cvs rdiff -r1.11 -r1.12 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