mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-28 01:30:09 +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
|
||
|---|---|---|
| .. | ||
| data | ||
| glib | ||
| python | ||
| qt | ||
| .cvsignore | ||
| break-loader.c | ||
| decode-gcov.c | ||
| Makefile.am | ||
| shell-test.c | ||
| spawn-test.c | ||
| test-exit.c | ||
| test-names.c | ||
| test-segfault.c | ||
| test-service.c | ||
| test-shell-service.c | ||
| test-sleep-forever.c | ||
| test-utils.c | ||
| test-utils.h | ||
| unused-code-gc.py | ||