summaryrefslogtreecommitdiff
path: root/_dbus_bindings/message.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-6/+6
* SignalMessage.__repr__: include the destination and abbreviate "interface" mo...Simon McVittie2012-01-111-2/+5
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-8/+52
* 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-6/+6
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-131-10/+5
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-2/+2
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-021-0/+7
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-8/+6
* Message.set_sender: allow org.freedesktop.DBusHuang Peng2008-09-301-1/+1
* 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/+3
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-1/+1
* _dbus_bindings/message.c: untabifySimon McVittie2007-04-241-30/+30
* 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-8/+27
* Whitespace consistency: Don't put a space between function name and parenthes...Simon McVittie2006-12-111-102/+102
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-111-49/+42
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-0/+1050