summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
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
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