summaryrefslogtreecommitdiff
path: root/_dbus_bindings/conn.c
Commit message (Expand)AuthorAgeFilesLines
* Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs...Simon McVittie2008-07-151-1/+1
* _dbus_bindings._Connection: sort out constructorSimon McVittie2008-07-151-13/+27
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-14/+17
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-1/+1
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
* Audit tp_dealloc callbacks to make sure they preserve the exception state.Simon McVittie2007-02-071-0/+5
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* conn.c: fix Connection setup in absence of main loop, and error handlingSimon McVittie2007-01-161-1/+4
* Don't require a main loop unless async calls, signal connections or exported ...Simon McVittie2007-01-091-6/+2
* Fix recommendation given by exception message bringing it into sync with curr...Simon McVittie2006-12-211-1/+1
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-1/+3
* bus.c, conn-methods.c, conn.c: Alter format of signatures in docstrings to ke...Simon McVittie2006-12-181-2/+3
* _dbus_bindings/conn.c: Fix broken weak reference handling, which caused a seg...Simon McVittie2006-12-131-12/+43
* conn.c: Correct number of varargs to debug messageSimon McVittie2006-12-121-1/+1
* conn.c: Use __func__ instead of incorrect __FUNC__Simon McVittie2006-12-121-4/+4
* _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A...Simon McVittie2006-12-121-6/+25
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-7/+7
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-081-0/+390