deb-python-pyvmomi/pyVmomi
Tianhao He ac455dc273 Fixes #519, #448, #420, #421 Fix SoapAdapter serializer to support serializing unicode chars
We use string formatter to contruct serialization result.
The template used is str(byte) in python2 even though when the val is
unicode.
This is fine when val only contains ASCII chars since python can encode
them to str implicitly using ASCII encoding. But when the val is
non-ASCII unicodes,
the conversion fails. Fix it by using a unicode template to avoid the
conversion.
2017-03-21 11:52:50 -07:00
..
__init__.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
Cache.py Updated copyright from 2008-2014 to 2008-2015 2015-01-10 18:49:03 -06:00
CoreTypes.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
Differ.py itertools.izip() is renamed to zip() in python3 2016-04-19 11:09:50 -07:00
DynamicTypeManagerHelper.py Provide support for @secret annotation in DynamicTypeManager 2015-10-14 14:02:37 -07:00
EamObjects.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
Iso8601.py Merge pull request #204 from lathrop-navisite/fix-dst 2015-05-12 07:25:21 -07:00
ManagedMethodExecutorHelper.py Replace Serialize() to SerializeToUnicode() in ManagedMethodExecuterHelper.py 2016-04-19 11:17:11 -07:00
PbmObjects.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
pyVmomiSettings.py Updated copyright from 2008-2014 to 2008-2015 2015-01-10 18:49:03 -06:00
QueryTypes.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
ServerObjects.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
SmsObjects.py vSphere 6.5 support. 2016-11-15 12:14:34 -08:00
SoapAdapter.py Fixes #519, #448, #420, #421 Fix SoapAdapter serializer to support serializing unicode chars 2017-03-21 11:52:50 -07:00
StubAdapterAccessorImpl.py Updated copyright from 2008-2014 to 2008-2015 2015-01-10 18:49:03 -06:00
Version.py Updated copyright from 2008-2014 to 2008-2015 2015-01-10 18:49:03 -06:00
VmomiSupport.py Try to query wsdl type/method from vim25 namespace first when namespace is unknown. 2016-06-06 08:56:11 -07:00