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
/
bus.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is the big one; it adds Python 3 support.
Barry Warsaw
2011-12-15
1
-5
/
+18
*
Modernize multiline imports in preparation for Python 3 support.
Barry Warsaw
2011-12-13
1
-17
/
+10
*
Use Python 3 syntax to catch exceptions
Barry Warsaw
2011-12-13
1
-1
/
+1
*
Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...
Johan Sandelin
2010-03-24
1
-1
/
+1
*
Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...
Simon McVittie
2007-09-27
1
-13
/
+17
*
Try to avoid importing things from _dbus_bindings when they could be imported...
Simon McVittie
2007-07-18
1
-1
/
+1
*
Improve API documentation markup, particularly adding :Since: annotations
Simon McVittie
2007-06-19
1
-20
/
+43
*
dbus.bus: In watch_name_owner, only watch the desired name!
Simon McVittie
2007-06-12
1
-1
/
+2
*
dbus.bus: Ignore any errors while cleaning up signal matches, so we can make ...
Simon McVittie
2007-06-11
1
-1
/
+1
*
dbus.bus: when a unique name goes away, disconnect all signal handlers.
Simon McVittie
2007-06-07
1
-9
/
+10
*
dbus.connection: Release signals lock before calling _clean_up_signal_match().
Simon McVittie
2007-05-28
1
-1
/
+1
*
dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() method
Simon McVittie
2007-05-21
1
-6
/
+6
*
Implement DBusException in pure Python; add get_dbus_name() method and name= ...
Simon McVittie
2007-05-16
1
-1
/
+1
*
Deprecate all arguments called named_service; use bus_name instead
Simon McVittie
2007-05-03
1
-11
/
+38
*
dbus/bus.py: Add watch_name_owner().
Simon McVittie
2007-05-01
1
-37
/
+57
*
dbus/bus.py: correct name of logger
Simon McVittie
2007-04-30
1
-2
/
+2
*
Move signal matching machinery into superclasses
Simon McVittie
2007-04-30
1
-1
/
+89
*
Move get_object, constants into Connection and BusConnection. Add docstrings
Simon McVittie
2007-04-30
1
-3
/
+57
*
Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...
Simon McVittie
2007-04-30
1
-3
/
+19
*
dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...
Simon McVittie
2007-04-30
1
-0
/
+29
*
dbus/bus.py: get BUS_DAEMON_NAME etc. from _dbus_bindings
Simon McVittie
2007-04-30
1
-5
/
+2
*
Move the client method-call machinery from dbus.proxies to dbus.connection._M...
Simon McVittie
2007-04-30
1
-44
/
+32
*
Implement o.fd.DBus method wrappers in Python instead of C.
Simon McVittie
2007-04-30
1
-0
/
+191