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