E&S CVS Commit: PEAK - In order to support obtaining the line and column locations of problems in

pje at eby-sarna.com pje at eby-sarna.com
Mon Oct 11 15:37:01 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Mon Oct 11 19:36:04 UTC 2004

Modified Files:
	PEAK: CHANGES.txt README.txt setup.py
	PEAK/src/peak/util: SOX.py
	PEAK/src/peak/util/tests: SOX.py
Added Files:
	PEAK/src/expat: ascii.h asciitab.h expat.h expat_external.h iasciitab.h
	    internal.h latin1tab.h macconfig.h nametab.h utf8tab.h winconfig.h
	    xmlparse.c xmlrole.c xmlrole.h xmltok.c xmltok.h xmltok_impl.c
	    xmltok_impl.h xmltok_ns.c
	PEAK/src/peak/util: pyexpat.c

Log Message:
In order to support obtaining the line and column locations of problems in
XML files, we are now using Python 2.4's version of the 'pyexpat' module,
built as 'peak.util.pyexpat'.  Also, added "empty" option to negotiating
XML parser, so that tags which don't want any children can force an error
if a child element appears within 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.151&r2=1.152
http://cvs.eby-sarna.com/PEAK/README.txt.diff?r1=1.27&r2=1.28
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.99&r2=1.100
http://cvs.eby-sarna.com/PEAK/src/expat/ascii.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/asciitab.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/expat.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/expat_external.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/iasciitab.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/internal.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/latin1tab.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/macconfig.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/nametab.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/utf8tab.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/winconfig.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmlparse.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmlrole.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmlrole.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmltok.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmltok.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmltok_impl.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmltok_impl.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/expat/xmltok_ns.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/util/SOX.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/util/pyexpat.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/util/tests/SOX.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r1.151 -r1.152 PEAK/CHANGES.txt
cvs rdiff -r1.27 -r1.28 PEAK/README.txt
cvs rdiff -r1.99 -r1.100 PEAK/setup.py
cvs rdiff -r0 -r1.1 PEAK/src/expat/ascii.h PEAK/src/expat/asciitab.h \
    PEAK/src/expat/expat.h PEAK/src/expat/expat_external.h \
    PEAK/src/expat/iasciitab.h PEAK/src/expat/internal.h \
    PEAK/src/expat/latin1tab.h PEAK/src/expat/macconfig.h \
    PEAK/src/expat/nametab.h PEAK/src/expat/utf8tab.h \
    PEAK/src/expat/winconfig.h PEAK/src/expat/xmlparse.c \
    PEAK/src/expat/xmlrole.c PEAK/src/expat/xmlrole.h PEAK/src/expat/xmltok.c \
    PEAK/src/expat/xmltok.h PEAK/src/expat/xmltok_impl.c \
    PEAK/src/expat/xmltok_impl.h PEAK/src/expat/xmltok_ns.c
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/util/SOX.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/util/pyexpat.c
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/util/tests/SOX.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