summaryrefslogtreecommitdiff
path: root/_dbus_bindings/conn-methods.c
Commit message (Expand)AuthorAgeFilesLines
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-111-1/+1
* 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-10/+20
* 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-19/+21
* adjust Scott's patch to force boolean to be 0 or 1, and for coding styleSimon McVittie2011-05-171-2/+4
* Wrap dbus_connection_set_allow_anonymous()Scott Tsai2011-05-171-0/+20
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-30/+30
* Bugfix for: if using Connection.add_message_filter, only the last filter will...Huang Peng2008-07-151-0/+1
* 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