summaryrefslogtreecommitdiff
path: root/_dbus_bindings/conn-methods.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-14/+17
* Use PyArg_ParseTuple correctly, fixing the timeout in send_message_with_reply...Simon McVittie2007-07-111-2/+2
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-291-0/+62
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-2/+4
* Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie2007-04-301-0/+30
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-2/+2
* If send_with_reply() returns TRUE but with pending call NULL, cope gracefully.Simon McVittie2007-02-211-0/+7
* Don't examine args for functions declared METH_NOARGS.Simon McVittie2007-02-211-6/+3
* 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
* When running without a main loop, don't make introspection fail.Simon McVittie2007-01-161-7/+17
* Switch types from int to Py_ssize_t to be compatible with Python 2.5 on 64-bi...Simon McVittie2007-01-161-1/+1
* Don't require a main loop unless async calls, signal connections or exported ...Simon McVittie2007-01-091-0/+30
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-3/+2
* bus.c, conn-methods.c, conn.c: Alter format of signatures in docstrings to ke...Simon McVittie2006-12-181-5/+6
* conn-methods.c: Add tracingSimon McVittie2006-12-131-0/+21
* _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A...Simon McVittie2006-12-121-7/+21
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-081-0/+862