summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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-186-33/+29
* dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie2007-06-291-1/+2
* dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODESimon McVittie2007-06-211-1/+1
* Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API i...Simon McVittie2007-06-211-2/+5
* Get stacklevel right on deprecation of not specifying bus in BusName.__init__Simon McVittie2007-06-211-1/+1
* dbus.service: Deprecate the omission of the `bus` argument in the BusName con...Simon McVittie2007-06-201-4/+13
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-195-30/+88
* Mark Bus.get_connection() as deprecated; improve Bus.__repr__Simon McVittie2007-06-191-8/+10
* Implement fallback objects.Simon McVittie2007-06-182-47/+120
* 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.service: Allow objects to start off unexported, and become exported later.Simon McVittie2007-06-112-54/+236
* dbus.bus: when a unique name goes away, disconnect all signal handlers.Simon McVittie2007-06-071-9/+10
* dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie2007-06-041-6/+8
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-301-1/+32
* dbus.service: include child nodes in introspectionSimon McVittie2007-05-291-0/+4
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-282-21/+26
* dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() methodSimon McVittie2007-05-211-6/+6
* dbus.proxies: Log more informatively when introspection fails, and use loggin...Simon McVittie2007-05-171-1/+6
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-168-22/+38
* dbus/gobject_service.py: Make ExportedGObject __init__ accept GObject propertiesSimon McVittie2007-05-071-2/+23
* dbus/service.py: Before emitting an error, configure logging to write to stde...Simon McVittie2007-05-071-0/+1
* dbus/service.py: Don't use deprecated get_connection() in Object constructor.Simon McVittie2007-05-041-3/+1
* Deprecate all arguments called named_service; use bus_name insteadSimon McVittie2007-05-033-39/+137
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-032-2/+12
* Simplify dbus_bindings backwards compatibility glueSimon McVittie2007-05-012-23/+16
* dbus/bus.py: Add watch_name_owner().Simon McVittie2007-05-012-56/+92
* dbus/connection.py: commentsSimon McVittie2007-04-301-0/+6
* dbus/bus.py: correct name of loggerSimon McVittie2007-04-301-2/+2
* Move signal matching machinery into superclassesSimon McVittie2007-04-303-425/+464
* Move get_object, constants into Connection and BusConnection. Add docstringsSimon McVittie2007-04-303-60/+94
* Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie2007-04-304-32/+42
* dbus/service.py: Use public API for dbus.SessionBus, since we cause an import...Simon McVittie2007-04-301-2/+2
* dbus/_dbus.py: in SignalMatch, use get_name_owner()Simon McVittie2007-04-301-1/+1
* dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie2007-04-301-0/+29
* dbus/_dbus.py: import constants from _dbus_bindings; use "from...import"Simon McVittie2007-04-301-26/+32
* dbus/connection.py: Import constants from _dbus_bindings; check for reserved ...Simon McVittie2007-04-301-6/+7
* dbus/bus.py: get BUS_DAEMON_NAME etc. from _dbus_bindingsSimon McVittie2007-04-301-5/+2
* dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindingsSimon McVittie2007-04-301-3/+2
* Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie2007-04-305-143/+241
* Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie2007-04-301-5/+3
* Implement o.fd.DBus method wrappers in Python instead of C.Simon McVittie2007-04-303-2/+196
* dbus/proxies.py: Give Interface some properties. Vastly simplify __getattr__ ...Simon McVittie2007-04-301-26/+29
* Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie2007-04-303-134/+77
* Remove redundant constantsSimon McVittie2007-04-271-3/+0
* dbus/_dbus.py: Match NameOwnerChanged correctlySimon McVittie2007-04-271-1/+2
* dbus/__init__.py: Add well-known interface, path, bus-name constantsSimon McVittie2007-04-271-0/+8
* dbus/__init__.py: Remove pseudo-tutorial from docstring, we have a tutorial nowSimon McVittie2007-04-271-111/+0
* Make ProxyObject a new-style class, since it now has propertiesSimon McVittie2007-04-271-1/+1