summaryrefslogtreecommitdiff
path: root/dbus/exceptions.py
Commit message (Collapse)AuthorAge
* dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie2007-09-27
|
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-27
| | | | removing all references to the LGPL as a result
* Implement DBusException in pure Python; add get_dbus_name() method and name= ↵Simon McVittie2007-05-16
| | | | keyword argument
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-26
| | | | | | Add document API_CHANGES.txt listing visible API changes. Add more test cases, for low-level Python <-> D-Bus type mappings. Amend existing test cases to cope with the API changes.
* Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie2006-08-31
| | | | | Ditto for dbus_glib_bindings. Remove dbus.pth - should no longer be needed after this change.
* Add some docstrings (reStructuredText with epydoc annotations)Simon McVittie2006-08-30
|
* Move python/ to dbus/, the name of the module.Robert McQueen2006-07-12