summaryrefslogtreecommitdiff
path: root/_dbus_bindings/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use the str type for identifier-like (ASCII) stringsSimon McVittie2012-01-111-2/+2
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-2/+2
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-2/+2
* DBusPyException_ConsumeError: check whether the constructor failedSimon McVittie2010-12-021-0/+5
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-4/+4
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-15/+18
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-42/+57
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-10/+29
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-0/+64