summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Add support for argNpath in add_signal_receiverJeroen Hofstee2-6/+56
2023-08-16Add support for arg0namespace in add_signal_receiverJeroen Hofstee2-2/+27
2023-05-30Fix typo in class name for dbus.service.Object in example code.Robert Ancell1-1/+1
2023-01-20connection: Set NO_REPLY flag if there's no handlerMihai Dumitru1-0/+2
2022-09-05Add licensing information in REUSE formatSimon McVittie2-0/+4
2021-09-15Fix invalid escape sequence warningsJason Yundt2-2/+2
2021-09-15Remove support for Python 2Simon McVittie11-157/+22
2020-11-19Fix getargspec() deprecation warningMartin Stumpf1-1/+10
2020-01-14service: Adjust to deprecation of collections.SequenceSimon McVittie1-1/+5
2019-09-02Don't reply to NO_REPLY method callsSimon McVittie1-2/+4
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie18-0/+35
2018-05-02Convert documentation from epydoc to SphinxSimon McVittie4-16/+6
2017-11-05Suppress documentation of __gtype__ in epydoc, for reproducible buildsSimon McVittie2-1/+7
2016-08-11Drop support for Python 2.6, along with several workaroundsSimon McVittie1-3/+1
2016-03-06decorators: use a more modern idiom for signatures in Python >= 3.4Simon McVittie1-1/+10
2016-03-05Get the version from the C code, not by generating a Python fileSimon McVittie2-8/+3
2016-03-05Make dbus.version a tuple againSimon McVittie1-1/+1
2016-02-19Use AX_IS_RELEASE with the micro-version policySimon McVittie1-2/+2
2015-12-04Include FallbackObject in "from dbus.service import *"Ben Longbons1-1/+1
2013-04-22Use GObject.__class__ instead of GObjectMetaSimon McVittie2-4/+4
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.0dbus-python-1.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