summaryrefslogtreecommitdiff
path: root/dbus/bus.py
Commit message (Expand)AuthorAge
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-13
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-13
* Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...Johan Sandelin2010-03-24
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-27
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-18
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-19
* dbus.bus: In watch_name_owner, only watch the desired name!Simon McVittie2007-06-12
* dbus.bus: Ignore any errors while cleaning up signal matches, so we can make ...Simon McVittie2007-06-11
* dbus.bus: when a unique name goes away, disconnect all signal handlers.Simon McVittie2007-06-07
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-28
* dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() methodSimon McVittie2007-05-21
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-16
* Deprecate all arguments called named_service; use bus_name insteadSimon McVittie2007-05-03
* dbus/bus.py: Add watch_name_owner().Simon McVittie2007-05-01
* dbus/bus.py: correct name of loggerSimon McVittie2007-04-30
* Move signal matching machinery into superclassesSimon McVittie2007-04-30
* Move get_object, constants into Connection and BusConnection. Add docstringsSimon McVittie2007-04-30
* Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie2007-04-30
* dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie2007-04-30
* dbus/bus.py: get BUS_DAEMON_NAME etc. from _dbus_bindingsSimon McVittie2007-04-30
* Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie2007-04-30
* Implement o.fd.DBus method wrappers in Python instead of C.Simon McVittie2007-04-30