E&S CVS Commit: PEAK - PEAK now requires Python 2.3.4 or better; dropped support for building
pje at eby-sarna.com
pje at eby-sarna.com
Sun Jan 30 13:52:00 EST 2005
Module Name: PEAK
Committed By: pje
Date: Sun Jan 30 18:51:56 UTC 2005
Modified Files:
PEAK: CHANGES.txt INSTALL.txt README.txt setup.py
Removed Files:
PEAK/src: _csv.c
PEAK/src/csv: __init__.py
PEAK/src/datetime: LICENSE.txt __init__.py _datetime.py
PEAK/src/datetime/tests: __init__.py test_datetime.py
Log Message:
PEAK now requires Python 2.3.4 or better; dropped support for building
2.3 modules with 2.2. The kjbuckets extension module is no longer built
and installed by default, either; you must explicitly enable it with a
'--with-kjbuckets' flag passed to 'setup.py'. Please port your code as
soon as practical, this option will go away soon.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.169&r2=1.170
http://cvs.eby-sarna.com/PEAK/INSTALL.txt.diff?r1=1.24&r2=1.25
http://cvs.eby-sarna.com/PEAK/README.txt.diff?r1=1.30&r2=1.31
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.100&r2=1.101
To generate a diff of this commit:
cvs rdiff -r1.169 -r1.170 PEAK/CHANGES.txt
cvs rdiff -r1.24 -r1.25 PEAK/INSTALL.txt
cvs rdiff -r1.30 -r1.31 PEAK/README.txt
cvs rdiff -r1.100 -r1.101 PEAK/setup.py
cvs rdiff -r1.1 -r0 PEAK/src/_csv.c
cvs rdiff -r1.1 -r0 PEAK/src/csv/__init__.py
cvs rdiff -r1.1 -r0 PEAK/src/datetime/LICENSE.txt \
PEAK/src/datetime/__init__.py PEAK/src/datetime/_datetime.py
cvs rdiff -r1.1 -r0 PEAK/src/datetime/tests/__init__.py \
PEAK/src/datetime/tests/test_datetime.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