2005-10-24 Robert McQueen <robot101@debian.org>
authorRobert McQueen <robot101@debian.org>
Mon, 24 Oct 2005 18:29:50 +0000 (18:29 +0000)
committerRobert McQueen <robot101@debian.org>
Mon, 24 Oct 2005 18:29:50 +0000 (18:29 +0000)
commitef47e01f7593c4844f927752c0462dae7722ff9e
treea8e947d38bf380c71566d21c7e79d6636dfcb1f2
parent396b9c9e709f9abd6906a962382df409e118a48c
2005-10-24  Robert McQueen <robot101@debian.org>

    * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
    derive from unicode instead of str, and encode/decode UTF-8 when
    marshalling/unmarshalling bus messages

    * python/introspect_parser.py: encode introspection data as UTF-8
    before passing the buffer into libxml2

    * test/python/test-client.py: add unicode test strings

    * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
    ignore generated python test files
ChangeLog
python/dbus_bindings.pyx
python/introspect_parser.py
test/data/valid-service-files/.cvsignore
test/python/.cvsignore [new file with mode: 0644]
test/python/test-client.py