mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-15 00:10:19 +01:00
* 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
|
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| debug-echo.service.in | ||
| debug-glib.service.in | ||
| debug-python.service.in | ||
| debug-segfault.service.in | ||
| debug-shell-echo-fail.service.in | ||
| debug-shell-echo-success.service.in | ||