E&S CVS Commit: PEAK - Added 'peak.core' as a minimal subset of 'peak.api'. 'peak.core' offers
pje at eby-sarna.com
pje at eby-sarna.com
Thu Dec 4 20:13:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Fri Dec 5 01:12:27 UTC 2003
Modified Files:
PEAK: CHANGES.txt TODO.txt
PEAK/src/peak/api: __init__.py
PEAK/src/peak/util: fmtparse.py mockdb.py
Added Files:
PEAK/src/peak: core.py
Log Message:
Added 'peak.core' as a minimal subset of 'peak.api'. 'peak.core' offers
only "core" API packages and primitives, not the full set of available
framework APIs. 'peak.api' will continue to expand as frameworks are
added, but 'peak.core' will stay as small as practical. ('peak.exceptions'
may in fact end up being removed from 'peak.core', or at least renamed.)
Also, added 'peak.util.symbol' module, to contain 'NOT_GIVEN', 'NOT_FOUND',
and the 'Symbol' class used to create them.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.107&r2=1.108
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.80&r2=1.81
http://cvs.eby-sarna.com/PEAK/src/peak/core.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.37&r2=1.38
http://cvs.eby-sarna.com/PEAK/src/peak/util/fmtparse.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/util/mockdb.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 PEAK/CHANGES.txt
cvs rdiff -r1.80 -r1.81 PEAK/TODO.txt
cvs rdiff -r0 -r1.1 PEAK/src/peak/core.py
cvs rdiff -r1.37 -r1.38 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/util/fmtparse.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/util/mockdb.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