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