summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Add licensing information in REUSE formatSimon McVittie2022-09-052-0/+4
* Fix invalid escape sequence warningsJason Yundt2021-09-152-2/+2
* Remove support for Python 2Simon McVittie2021-09-1511-157/+22
* Fix getargspec() deprecation warningMartin Stumpf2020-11-191-1/+10
* service: Adjust to deprecation of collections.SequenceSimon McVittie2020-01-141-1/+5
* Don't reply to NO_REPLY method callsSimon McVittie2019-09-021-2/+4
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-1518-0/+35
* Convert documentation from epydoc to SphinxSimon McVittie2018-05-024-16/+6
* Suppress documentation of __gtype__ in epydoc, for reproducible buildsSimon McVittie2017-11-052-1/+7
* Drop support for Python 2.6, along with several workaroundsSimon McVittie2016-08-111-3/+1
* decorators: use a more modern idiom for signatures in Python >= 3.4Simon McVittie2016-03-061-1/+10
* Get the version from the C code, not by generating a Python fileSimon McVittie2016-03-052-8/+3
* Make dbus.version a tuple againSimon McVittie2016-03-051-1/+1
* Use AX_IS_RELEASE with the micro-version policySimon McVittie2016-02-191-2/+2
* Include FallbackObject in "from dbus.service import *"Ben Longbons2015-12-041-1/+1
* Use GObject.__class__ instead of GObjectMetaSimon McVittie2013-04-222-4/+4
* DBusException: override both __str__ and __unicode__Simon McVittie2012-10-161-11/+17
* Support unicode messages for DBusException in Python 2Michael Vogt2012-10-161-2/+21
* 1.1.0dbus-python-1.1.0Simon McVittie2012-05-091-0/+1
* Deprecate dbus.gobject_service and make it vaguely compatible with 1.0Simon McVittie2012-05-021-1/+15
* Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie2012-05-021-0/+71
* Rename gobject_service (PyGI version) to gi_serviceSimon McVittie2012-05-021-6/+6
* Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie2012-01-241-0/+10
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-162-33/+48
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-151-9/+9
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-151-2/+3
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-1510-66/+138
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-138-74/+57
* Modernize `raise` syntax in preparation of Python 3 support.Barry Warsaw2011-12-131-4/+4
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-133-15/+4
* Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie2011-12-133-59/+0
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-135-9/+9
* Merge branch 'fd-passing'Simon McVittie2011-05-241-2/+3
|\
| * Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-2/+3
* | _ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie2011-05-181-13/+18
|/
* ProxyObject: clear _pending_introspect_queue after executionScott Tsai2011-05-171-0/+1
* Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...Johan Sandelin2010-03-241-1/+1
* fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2010-02-181-2/+10
* Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti2008-09-151-1/+9
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-172-1/+37
* Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-171-1/+1
* Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-4/+44
* Add Connection.call_on_disconnectionSimon McVittie2008-07-141-0/+24
* dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie2008-07-141-0/+17
* Fix *another* thinko in dbus.serverSimon McVittie2008-07-141-1/+1
* Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie2008-07-141-0/+2
* Add some whitespace to make reStructuredText happySimon McVittie2008-07-141-0/+2
* Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-141-1/+1
* DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-141-0/+20
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+38