E&S CVS Commit: PyProtocols - Reverse dispatch_function() signature so it can be bound to a dispatch node
pje at eby-sarna.com
pje at eby-sarna.com
Tue Apr 5 09:49:05 EDT 2005
Module Name: PyProtocols
Committed By: pje
Date: Tue Apr 5 00:28:13 UTC 2005
Modified Files:
PyProtocols/src/dispatch: _speedups.c _speedups.pyx interfaces.py
predicates.py strategy.py
PyProtocols/src/protocols/tests: test_dispatch.py
Log Message:
Reverse dispatch_function() signature so it can be bound to a dispatch node
as an instance method. Note: this will break any custom dispatch functions
you have written, such as the ones in PEAK!
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/_speedups.c.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/_speedups.pyx.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/interfaces.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/predicates.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.31&r2=1.32
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.42&r2=1.43
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PyProtocols/src/dispatch/_speedups.c \
PyProtocols/src/dispatch/_speedups.pyx
cvs rdiff -r1.15 -r1.16 PyProtocols/src/dispatch/interfaces.py
cvs rdiff -r1.17 -r1.18 PyProtocols/src/dispatch/predicates.py
cvs rdiff -r1.31 -r1.32 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.42 -r1.43 PyProtocols/src/protocols/tests/test_dispatch.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