E&S CVS Commit: PEAK - Made interfaces thread-safe for registration. Added more interfaces to
pje at eby-sarna.com
pje at eby-sarna.com
Tue May 13 15:10:00 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Tue May 13 19:09:16 UTC 2003
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak: interface.py
PEAK/src/peak/binding: once.py
Log Message:
Made interfaces thread-safe for registration. Added more interfaces to
explain the interface of the interface package. :) Refined adapter
comparison algorithm to better understand the "distance" between protocols.
Removed classic-class adapter, since protocols now do reasonable caching
for classic MRO's and subtypes.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.36&r2=1.37
http://cvs.eby-sarna.com/PEAK/src/peak/interface.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.47&r2=1.48
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 PEAK/CHANGES.txt
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/interface.py
cvs rdiff -r1.47 -r1.48 PEAK/src/peak/binding/once.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