E&S CVS Commit: PyProtocols - Implement some of the changes that were planned for 1.0; cleanup TODO,

pje at eby-sarna.com pje at eby-sarna.com
Sun Oct 10 13:17:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sun Oct 10 17:16:14 UTC 2004

Modified Files:
	PyProtocols: CHANGES.txt TODO.txt UPGRADING.txt setup.py
	PyProtocols/docs/ref: ref.tex
	PyProtocols/src/protocols: _speedups.c _speedups.pyx adapters.py api.py
	    dispatch.py zope_support.py
	PyProtocols/src/protocols/tests: __init__.py

Log Message:
Implement some of the changes that were planned for 1.0; cleanup TODO,
CHANGES, UPGRADING, and manual for current '1.0a0' CVS version status.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/CHANGES.txt.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PyProtocols/TODO.txt.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PyProtocols/UPGRADING.txt.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/setup.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PyProtocols/docs/ref/ref.tex.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.c.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.pyx.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PyProtocols/src/protocols/adapters.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PyProtocols/src/protocols/api.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PyProtocols/src/protocols/dispatch.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PyProtocols/src/protocols/zope_support.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/__init__.py.diff?r1=1.18&r2=1.19

To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 PyProtocols/CHANGES.txt
cvs rdiff -r1.5 -r1.6 PyProtocols/TODO.txt
cvs rdiff -r1.2 -r1.3 PyProtocols/UPGRADING.txt
cvs rdiff -r1.13 -r1.14 PyProtocols/setup.py
cvs rdiff -r1.14 -r1.15 PyProtocols/docs/ref/ref.tex
cvs rdiff -r1.11 -r1.12 PyProtocols/src/protocols/_speedups.c \
    PyProtocols/src/protocols/_speedups.pyx
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/adapters.py
cvs rdiff -r1.13 -r1.14 PyProtocols/src/protocols/api.py
cvs rdiff -r1.14 -r1.15 PyProtocols/src/protocols/dispatch.py
cvs rdiff -r1.8 -r1.9 PyProtocols/src/protocols/zope_support.py
cvs rdiff -r1.18 -r1.19 PyProtocols/src/protocols/tests/__init__.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