summaryrefslogtreecommitdiff
path: root/dbus/connection.py
Commit message (Expand)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-27/+52
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-131-8/+7
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-131-5/+2
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-131-3/+3
* Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti2008-09-151-1/+9
* Add Connection.call_on_disconnectionSimon McVittie2008-07-141-0/+24
* 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