summaryrefslogtreecommitdiff
path: root/dbus/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-161-1/+4
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-171-0/+33
* dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie2007-09-271-1/+3
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-0/+22
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-4/+18
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-2/+1
* Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie2006-08-311-3/+3
* Add some docstrings (reStructuredText with epydoc annotations)Simon McVittie2006-08-301-0/+7
* Move python/ to dbus/, the name of the module.Robert McQueen2006-07-121-0/+29