summaryrefslogtreecommitdiff
path: root/dbus/service.py
Commit message (Expand)AuthorAge
* Remove support for Python 2Simon McVittie2021-09-15
* 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
* Include FallbackObject in "from dbus.service import *"Ben Longbons2015-12-04
* 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
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-13
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-13
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-17
* Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie2008-01-22
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-09
* fd.o #12432: fix documentation for remove_from_connectionSimon McVittie2007-09-27
* dbus.service: Don't assume that exceptions passed to asynchronous callbacks a...Simon McVittie2007-09-27
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-01
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-01
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-18
* dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODESimon McVittie2007-06-21
* Get stacklevel right on deprecation of not specifying bus in BusName.__init__Simon McVittie2007-06-21
* dbus.service: Deprecate the omission of the `bus` argument in the BusName con...Simon McVittie2007-06-20
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-19
* Implement fallback objects.Simon McVittie2007-06-18
* dbus.service: Allow objects to start off unexported, and become exported later.Simon McVittie2007-06-11
* dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie2007-06-04
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-30
* dbus.service: include child nodes in introspectionSimon McVittie2007-05-29
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-16
* dbus/service.py: Before emitting an error, configure logging to write to stde...Simon McVittie2007-05-07
* dbus/service.py: Don't use deprecated get_connection() in Object constructor.Simon McVittie2007-05-04
* dbus/service.py: Use public API for dbus.SessionBus, since we cause an import...Simon McVittie2007-04-30
* Preparation for fallback-object support:Simon McVittie2007-04-25
* Fix fd.o #10174: make it possible to return multiple values with no signature.Simon McVittie2007-04-24
* Remove trailing whitespace in Python sourceSimon McVittie2007-04-24
* dbus/service.py: untabifySimon McVittie2007-04-24
* * dbus.service.Object: don't let the user try to export objects on the localSimon McVittie2007-03-02
* Remove FIXME comment - I think the current behaviour is correct.Simon McVittie2007-03-02
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-25
* dbus/service.py: cope with exceptions with no __module__Simon McVittie2007-01-17
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-10
* dbus/__init__.py, dbus/_dbus.py, dbus/service.py: Improve docstrings, imports...Simon McVittie2006-12-05
* dbus._dbus, dbus.decorators, dbus.service: Update names of newly public low-l...Simon McVittie2006-11-30
* dbus/service.py: Allow a Connection as parameter to Object constructor, to av...Simon McVittie2006-11-30
* - dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie2006-11-14
* Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie2006-10-05
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-27
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-26
* dbus/service.py, dbus/_dbus_bindings-types.pxi: Move VariantSignatureSimon McVittie2006-09-08
* Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie2006-08-31
* Add some docstrings (reStructuredText with epydoc annotations)Simon McVittie2006-08-30