summaryrefslogtreecommitdiff
path: root/dbus/decorators.py
Commit message (Expand)AuthorAge
* Remove support for Python 2Simon McVittie2021-09-15
* Fix getargspec() deprecation warningMartin Stumpf2020-11-19
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-15
* decorators: use a more modern idiom for signatures in Python >= 3.4Simon McVittie2016-03-06
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* Modernize `raise` syntax in preparation of Python 3 support.Barry Warsaw2011-12-13
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-09
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-01
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-18
* 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
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-16
* Revert the part of the previous patch that added dbus_name to signals.Simon McVittie2007-04-25
* Preparation for fallback-object support:Simon McVittie2007-04-25
* Remove trailing whitespace in Python sourceSimon McVittie2007-04-24
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-25
* dbus/decorators: Remove explicitly_pass_messageSimon McVittie2006-12-07
* dbus/decorators.py: Say that explicitly_pass_message() is deprecatedSimon McVittie2006-12-05
* dbus._dbus, dbus.decorators, dbus.service: Update names of newly public low-l...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
* _dbus_bindings: Expose name-validation functions to Python code.Simon McVittie2006-09-27
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-26
* 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
* Move python/ to dbus/, the name of the module.Robert McQueen2006-07-12