summaryrefslogtreecommitdiff
path: root/_dbus_bindings/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-111-5/+2
* Consistently use the str type for identifier-like (ASCII) stringsSimon McVittie2012-01-111-5/+1
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-2/+18
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-2/+4
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-2/+2
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-5/+5
* Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type....Simon McVittie2008-07-151-26/+59
* 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-3/+2
* Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie2007-04-301-93/+41
* Implement o.fd.DBus method wrappers in Python instead of C.Simon McVittie2007-04-301-235/+0
* 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
* Improve various type docstringsSimon McVittie2006-12-211-2/+6
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-1/+1
* bus.c, conn-methods.c, conn.c: Alter format of signatures in docstrings to ke...Simon McVittie2006-12-181-7/+7
* bus.c: Add tracing and a couple of missed assertionsSimon McVittie2006-12-131-0/+11
* _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A...Simon McVittie2006-12-121-0/+9
* Whitespace consistency: Don't put a space between function name and parenthes...Simon McVittie2006-12-111-49/+49
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-2/+2
* _dbus_bindings: bus-impl.h -> bus.cSimon McVittie2006-12-081-0/+417