summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Add some whitespace to make reStructuredText happySimon McVittie1-0/+2
2008-07-14Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie1-1/+1
2008-07-14DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie1-0/+20
2008-07-14Initial support for DBusServer class (#14322).Mathias Hasselmann1-0/+38
2008-01-22Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie1-1/+4
2007-12-10When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie1-2/+2
2007-10-09Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie8-110/+142
2007-10-09Use non-recursive make for dbus/ to work around types.py clash with top-level...Simon McVittie1-28/+0
2007-09-27fd.o #12432: fix documentation for remove_from_connectionSimon McVittie1-4/+0
2007-09-27dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie1-1/+3
2007-09-27Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie1-7/+4
2007-09-27Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie6-65/+107
2007-09-27dbus.service: Don't assume that exceptions passed to asynchronous callbacks a...Simon McVittie1-1/+10
2007-08-01Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2-2/+41
2007-08-01Fix introspection on objects with more than one connection or more than one o...Simon McVittie1-6/+6
2007-07-31Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie1-1/+1
2007-07-18Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie6-33/+29
2007-06-29dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie1-1/+2
2007-06-21dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODESimon McVittie1-1/+1
2007-06-21Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API i...Simon McVittie1-2/+5
2007-06-21Get stacklevel right on deprecation of not specifying bus in BusName.__init__Simon McVittie1-1/+1
2007-06-20dbus.service: Deprecate the omission of the `bus` argument in the BusName con...Simon McVittie1-4/+13
2007-06-19Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie5-30/+88
2007-06-19Mark Bus.get_connection() as deprecated; improve Bus.__repr__Simon McVittie1-8/+10
2007-06-18Implement fallback objects.Simon McVittie2-47/+120
2007-06-12dbus.bus: In watch_name_owner, only watch the desired name!Simon McVittie1-1/+2
2007-06-11dbus.bus: Ignore any errors while cleaning up signal matches, so we can make ...Simon McVittie1-1/+1
2007-06-11dbus.service: Allow objects to start off unexported, and become exported later.Simon McVittie2-54/+236
2007-06-07dbus.bus: when a unique name goes away, disconnect all signal handlers.Simon McVittie1-9/+10
2007-06-04dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie1-6/+8
2007-05-30dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie1-1/+32
2007-05-29dbus.service: include child nodes in introspectionSimon McVittie1-0/+4
2007-05-28dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2-21/+26
2007-05-21dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() methodSimon McVittie1-6/+6
2007-05-17dbus.proxies: Log more informatively when introspection fails, and use loggin...Simon McVittie1-1/+6
2007-05-16Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie8-22/+38
2007-05-07dbus/gobject_service.py: Make ExportedGObject __init__ accept GObject propertiesSimon McVittie1-2/+23
2007-05-07dbus/service.py: Before emitting an error, configure logging to write to stde...Simon McVittie1-0/+1
2007-05-04dbus/service.py: Don't use deprecated get_connection() in Object constructor.Simon McVittie1-3/+1
2007-05-03Deprecate all arguments called named_service; use bus_name insteadSimon McVittie3-39/+137
2007-05-03dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2-2/+12
2007-05-01Simplify dbus_bindings backwards compatibility glueSimon McVittie2-23/+16
2007-05-01dbus/bus.py: Add watch_name_owner().Simon McVittie2-56/+92
2007-04-30dbus/connection.py: commentsSimon McVittie1-0/+6
2007-04-30dbus/bus.py: correct name of loggerSimon McVittie1-2/+2
2007-04-30Move signal matching machinery into superclassesSimon McVittie3-425/+464
2007-04-30Move get_object, constants into Connection and BusConnection. Add docstringsSimon McVittie3-60/+94
2007-04-30Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie4-32/+42
2007-04-30dbus/service.py: Use public API for dbus.SessionBus, since we cause an import...Simon McVittie1-2/+2
2007-04-30dbus/_dbus.py: in SignalMatch, use get_name_owner()Simon McVittie1-1/+1