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