E&S CVS Commit: PEAK - Allow threads to have an exception raised if an event occurs while a nested
pje at eby-sarna.com
pje at eby-sarna.com
Wed Jan 21 18:39:00 EST 2004
Module Name: PEAK
Committed By: pje
Date: Wed Jan 21 23:38:39 UTC 2004
Modified Files:
PEAK: TODO.txt
PEAK/src/peak/events: event_threads.py interfaces.py
PEAK/src/peak/events/tests: test_events.py
Log Message:
Allow threads to have an exception raised if an event occurs while a nested
generator is running. Added 'IScheduler.alarm()' and 'events.Interrupt'.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.99&r2=1.100
http://cvs.eby-sarna.com/PEAK/src/peak/events/event_threads.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/events/interfaces.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PEAK/src/peak/events/tests/test_events.py.diff?r1=1.6&r2=1.7
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 PEAK/TODO.txt
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/events/event_threads.py
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/events/interfaces.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/events/tests/test_events.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