E&S CVS Commit: pylib - Added "unicode support"... or to be precise, munging to fix places where

pje at eby-sarna.com pje at eby-sarna.com
Wed Jul 11 15:48:00 EDT 2001


Module Name:	pylib
Committed By:	pje
Date:		Wed Jul 11 19:47:21 UTC 2001

Modified Files:
	pylib/TW: Components.py Utilities.py __init__.py
	pylib/TW/StructuralModel: Features.py
	pylib/TW/UML: Generators.py MMX.py

Log Message:
Added "unicode support"...  or to be precise, munging to fix places where
unicode can break things.  Also moved class building and related machinery
to the Utilities module, out of the mainline of TW.Components.  Fixed an
issue with importAllFrom() that masked syntax and import errors.  Last, but
not least, added more UML.Generators design notes.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/Components.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/pylib/TW/Utilities.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/pylib/TW/__init__.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Features.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/pylib/TW/UML/Generators.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/pylib/TW/UML/MMX.py.diff?r1=1.18&r2=1.19

To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pylib/TW/Components.py
cvs rdiff -r1.1 -r1.2 pylib/TW/Utilities.py
cvs rdiff -r1.3 -r1.4 pylib/TW/__init__.py
cvs rdiff -r1.14 -r1.15 pylib/TW/StructuralModel/Features.py
cvs rdiff -r1.1 -r1.2 pylib/TW/UML/Generators.py
cvs rdiff -r1.18 -r1.19 pylib/TW/UML/MMX.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