E&S CVS Commit: PEAK - Misc. cleanups: removed signal_stack module, clean up formatting/clarity
    pje at eby-sarna.com 
    pje at eby-sarna.com
       
    Sat Dec 20 22:05:00 EST 2003
    
    
  
Module Name:	PEAK
Committed By:	pje
Date:		Sun Dec 21 03:04:46 UTC 2003
Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/config: config_components.py
	PEAK/src/peak/running: scheduler.py
Removed Files:
	PEAK/src/peak/util: signal_stack.py
Log Message:
Misc. cleanups: removed signal_stack module, clean up formatting/clarity
issues in CHANGES.txt, fix 'StopOnStandardSignals' class unnecessarily
scheduling the 'reactor.stop()' in the future, and made 'config.Namespace'
objects cache attribute lookups by default.  Also, made 'config.Namespace'
objects usable as 'Make' recipes, so you don't need to use 'lambda:' to
make a copy of the Namespace object.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.112&r2=1.113
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.68&r2=1.69
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.29&r2=1.30
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 PEAK/CHANGES.txt
cvs rdiff -r1.68 -r1.69 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.29 -r1.30 PEAK/src/peak/running/scheduler.py
cvs rdiff -r1.3 -r0 PEAK/src/peak/util/signal_stack.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