summaryrefslogtreecommitdiff
path: root/dbus/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-13/+17
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-311-1/+1
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-181-4/+4
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-191-0/+5
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-281-20/+25
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-7/+4
* Deprecate all arguments called named_service; use bus_name insteadSimon McVittie2007-05-031-10/+51
* dbus/bus.py: Add watch_name_owner().Simon McVittie2007-05-011-19/+35
* dbus/connection.py: commentsSimon McVittie2007-04-301-0/+6
* Move signal matching machinery into superclassesSimon McVittie2007-04-301-14/+373
* Move get_object, constants into Connection and BusConnection. Add docstringsSimon McVittie2007-04-301-0/+30
* Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie2007-04-301-6/+17
* dbus/connection.py: Import constants from _dbus_bindings; check for reserved ...Simon McVittie2007-04-301-6/+7
* Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie2007-04-301-0/+139