summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2012-10-16DBusException: override both __str__ and __unicode__Simon McVittie1-11/+17
2012-10-16Support unicode messages for DBusException in Python 2Michael Vogt1-2/+21
2012-05-091.1.0Simon McVittie1-0/+1
2012-05-02Deprecate dbus.gobject_service and make it vaguely compatible with 1.0Simon McVittie1-1/+15
2012-05-02Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie1-0/+71
2012-05-02Rename gobject_service (PyGI version) to gi_serviceSimon McVittie1-6/+6
2012-01-24Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie1-0/+10
2011-12-16More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2-33/+48
2011-12-15Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw1-9/+9
2011-12-15- Added back the missing PY3PORT.rst file, with updates.Barry Warsaw1-2/+3
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw10-66/+138
2011-12-13Modernize multiline imports in preparation for Python 3 support.Barry Warsaw8-74/+57
2011-12-13Modernize `raise` syntax in preparation of Python 3 support.Barry Warsaw1-4/+4
2011-12-13Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw3-15/+4
2011-12-13Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie3-59/+0
2011-12-13Use Python 3 syntax to catch exceptionsBarry Warsaw5-9/+9
2011-05-24Merge branch 'fd-passing'Simon McVittie1-2/+3
2011-05-18_ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie1-13/+18
2011-05-18Added Unix Fd support to dbus-pythonElvis Pfützenreuter1-2/+3
2011-05-17ProxyObject: clear _pending_introspect_queue after executionScott Tsai1-0/+1
2010-03-24Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...Johan Sandelin1-1/+1
2010-02-18fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie1-2/+10
2008-09-15Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti1-1/+9
2008-07-17Omit the remote traceback from certain D-Bus errorsSimon McVittie2-1/+37
2008-07-17Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie1-1/+1
2008-07-15Alter dbus.server.Server API to have pseudo-signalsSimon McVittie1-4/+44
2008-07-14Add Connection.call_on_disconnectionSimon McVittie1-0/+24
2008-07-14dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie1-0/+17
2008-07-14Fix *another* thinko in dbus.serverSimon McVittie1-1/+1
2008-07-14Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie1-0/+2
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