summaryrefslogtreecommitdiff
path: root/_dbus_bindings/pending-call.c
Commit message (Expand)AuthorAgeFilesLines
* Use PyVarObject_HEAD_INIT to initialize typesBarry 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-8/+8
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-15/+18
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-1/+1
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
* _dbus_bindings/pending-call.c: Fix memory leak of one Message per method call.Simon McVittie2007-01-311-2/+3
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Improve various type docstringsSimon McVittie2006-12-211-2/+1
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-0/+292