| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add clearer licensing information in SPDX format | Simon McVittie | 2019-07-15 | 1 | -0/+2 |
| * | decorators: use a more modern idiom for signatures in Python >= 3.4 | Simon McVittie | 2016-03-06 | 1 | -1/+10 |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -7/+12 |
| * | Modernize `raise` syntax in preparation of Python 3 support. | Barry Warsaw | 2011-12-13 | 1 | -4/+4 |
| * | Use MIT/X11 license as per permission given on the dbus mailing list. | Simon McVittie | 2007-10-09 | 1 | -13/+17 |
| * | Add rel_path_keyword to @method (fd.o #11623) | Simon McVittie | 2007-08-01 | 1 | -1/+17 |
| * | Try to avoid importing things from _dbus_bindings when they could be imported... | Simon McVittie | 2007-07-18 | 1 | -8/+8 |
| * | Improve API documentation markup, particularly adding :Since: annotations | Simon McVittie | 2007-06-19 | 1 | -0/+14 |
| * | Implement fallback objects. | Simon McVittie | 2007-06-18 | 1 | -43/+72 |
| * | dbus.service: Allow objects to start off unexported, and become exported later. | Simon McVittie | 2007-06-11 | 1 | -22/+59 |
| * | Implement DBusException in pure Python; add get_dbus_name() method and name= ... | Simon McVittie | 2007-05-16 | 1 | -0/+2 |
| * | Revert the part of the previous patch that added dbus_name to signals. | Simon McVittie | 2007-04-25 | 1 | -10/+3 |
| * | Preparation for fallback-object support: | Simon McVittie | 2007-04-25 | 1 | -9/+72 |
| * | Remove trailing whitespace in Python source | Simon McVittie | 2007-04-24 | 1 | -1/+1 |
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin... | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| * | dbus/decorators: Remove explicitly_pass_message | Simon McVittie | 2006-12-07 | 1 | -20/+1 |
| * | dbus/decorators.py: Say that explicitly_pass_message() is deprecated | Simon McVittie | 2006-12-05 | 1 | -4/+9 |
| * | dbus._dbus, dbus.decorators, dbus.service: Update names of newly public low-l... | Simon McVittie | 2006-11-30 | 1 | -1/+1 |
| * | - dbus.service.Object, dbus.decorators.method: Allow utf8_strings and | Simon McVittie | 2006-11-14 | 1 | -3/+26 |
| * | Seth was a Red Hat employee when contributing to dbus-python: alter copyright... | Simon McVittie | 2006-10-05 | 1 | -2/+1 |
| * | Add copyright, AFL2.1, GPL2 notices, which might even be correct... | Simon McVittie | 2006-09-27 | 1 | -0/+24 |
| * | _dbus_bindings: Expose name-validation functions to Python code. | Simon McVittie | 2006-09-27 | 1 | -3/+6 |
| * | Throughout dbus-python: Use the C implementation. | Simon McVittie | 2006-09-26 | 1 | -8/+5 |
| * | Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings. | Simon McVittie | 2006-08-31 | 1 | -5/+30 |
| * | Add some docstrings (reStructuredText with epydoc annotations) | Simon McVittie | 2006-08-30 | 1 | -0/+44 |
| * | Move python/ to dbus/, the name of the module. | Robert McQueen | 2006-07-12 | 1 | -0/+83 |