index
:
delta/dbus-python.git
310-ci
huangpeng-dbusserver-monolithic
master
purity
wip/smcv/build
wip/smcv/invalid-unix-fd
gitlab.freedesktop.org: dbus/dbus-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbus
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is the big one; it adds Python 3 support.
Barry Warsaw
2011-12-15
1
-27
/
+52
*
Modernize multiline imports in preparation for Python 3 support.
Barry Warsaw
2011-12-13
1
-8
/
+7
*
Import threading instead of thread. The latter is gone in Python 3.
Barry Warsaw
2011-12-13
1
-5
/
+2
*
Use Python 3 syntax to catch exceptions
Barry Warsaw
2011-12-13
1
-3
/
+3
*
Cleanup self._signal_recipients_by_object_path (fd.o #17551)
Marco Pesenti Gritti
2008-09-15
1
-1
/
+9
*
Add Connection.call_on_disconnection
Simon McVittie
2008-07-14
1
-0
/
+24
*
Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...
Simon McVittie
2007-09-27
1
-13
/
+17
*
Measure async call timeout in seconds as intended, not in ms (blocking calls ...
Simon McVittie
2007-07-31
1
-1
/
+1
*
Try to avoid importing things from _dbus_bindings when they could be imported...
Simon McVittie
2007-07-18
1
-4
/
+4
*
Improve API documentation markup, particularly adding :Since: annotations
Simon McVittie
2007-06-19
1
-0
/
+5
*
dbus.connection: Release signals lock before calling _clean_up_signal_match().
Simon McVittie
2007-05-28
1
-20
/
+25
*
Implement DBusException in pure Python; add get_dbus_name() method and name= ...
Simon McVittie
2007-05-16
1
-7
/
+4
*
Deprecate all arguments called named_service; use bus_name instead
Simon McVittie
2007-05-03
1
-10
/
+51
*
dbus/bus.py: Add watch_name_owner().
Simon McVittie
2007-05-01
1
-19
/
+35
*
dbus/connection.py: comments
Simon McVittie
2007-04-30
1
-0
/
+6
*
Move signal matching machinery into superclasses
Simon McVittie
2007-04-30
1
-14
/
+373
*
Move get_object, constants into Connection and BusConnection. Add docstrings
Simon McVittie
2007-04-30
1
-0
/
+30
*
Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...
Simon McVittie
2007-04-30
1
-6
/
+17
*
dbus/connection.py: Import constants from _dbus_bindings; check for reserved ...
Simon McVittie
2007-04-30
1
-6
/
+7
*
Move the client method-call machinery from dbus.proxies to dbus.connection._M...
Simon McVittie
2007-04-30
1
-0
/
+139