summaryrefslogtreecommitdiff
path: root/_dbus_bindings/conn.c
Commit message (Expand)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-2/+30
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-1/+1
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-1/+1
* For pendantic correctness, and future Python 3 compatibility, explicitlyBarry Warsaw2011-12-131-0/+1
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-131-2/+1
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-1/+1
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-021-0/+2
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-9/+9
* Fix signature and return value of Connection_tp_init (oops)Simon McVittie2010-02-181-1/+3
* fd.o#21172: avoid DeprecationWarning with Python 2.6Simon McVittie2010-02-181-1/+8
* 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