mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 23:10:10 +01:00
* python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
Add checking for the end of struct character when marshalling a
struct in MessageIter.append_strict.
* python/examples/example-service.py,
python/examples/gconf-proxy-service.py,
python/examples/gconf-proxy-service2.py: Update to use gobject
mainloop directly rather than appearing to depend on gtk.
* python/test/test-client.py, python/test/test-server.py: Remove
obsolete and broken test scripts for old bindings. We have up to date
and working tests in test/python/.
|
||
|---|---|---|
| .. | ||
| examples | ||
| .cvsignore | ||
| __init__.py | ||
| _dbus.py | ||
| _util.py | ||
| dbus.pth | ||
| dbus_bindings.pxd.in | ||
| dbus_bindings.pyx | ||
| dbus_glib_bindings.pyx | ||
| dbus_h_wrapper.h | ||
| decorators.py | ||
| exceptions.py | ||
| extract.py | ||
| glib.py | ||
| introspect_parser.py | ||
| Makefile.am | ||
| matchrules.py | ||
| proxies.py | ||
| service.py | ||
| types.py | ||