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